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

/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_wdog.c63 uint32_t sc_timeout; member in struct:imx_wdog_softc
113 if (timeout != sc->sc_timeout) {
114 sc->sc_timeout = timeout;
/freebsd-13-stable/sys/geom/gate/
H A Dg_gate.h93 u_int sc_timeout; /* P: (read-only) */ member in struct:g_gate_softc
H A Dg_gate.c399 callout_reset(&sc->sc_callout, sc->sc_timeout * hz,
451 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout);
519 sc->sc_timeout = ggio->gctl_timeout;
611 if (sc->sc_timeout > 0) {
612 callout_reset(&sc->sc_callout, sc->sc_timeout * hz,
/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c94 int sc_timeout; member in struct:ti_i2c_softc
441 err = mtx_sleep(sc, &sc->sc_mtx, 0, "i2ciowait", sc->sc_timeout);
787 val = sc->sc_timeout;
794 sc->sc_timeout = val;
869 sc->sc_timeout = 5*hz;
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_mmc.c84 int sc_timeout; member in struct:jz4780_mmc_softc
182 sc->sc_timeout = 10;
186 &sc->sc_timeout, 0, "Request timeout in seconds");
730 callout_reset(&sc->sc_timeoutc, sc->sc_timeout * hz,
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9xvar.h323 uint8_t sc_timeout; member in struct:ncr53c9x_softc
H A Dncr53c9x.c328 sc->sc_timeout = ((250 * 1000) * sc->sc_freq) / (8192 * sc->sc_ccf);
520 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
536 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
545 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
555 sc->sc_cfg3, sc->sc_ccf, sc->sc_timeout);

Completed in 79 milliseconds