Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_pl01x_internal.h116 #define UART_PL011_LCRH_FEN (1 << 4) macro
H A Dserial_pl01x.c98 lcr = UART_PL011_LCRH_WLEN_8 | UART_PL011_LCRH_FEN; in pl011_set_line_control()