Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c178 #define UARTCTRL_SBK 0x00010000 macro
901 temp = lpuart32_read(port->membase + UARTCTRL) & ~UARTCTRL_SBK; in lpuart32_break_ctl()
904 temp |= UARTCTRL_SBK; in lpuart32_break_ctl()