Searched refs:sc_timeout (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx_wdog.c59 uint32_t sc_timeout; member in struct:imx_wdog_softc
121 if (timeout != sc->sc_timeout) {
122 sc->sc_timeout = timeout;
/freebsd-11.0-release/sys/i386/isa/
H A Dspic.c108 struct callout sc_timeout; member in struct:spic_softc
342 callout_init_mtx(&sc->sc_timeout, &sc->sc_lock, 0);
434 callout_reset(&sc->sc_timeout, spic_pollrate, spictimeout, sc);
447 callout_reset(&sc->sc_timeout, spic_pollrate, spictimeout, sc);
467 callout_reset(&sc->sc_timeout, spic_pollrate, spictimeout, sc);
481 callout_stop(&sc->sc_timeout);
/freebsd-11.0-release/sys/geom/gate/
H A Dg_gate.h91 u_int sc_timeout; /* P: (read-only) */ member in struct:g_gate_softc
H A Dg_gate.c367 callout_reset(&sc->sc_callout, sc->sc_timeout * hz,
421 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout);
488 sc->sc_timeout = ggio->gctl_timeout;
580 if (sc->sc_timeout > 0) {
581 callout_reset(&sc->sc_callout, sc->sc_timeout * hz,
/freebsd-11.0-release/sys/arm/ti/
H A Dti_i2c.c99 int sc_timeout; member in struct:ti_i2c_softc
447 err = mtx_sleep(sc, &sc->sc_mtx, 0, "i2ciowait", sc->sc_timeout);
795 val = sc->sc_timeout;
802 sc->sc_timeout = val;
887 sc->sc_timeout = 5*hz;
/freebsd-11.0-release/sys/dev/esp/
H A Dncr53c9xvar.h321 uint8_t sc_timeout; member in struct:ncr53c9x_softc
H A Dncr53c9x.c326 sc->sc_timeout = ((250 * 1000) * sc->sc_freq) / (8192 * sc->sc_ccf);
517 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
533 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
542 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
552 sc->sc_cfg3, sc->sc_ccf, sc->sc_timeout);
/freebsd-11.0-release/sys/dev/nxge/include/
H A Dxgehal-regs.h372 u64 sc_timeout; member in struct:__anon11198

Completed in 196 milliseconds