Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dns16550.h156 #define UART_LCR_PEN 0x08 /* Parity eneble */ macro
/openbmc/u-boot/drivers/serial/
H A Dns16550.c378 lcr_val |= UART_LCR_PEN; in ns16550_serial_setconfig()
381 lcr_val |= UART_LCR_PEN | UART_LCR_EPS; in ns16550_serial_setconfig()