HomeSort by: relevance | last modified time | path
    Searched refs:sc_ccf (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
oosiopvar.h 124 int sc_ccf; /* asynchronous divisor (*10) */ member in struct:oosiop_softc
oosiop.c 181 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);
ncr53c9x.c 237 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);
ncr53c9xvar.h 285 uint8_t sc_ccf; /* Clock Conversion */ member in struct:ncr53c9x_softc

Completed in 1980 milliseconds