Searched refs:sc_ccf (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/dev/ic/ |
H A D | oosiop.c | 181 sc->sc_ccf = 10; in oosiop_attach() 184 sc->sc_ccf = 15; in oosiop_attach() 187 sc->sc_ccf = 20; in oosiop_attach() 190 sc->sc_ccf = 30; in oosiop_attach() 195 sc->sc_minperiod = oosiop_period(sc, 4, sc->sc_ccf); in oosiop_attach() 682 p = oosiop_period(sc, i, sc->sc_ccf); in oosiop_set_syncparam()
|
H A D | ncr53c9x.c | 237 sc->sc_ccf = FREQTOCCF(sc->sc_freq); in ncr53c9x_attach() 240 if (sc->sc_ccf == 1) in ncr53c9x_attach() 241 sc->sc_ccf = 2; in ncr53c9x_attach() 254 sc->sc_timeout = ((250 * 1000) * sc->sc_freq) / (8192 * sc->sc_ccf); in ncr53c9x_attach() 257 sc->sc_ccf &= 7; in ncr53c9x_attach() 385 NCR_WRITE_REG(sc, NCR_CCF, sc->sc_ccf); in ncr53c9x_reset() 399 NCR_WRITE_REG(sc, NCR_CCF, sc->sc_ccf); in ncr53c9x_reset() 408 NCR_WRITE_REG(sc, NCR_CCF, sc->sc_ccf); in ncr53c9x_reset() 422 sc->sc_ccf, sc->sc_timeout); in ncr53c9x_reset()
|
H A D | oosiopvar.h | 124 int sc_ccf; /* asynchronous divisor (*10) */ member
|
H A D | ncr53c9xvar.h | 285 uint8_t sc_ccf; /* Clock Conversion */ member
|