Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dns16550.h157 #define UART_LCR_EPS 0x10 /* Even Parity Select */ macro
/openbmc/u-boot/drivers/serial/
H A Dns16550.c381 lcr_val |= UART_LCR_PEN | UART_LCR_EPS; in ns16550_serial_setconfig()