Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dbcm2835_aux.c48 #define TX_INT 0x2 macro
60 if (s->ier & TX_INT) { in bcm2835_aux_update()
61 s->iir |= TX_INT; in bcm2835_aux_update()
182 s->ier = value & (TX_INT | RX_INT); in bcm2835_aux_write()