Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/stubs/
Dsh-stub.c1357 #define SSR1 (*(volatile char *)(0x05FFFECC)) /* Channel 1 serial status register */ macro
1532 mySSR = SSR1 & ( SCI_PER | SCI_FER | SCI_ORER ); in getDebugCharReady()
1535 return SSR1 & SCI_RDRF ; in getDebugCharReady()
1548 SSR1 &= ~SCI_RDRF; in getDebugChar()
1550 mySSR = SSR1 & (SCI_PER | SCI_FER | SCI_ORER); in getDebugChar()
1561 return (SSR1 & SCI_TDRE); in putDebugCharReady()
1574 SSR1 &= ~SCI_TDRE; in putDebugChar()
1580 SSR1 &= ~(SCI_ORER | SCI_PER | SCI_FER); in handleError()
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dinterp.c726 #define SSR1 (0x05FFFECC) /* Channel 1 serial status register */ macro