Home
last modified time | relevance | path

Searched refs:UARTLSR_TEMT (Results 1 – 6 of 6) sorted by relevance

/tf-a-ffa_el3_spmc/drivers/ti/uart/aarch64/
A D16550_console.S148 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/drivers/ti/uart/aarch32/
A D16550_console.S154 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 Dls_16550.h56 #define UARTLSR_TEMT (1 << 6) /* Tx Shift Register Empty */ macro
/tf-a-ffa_el3_spmc/include/drivers/ti/uart/
A Duart_16550.h65 #define UARTLSR_TEMT (1 << 6) /* Tx Shift Register Empty */ macro
/tf-a-ffa_el3_spmc/plat/layerscape/common/aarch64/
A Dls_console.S233 and w1, w1, #(UARTLSR_TEMT | UARTLSR_THRE)
234 cmp w1, #(UARTLSR_TEMT | UARTLSR_THRE)
/tf-a-ffa_el3_spmc/drivers/nxp/console/
A D16550_console.S56 #define UARTLSR_TEMT (1 << 6) /* Tx Shift Register Empty */ macro

Completed in 9 milliseconds