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

/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx_wdog.c60 uint32_t sc_timeout; member in struct:imx_wdog_softc
110 if (timeout != sc->sc_timeout) {
111 sc->sc_timeout = timeout;
/freebsd-12-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.c398 callout_reset(&sc->sc_callout, sc->sc_timeout * hz,
450 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout);
518 sc->sc_timeout = ggio->gctl_timeout;
610 if (sc->sc_timeout > 0) {
611 callout_reset(&sc->sc_callout, sc->sc_timeout * hz,
/freebsd-12-stable/sys/arm/ti/
H A Dti_i2c.c96 int sc_timeout; member in struct:ti_i2c_softc
444 err = mtx_sleep(sc, &sc->sc_mtx, 0, "i2ciowait", sc->sc_timeout);
790 val = sc->sc_timeout;
797 sc->sc_timeout = val;
882 sc->sc_timeout = 5*hz;
/freebsd-12-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-12-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);
519 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
535 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
544 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout);
554 sc->sc_cfg3, sc->sc_ccf, sc->sc_timeout);

Completed in 136 milliseconds