OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UARTLSR_TEMT
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/drivers/ti/uart/aarch64/
16550_console.S
89
and w2, w2, #(
UARTLSR_TEMT
| UARTLSR_THRE)
90
cmp w2, #(
UARTLSR_TEMT
| UARTLSR_THRE)
97
and w2, w2, #(
UARTLSR_TEMT
| UARTLSR_THRE)
98
cmp w2, #(
UARTLSR_TEMT
| UARTLSR_THRE)
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/ti/uart/
uart_16550.h
61
#define
UARTLSR_TEMT
(1 << 6) /* Tx Shift Register Empty */
Completed in 69 milliseconds