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

/netbsd-current/sys/dev/ic/
H A Dseeq8005reg.h80 #define SEEQ_STATUS_TX_ON (1 << 10) macro
H A Dseeq8005.c396 if (!(status & SEEQ_STATUS_TX_ON))
407 } while ((status & SEEQ_STATUS_TX_ON) && --timeout > 0);

Completed in 222 milliseconds