Home
last modified time | relevance | path

Searched refs:STAT_TX_EMPTY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dxlcomreg.h53 #define STAT_TX_EMPTY 0x04 macro
H A Dxlcom.c393 if (stat & STAT_TX_EMPTY) in xlcom_intr()
633 while (! (bus_space_read_4(iot, ioh, XLCOM_STAT) & STAT_TX_EMPTY)) in xlcom_reset()