Searched refs:UART_IIR_BUSY (Results 1 – 7 of 7) sorted by relevance
51 #define UART_IIR_BUSY 0x07 /* DesignWare APB Busy Detect */ macro294 if ((iir & UART_IIR_BUSY) == UART_IIR_BUSY) in rt_hw_uart_isr()
55 #define UART_IIR_BUSY 0x07 /* DesignWare APB Busy Detect */ macro
234 if ((iir & UART_IIR_BUSY) == UART_IIR_BUSY) in rt_hw_uart_isr()
146 if ((iir & UART_IIR_BUSY) == UART_IIR_BUSY) in dw8250_isr()
34 #define UART_IIR_BUSY 0x07 /* DesignWare APB Busy Detect */ macro
44 #define UART_IIR_BUSY 0x07 /**< DesignWare APB Busy Detect */ macro
474 case UART_IIR_BUSY: in HAL_UART_HandleIrq()
Completed in 15 milliseconds