Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_owl.c25 #define OWL_UART_CTL_PRS_NONE GENMASK(6, 4) macro
87 uart_ctl &= ~(OWL_UART_CTL_PRS_NONE); in owl_serial_probe()
/openbmc/linux/drivers/tty/serial/
H A Dowl-uart.c39 #define OWL_UART_CTL_PRS_NONE (0x0 << 4) macro
352 ctl |= OWL_UART_CTL_PRS_NONE; in owl_uart_set_termios()