Searched refs:SR_RXR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0_comreg.h78 #define SR_RXR 0x10 /* Receiver FIFO Ready */ macro
H A Dixp12x0_com.c786 while (ISSET(bus_space_read_4(iot, ioh, IXPCOM_SR), SR_RXR)
896 while(!(bus_space_read_4(iot, ioh, IXPCOM_SR) & SR_RXR))
1056 if (!ISSET(sr, SR_TXR | SR_RXR))
1081 if (ISSET(sr, SR_RXR)) {
1084 if (!ISSET(sr, SR_RXR))

Completed in 219 milliseconds