Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dns16550.h190 #define UART_IIR_MSI 0x00 /* Modem status interrupt */ macro
/openbmc/u-boot/include/linux/
H A Dserial_reg.h34 #define UART_IIR_MSI 0x00 /* Modem status interrupt */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h37 #define UART_IIR_MSI 0x00 /* Modem status interrupt */ macro
/openbmc/qemu/hw/char/
H A Dserial.c51 #define UART_IIR_MSI 0x00 /* Modem status interrupt */ macro
136 tmp_iir = UART_IIR_MSI; in serial_update_irq()
/openbmc/linux/drivers/usb/serial/
H A Dark3116.c526 if (id == UART_IIR_MSI) { in ark3116_read_int_callback()
/openbmc/linux/samples/vfio-mdev/
H A Dmtty.c574 *buf |= UART_IIR_MSI; in handle_bar_read()
/openbmc/linux/drivers/tty/serial/
H A Domap-serial.c544 case UART_IIR_MSI: in serial_omap_irq()