Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Drp2.c133 #define RP2_TXRX_CTL_BREAK_m BIT(28) macro
327 rp2_rmw(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_BREAK_m, in rp2_uart_break_ctl()
328 break_state ? RP2_TXRX_CTL_BREAK_m : 0); in rp2_uart_break_ctl()