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

/netbsd-current/sys/dev/ic/
H A Doosiopvar.h124 int sc_ccf; /* asynchronous divisor (*10) */ member in struct:oosiop_softc
H A Doosiop.c181 sc->sc_ccf = 10;
184 sc->sc_ccf = 15;
187 sc->sc_ccf = 20;
190 sc->sc_ccf = 30;
195 sc->sc_minperiod = oosiop_period(sc, 4, sc->sc_ccf);
682 p = oosiop_period(sc, i, sc->sc_ccf);
H A Dncr53c9x.c237 sc->sc_ccf = FREQTOCCF(sc->sc_freq);
240 if (sc->sc_ccf == 1)
241 sc->sc_ccf = 2;
254 sc->sc_timeout = ((250 * 1000) * sc->sc_freq) / (8192 * sc->sc_ccf);
257 sc->sc_ccf &= 7;
385 NCR_WRITE_REG(sc, NCR_CCF, sc->sc_ccf);
399 NCR_WRITE_REG(sc, NCR_CCF, sc->sc_ccf);
408 NCR_WRITE_REG(sc, NCR_CCF, sc->sc_ccf);
422 sc->sc_ccf, sc->sc_timeout);
H A Dncr53c9xvar.h285 uint8_t sc_ccf; /* Clock Conversion */ member in struct:ncr53c9x_softc

Completed in 293 milliseconds