Searched refs:sc_control (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c149 u_char sc_control; member in struct:lpt_softc
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c114 u_char sc_control; member in struct:lpt_data
571 sc->sc_control = LPC_SEL|LPC_NINIT;
573 sc->sc_control |= LPC_AUTOL;
577 sc->sc_control |= LPC_ENA;
579 ppb_wctr(ppbus, sc->sc_control);
707 ppb_wctr(ppbus, sc->sc_control|LPC_STB);
708 ppb_wctr(ppbus, sc->sc_control);
894 ppb_wctr(ppbus, sc->sc_control|LPC_STB);
896 ppb_wctr(ppbus, sc->sc_control);

Completed in 108 milliseconds