Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dipoctal232.c92 #define ISR_TXRDY(CH) (((CH) & 1) ? BIT(4) : BIT(0)) macro
212 blk->isr |= ISR_TXRDY(channel); in write_cr()
217 blk->isr &= ~ISR_TXRDY(channel); in write_cr()
241 blk->isr &= ~ISR_TXRDY(channel); in write_cr()
/openbmc/linux/drivers/tty/serial/
H A Dsccnxp.c81 # define ISR_TXRDY(x) (1 << ((x * 4) + 0)) macro
491 if (s->opened[i] && (isr & ISR_TXRDY(i))) in sccnxp_handle_events()