Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_pl01x_internal.h128 #define UART_PL011_CR_RXE (1 << 9) macro
H A Dserial_pl01x.c171 UART_PL011_CR_RXE | UART_PL011_CR_RTS, &regs->pl011_cr); in pl01x_generic_setbrg()