Searched refs:UARTLSR_THRE (Results 1 – 6 of 6) sorted by relevance
/tf-a-ffa_el3_spmc/drivers/ti/uart/aarch64/ |
A D | 16550_console.S | 148 and w2, w2, #(UARTLSR_TEMT | UARTLSR_THRE) 149 cmp w2, #(UARTLSR_TEMT | UARTLSR_THRE) 156 and w2, w2, #(UARTLSR_TEMT | UARTLSR_THRE) 157 cmp w2, #(UARTLSR_TEMT | UARTLSR_THRE) 244 and w1, w1, #(UARTLSR_TEMT | UARTLSR_THRE) 245 cmp w1, #(UARTLSR_TEMT | UARTLSR_THRE)
|
/tf-a-ffa_el3_spmc/plat/layerscape/common/aarch64/ |
A D | ls_console.S | 135 and w2, w2, #UARTLSR_THRE /* #(UARTLSR_TEMT | UARTLSR_THRE)*/ 136 cmp w2, #(UARTLSR_THRE) 145 and w2, w2, #(UARTLSR_THRE) 146 cmp w2, #(UARTLSR_THRE) 233 and w1, w1, #(UARTLSR_TEMT | UARTLSR_THRE) 234 cmp w1, #(UARTLSR_TEMT | UARTLSR_THRE)
|
/tf-a-ffa_el3_spmc/drivers/nxp/console/ |
A D | 16550_console.S | 57 #define UARTLSR_THRE (1 << 5) /* Tx Holding Register Empty */ macro 197 and w2, w2, #UARTLSR_THRE /* #(UARTLSR_TEMT | UARTLSR_THRE)*/ 198 cmp w2, #(UARTLSR_THRE) 207 and w2, w2, #(UARTLSR_THRE) 208 cmp w2, #(UARTLSR_THRE) 295 and w1, w1, #(UARTLSR_THRE) 296 cmp w1, #(UARTLSR_THRE)
|
/tf-a-ffa_el3_spmc/drivers/ti/uart/aarch32/ |
A D | 16550_console.S | 154 and r2, r2, #(UARTLSR_TEMT | UARTLSR_THRE) 155 cmp r2, #(UARTLSR_TEMT | UARTLSR_THRE) 162 and r2, r2, #(UARTLSR_TEMT | UARTLSR_THRE) 163 cmp r2, #(UARTLSR_TEMT | UARTLSR_THRE) 251 and r1, r1, #(UARTLSR_TEMT | UARTLSR_THRE) 252 cmp r1, #(UARTLSR_TEMT | UARTLSR_THRE)
|
/tf-a-ffa_el3_spmc/plat/layerscape/common/include/ |
A D | ls_16550.h | 57 #define UARTLSR_THRE (1 << 5) /* Tx Holding Register Empty */ macro
|
/tf-a-ffa_el3_spmc/include/drivers/ti/uart/ |
A D | uart_16550.h | 66 #define UARTLSR_THRE (1 << 5) /* Tx Holding Register Empty */ macro
|
Completed in 6 milliseconds