Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsunplus-uart.c59 #define SUP_UART_LCR_SBC BIT(5) /* select break condition */ macro
192 lcr |= SUP_UART_LCR_SBC; /* start break */ in sunplus_break_ctl()
194 lcr &= ~SUP_UART_LCR_SBC; /* stop break */ in sunplus_break_ctl()