Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dipoctal232.c93 #define ISR_RXRDY(CH) (((CH) & 1) ? BIT(5) : BIT(1)) macro
236 blk->isr &= ~ISR_RXRDY(channel); in write_cr()
295 blk->isr &= ~ISR_RXRDY(channel); in io_read()
501 dev->blk[block].isr |= ISR_RXRDY(channel); in hostdev_receive()
/openbmc/linux/drivers/tty/serial/
H A Dsccnxp.c82 # define ISR_RXRDY(x) (1 << ((x * 4) + 1)) macro
489 if (s->opened[i] && (isr & ISR_RXRDY(i))) in sccnxp_handle_events()