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

/freebsd-10.3-release/sys/dev/esp/
H A Desp_sbus.c579 sc->sc_minsync = 1000 / sc->sc_freq;
596 sc->sc_minsync = 0; /* No synch on old chip? */
603 sc->sc_minsync = ncr53c9x_cpb2stp(sc, 5);
H A Dncr53c9xvar.h372 int sc_minsync; /* Minimum sync period / 4 */ member in struct:ncr53c9x_softc
H A Dncr53c9x.c663 ti->flags = ((sc->sc_minsync != 0 &&
1057 spi->sync_period = sc->sc_minsync;
1223 ti->flags = ((sc->sc_minsync != 0 &&
1997 if (sc->sc_minsync == 0 ||
2024 sc->sc_minsync)
2026 sc->sc_minsync;
H A Desp_pci.c268 sc->sc_minsync = 1000 / sc->sc_freq;

Completed in 166 milliseconds