Home
last modified time | relevance | path

Searched refs:SCI_PER (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsh-stub.c1393 #define SCI_PER 0x08 /* Parity error */ macro
1532 mySSR = SSR1 & ( SCI_PER | SCI_FER | SCI_ORER ); in getDebugCharReady()
1550 mySSR = SSR1 & (SCI_PER | SCI_FER | SCI_ORER); in getDebugChar()
1580 SSR1 &= ~(SCI_ORER | SCI_PER | SCI_FER); in handleError()