Home
last modified time | relevance | path

Searched refs:SAB_IMR1_ALLS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dsab.c596 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()
H A Dsab82532reg.h297 #define SAB_IMR1_ALLS 0x20 /* all sent */ macro