Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dst-asc.c125 #define ASC_STA_RBF 0x0001 macro
307 while ((status = asc_in(port, ASC_STA)) & ASC_STA_RBF) { in asc_receive_chars()
365 if (status & ASC_STA_RBF) { in asc_interrupt()
678 if (!(asc_in(port, ASC_STA) & ASC_STA_RBF)) in asc_get_poll_char()