Searched refs:BD_SC_OV (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/soc/fsl/
H A Dcpm.h110 #define BD_SC_OV (0x0002) /* Overrun */ macro
/linux-master/drivers/tty/serial/
H A Dcpm_uart.c280 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV))
297 BD_SC_OV | BD_SC_ID);
325 if (status & BD_SC_OV)
340 if (status & BD_SC_OV) {
545 port->read_status_mask = (BD_SC_EMPTY | BD_SC_OV);
564 port->ignore_status_mask |= BD_SC_OV;
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,
538 if (status & BD_SC_OV)
553 if (status & BD_SC_OV)
904 port->read_status_mask = BD_SC_EMPTY | BD_SC_OV;
923 port->ignore_status_mask |= BD_SC_OV;
/linux-master/drivers/i2c/busses/
H A Di2c-cpm.c272 if (in_be16(&rbdf->cbd_sc) & BD_SC_OV) {
/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h259 #define BD_SC_OV ((ushort)0x0002) /* Overrun */ macro

Completed in 282 milliseconds