Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dns16550.h188 #define UART_IIR_ID 0x06 /* Mask for the interrupt ID */ macro
/openbmc/u-boot/include/linux/
H A Dserial_reg.h33 #define UART_IIR_ID 0x0e /* Mask for the interrupt ID */ macro
/openbmc/qemu/hw/char/
H A Dserial.c49 #define UART_IIR_ID 0x06 /* Mask for the interrupt ID */ macro
510 if ((ret & UART_IIR_ID) == UART_IIR_THRI) { in serial_ioport_read()
655 s->thr_ipending = ((s->iir & UART_IIR_ID) == UART_IIR_THRI); in serial_post_load()
694 bool expected_value = ((s->iir & UART_IIR_ID) == UART_IIR_THRI); in serial_thr_ipending_needed()