Home
last modified time | relevance | path

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

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