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

/freebsd-12-stable/sys/dev/ppbus/
H A Dlpt.c116 u_char sc_control; member in struct:lpt_data
573 sc->sc_control = LPC_SEL|LPC_NINIT;
575 sc->sc_control |= LPC_AUTOL;
579 sc->sc_control |= LPC_ENA;
581 ppb_wctr(ppbus, sc->sc_control);
709 ppb_wctr(ppbus, sc->sc_control|LPC_STB);
710 ppb_wctr(ppbus, sc->sc_control);
896 ppb_wctr(ppbus, sc->sc_control|LPC_STB);
898 ppb_wctr(ppbus, sc->sc_control);

Completed in 100 milliseconds