Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Ducc_uart.c499 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()
511 BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID, in qe_uart_int_rx()
532 if (status & BD_SC_BR) in qe_uart_int_rx()
545 if (status & BD_SC_BR) in qe_uart_int_rx()
908 port->read_status_mask |= BD_SC_BR; in qe_uart_set_termios()
917 port->ignore_status_mask |= BD_SC_BR; in qe_uart_set_termios()
Dcpm_uart.c280 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in cpm_uart_int_rx()
296 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()
319 if (status & BD_SC_BR) in cpm_uart_int_rx()
332 if (status & BD_SC_BR) in cpm_uart_int_rx()
549 port->read_status_mask |= BD_SC_BR; in cpm_uart_set_termios()
558 port->ignore_status_mask |= BD_SC_BR; in cpm_uart_set_termios()
1113 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
/Linux-v6.6/include/soc/fsl/
Dcpm.h106 #define BD_SC_BR (0x0020) /* Break received */ macro
/Linux-v6.6/drivers/net/ethernet/freescale/
Dfec.h256 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro