Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dipoctal232.c75 #define SR_RXRDY BIT(0) macro
235 ch->sr &= ~SR_RXRDY; in write_cr()
294 ch->sr &= ~SR_RXRDY; in io_read()
494 if (!(ch->sr & SR_RXRDY)) { in hostdev_receive()
502 ch->sr |= SR_RXRDY; in hostdev_receive()
/openbmc/linux/drivers/tty/serial/
H A Dsccnxp.c47 # define SR_RXRDY (1 << 0) macro
390 if (!(sr & SR_RXRDY)) in sccnxp_handle_rx()