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

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

Completed in 127 milliseconds