Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Drp2.c136 #define RP2_TXRX_CTL_BREAK_m BIT(28) macro
331 rp2_rmw(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_BREAK_m, in rp2_uart_break_ctl()
332 break_state ? RP2_TXRX_CTL_BREAK_m : 0); in rp2_uart_break_ctl()