HomeSort by: relevance | last modified time | path
    Searched refs:ap_lsr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
apcireg.h 42 vu_char ap_lsr; member in struct:apciregs
apci.c 152 if (((stat = apci->ap_lsr) & LSR_RXRDY) == 0)
175 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo)
180 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo)
dnkbd.c 106 if (apci->ap_lsr & LSR_RXRDY) {

Completed in 13 milliseconds