Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbppc/virtex/dev/
Dxlcomreg.h52 #define STAT_TX_FULL 0x08 macro
Dxlcom.c317 if (stat & STAT_TX_FULL) in xlcom_send_chunk()
651 while (bus_space_read_4(t, h, XLCOM_STAT) & STAT_TX_FULL) in xlcom_busy_putc()