Home
last modified time | relevance | path

Searched refs:UART_PL011_CR_TXE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_pl01x_internal.h129 #define UART_PL011_CR_TXE (1 << 8) macro
H A Dserial_pl01x.c170 writel(UART_PL011_CR_UARTEN | UART_PL011_CR_TXE | in pl01x_generic_setbrg()