Searched refs:UART_IIR (Results 1 – 21 of 21) sorted by relevance
53 #define UART_IIR 2 /* In: Interrupt ID Register */ macro
216 iir = dw8250_read32(uart->hw_base, UART_IIR); in rt_hw_uart_isr()
24 #define UART_IIR (0X08) macro
20 #define UART_IIR(base) (base + 0x8) macro68 #define UART_IIR_REG(base) REG16(UART_IIR(base))
20 #define UART_IIR(base) HWREG8(base + 0x02) macro
128 unsigned char iir = UART_IIR(uart_dev->base); in uart_irq_handler()
132 unsigned char iir = UART_IIR(uart_dev->base); in uart_irq_handler()
49 #define UART_IIR 2 /* In: Interrupt ID Register */ macro268 iir = dw8250_read32(uart->hw_base, UART_IIR); in rt_hw_uart_isr()
37 #define UART_IIR(base) HWREG8(base + 0x02) macro
28 #define UART_IIR (0x08) /* interrupt identity register */ macro314 iir = readb((void*)(uart_base + UART_IIR)) & UART_IIR_IID_MASK; in rt_hw_uart_isr()
49 #define UART_IIR (0x08) /* interrupt identity register */ macro
430 iir = hal_readb(uart_base + UART_IIR) & UART_IIR_IID_MASK; in uart_irq_handler()
24 #define UART_IIR(base) REG32(base + 0x08) macro107 iir = UART_IIR(lpc_serial->hw_base); in rt_hw_uart_isr()
24 #define UART_IIR(base) REG32(base + 0x08) macro108 iir = UART_IIR(lpc_serial->hw_base); in rt_hw_uart_isr()
26 #define UART_IIR 2 /* In: Interrupt ID Register */ macro
121 iir = serial8250_in(serial, UART_IIR); in dw8250_isr()
229 #define UART_IIR (0x08) /* interrupt identity register */ macro805 iir = hal_readb(uart_base + UART_IIR) & UART_IIR_IID_MASK; in uart_irq_handler()
927 #define UART_IIR 4 macro
5334 #define UART_IIR (0x0U) macro
Completed in 111 milliseconds