Home
last modified time | relevance | path

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

/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c282 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in cpm_uart_int_rx()
298 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()
325 if (status & BD_SC_FR) in cpm_uart_int_rx()
338 else if (status & BD_SC_FR) in cpm_uart_int_rx()
581 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in cpm_uart_set_termios()
590 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; in cpm_uart_set_termios()
1074 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.c499 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()
510 clrsetbits_be16(&bdp->status, BD_SC_BR | BD_SC_FR | BD_SC_PR | in qe_uart_int_rx()
535 if (status & BD_SC_FR) in qe_uart_int_rx()
548 else if (status & BD_SC_FR) in qe_uart_int_rx()
926 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in qe_uart_set_termios()
935 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; in qe_uart_set_termios()
/drivers/net/ethernet/freescale/
Dfec.h248 #define BD_SC_FR ((ushort)0x0010) /* Framing error */ macro