Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpt.c114 u_char sc_control; member
567 sc->sc_control = LPC_SEL|LPC_NINIT; in lptopen()
569 sc->sc_control |= LPC_AUTOL; in lptopen()
573 sc->sc_control |= LPC_ENA; in lptopen()
575 ppb_wctr(ppbus, sc->sc_control); in lptopen()
703 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lpt_pushbytes()
704 ppb_wctr(ppbus, sc->sc_control); in lpt_pushbytes()
889 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lptintr()
891 ppb_wctr(ppbus, sc->sc_control); in lptintr()