Searched refs:SAB_IMR1_ALLS (Results 1 – 2 of 2) sorted by relevance
596 sc->sc_imr1 &= ~SAB_IMR1_ALLS; in sabtty_intr()608 sc->sc_imr1 |= SAB_IMR1_ALLS; in sabtty_intr()720 sc->sc_imr1 = SAB_IMR1_BRK | SAB_IMR1_ALLS | SAB_IMR1_XDU | in sabopen()791 sc->sc_imr1 &= ~SAB_IMR1_ALLS; in sabclose()795 sc->sc_imr1 |= SAB_IMR1_ALLS; in sabclose()917 sc->sc_imr1 &= ~SAB_IMR1_ALLS; in sabstop()
297 #define SAB_IMR1_ALLS 0x20 /* all sent */ macro