Home
last modified time | relevance | path

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

/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c296 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in cpm_uart_int_rx()
312 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()
335 if (status & BD_SC_BR) in cpm_uart_int_rx()
348 if (status & BD_SC_BR) in cpm_uart_int_rx()
599 port->read_status_mask |= BD_SC_BR; in cpm_uart_set_termios()
608 port->ignore_status_mask |= BD_SC_BR; in cpm_uart_set_termios()
1090 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
/drivers/tty/serial/
Ducc_uart.c501 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()
512 clrsetbits_be16(&bdp->status, BD_SC_BR | BD_SC_FR | BD_SC_PR | in qe_uart_int_rx()
533 if (status & BD_SC_BR) in qe_uart_int_rx()
546 if (status & BD_SC_BR) in qe_uart_int_rx()
930 port->read_status_mask |= BD_SC_BR; in qe_uart_set_termios()
939 port->ignore_status_mask |= BD_SC_BR; in qe_uart_set_termios()
/drivers/net/ethernet/freescale/
Dfec.h228 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro