Searched refs:RX_KBRDY (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/newsmips/dev/
H A Dkb_hb.c152 while (reg->kb_stat & RX_KBRDY) {
187 while ((reg->kb_stat & RX_KBRDY) == 0);
/netbsd-current/sys/arch/newsmips/apbus/
H A Dkb_ap.c166 while (reg->kb_rx_stat & RX_KBRDY) {
199 while ((reg->kb_rx_stat & RX_KBRDY) == 0)
/netbsd-current/sys/arch/newsmips/include/
H A Dadrsmap.h211 #define RX_KBRDY 0x02 /* Keyboard data ready */ macro

Completed in 202 milliseconds