Home
last modified time | relevance | path

Searched defs: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
/openbmc/linux/drivers/tty/serial/
H A Dsccnxp.c82 # define ISR_RXRDY(x) (1 << ((x * 4) + 1)) macro