Searched refs:sscom_rxrdy (Results 1 – 3 of 3) sorted by relevance
140 #define sscom_rxrdy() (INB(SSCOM_UTRSTAT) & UTRSTAT_RXREADY) macro148 while (!sscom_rxrdy()) in getchar()
205 #define sscom_rxrdy(iot,ioh) \ macro
1185 while ( sscom_rxrdy(iot, ioh) && --timo) in sscom_iflush()1925 while (!sscom_rxrdy(sscomconstag, sscomconsioh)) in sscomcngetc()1951 sscom_rxrdy(sscomconstag, sscomconsioh)) { in sscomcnputc()2020 while (!sscom_rxrdy(sscom_kgdb_iot, sscom_kgdb_ioh)) in sscom_kgdb_getc()