Home
last modified time | relevance | path

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

/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()