Home
last modified time | relevance | path

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

/src/sys/dev/ic/
H A Dz8530.h88 #define BES_TXE 0x04 /* Tx Empty. */ macro
/src/sys/dev/uart/
H A Duart_dev_z8530.c230 while (!(uart_getreg(bas, REG_CTRL) & BES_TXE)) in z8530_putc()
618 while (!(uart_getmreg(bas, RR_BES) & BES_TXE)) in z8530_bus_transmit()