Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A 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()
H A 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()
/openbmc/linux/include/soc/fsl/
H A Dcpm.h106 #define BD_SC_BR (0x0020) /* Break received */ macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfec.h36 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec.h256 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h87 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro
H A Dcpm_85xx.h120 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro