Home
last modified time | relevance | path

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

/qemu/hw/char/
H A Dbcm2835_aux.c47 #define RX_INT 0x1 macro
57 if ((s->ier & RX_INT) && s->read_count != 0) { in bcm2835_aux_update()
58 s->iir |= RX_INT; in bcm2835_aux_update()
182 s->ier = value & (TX_INT | RX_INT); in bcm2835_aux_write()