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

/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0_comreg.h76 #define SR_TXR 0x04 /* Transmit FIFO Ready */ macro
H A Dixp12x0_com.c356 while (bus_space_read_4(iot, ioh, IXPCOM_SR) & SR_TXR) {
871 while(!(bus_space_read_4(iot, ioh, IXPCOM_SR) & SR_TXR))
1056 if (!ISSET(sr, SR_TXR | SR_RXR))
1146 if (ISSET(sr, SR_TXR)) {

Completed in 188 milliseconds