Searched refs:UART_IIR (Results 1 – 4 of 4) sorted by relevance
29 #define UART_IIR 0x02 /* interrupt identity */ macro
69 while ( !(omap_read(uart, UART_IIR) & UART_IIR_NOINT) ) in omap_uart_interrupt()
511 (ns_read_reg(uart, UART_IIR) & UART_IIR_BSY) == UART_IIR_BSY ) in handle_dw_usr_busy_quirk()533 while ( !(ns_read_reg(uart, UART_IIR) & UART_IIR_NOINT) ) in ns16550_interrupt()710 if ( ((ns_read_reg(uart, UART_IIR) & 0xc0) == 0xc0) && in ns16550_init_preirq()
1442 #define UART_IIR 0x02
Completed in 13 milliseconds