Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Descc.c155 #define STATUS_TXEMPTY 0x04 macro
314 s->rregs[R_STATUS] |= STATUS_TXEMPTY | STATUS_TXUNDRN; in escc_soft_reset_chn()
369 cs->rregs[R_STATUS] |= STATUS_TXEMPTY; in escc_reset()
668 s->rregs[R_STATUS] |= STATUS_TXEMPTY; /* Tx buffer empty */ in escc_mem_write()
H A Dxilinx_uartlite.c46 #define STATUS_TXEMPTY 0x04 macro