OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UARTLSR_THRE
(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
62
#define
UARTLSR_THRE
(1 << 5) /* Tx Holding Register Empty */
Completed in 48 milliseconds