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

/netbsd-6-1-5-RELEASE/sys/arch/arm/ixp12x0/
H A Dixp12x0_comreg.h78 #define SR_RXR 0x10 /* Receiver FIFO Ready */ macro
H A Dixp12x0_com.c784 while (ISSET(bus_space_read_4(iot, ioh, IXPCOM_SR), SR_RXR)
894 while(!(bus_space_read_4(iot, ioh, IXPCOM_SR) & SR_RXR))
1054 if (!ISSET(sr, SR_TXR | SR_RXR))
1079 if (ISSET(sr, SR_RXR)) {
1082 if (!ISSET(sr, SR_RXR))

Completed in 106 milliseconds