Home
last modified time | relevance | path

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

/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx_wdog.c62 uint32_t sc_timeout; member
112 if (timeout != sc->sc_timeout) { in imx_wdog_enable()
113 sc->sc_timeout = timeout; in imx_wdog_enable()
/freebsd-13.1/sys/arm/ti/
H A Dti_i2c.c94 int sc_timeout; member
441 err = mtx_sleep(sc, &sc->sc_mtx, 0, "i2ciowait", sc->sc_timeout); in ti_i2c_transfer()
787 val = sc->sc_timeout; in ti_i2c_sysctl_timeout()
794 sc->sc_timeout = val; in ti_i2c_sysctl_timeout()
869 sc->sc_timeout = 5*hz; in ti_i2c_attach()
/freebsd-13.1/sys/geom/gate/
H A Dg_gate.c399 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_guard()
451 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout); in g_gate_dumpconf()
522 sc->sc_timeout = ggio->gctl_timeout; in g_gate_create()
620 if (sc->sc_timeout > 0) { in g_gate_create()
621 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_create()
H A Dg_gate.h93 u_int sc_timeout; /* P: (read-only) */ member
/freebsd-13.1/sys/mips/ingenic/
H A Djz4780_mmc.c84 int sc_timeout; member
182 sc->sc_timeout = 10; in jz4780_mmc_attach()
186 &sc->sc_timeout, 0, "Request timeout in seconds"); in jz4780_mmc_attach()
730 callout_reset(&sc->sc_timeoutc, sc->sc_timeout * hz, in jz4780_mmc_request()
/freebsd-13.1/sys/dev/esp/
H A Dncr53c9xvar.h323 uint8_t sc_timeout; member
H A Dncr53c9x.c328 sc->sc_timeout = ((250 * 1000) * sc->sc_freq) / (8192 * sc->sc_ccf); in ncr53c9x_attach()
520 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset()
536 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset()
545 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset()
555 sc->sc_cfg3, sc->sc_ccf, sc->sc_timeout); in ncr53c9x_reset()