Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/gpio/
H A Dgpiopower.c47 int sc_timeout; member
91 sc->sc_timeout = 1000000; in gpiopower_attach()
98 sc->sc_timeout = fdt32_to_cpu(prop) * 1000; in gpiopower_attach()
132 DELAY(sc->sc_timeout); in gpiopower_assert()
/freebsd-14.2/sys/arm/freescale/imx/
H A Dimx_wdog.c60 uint32_t sc_timeout; member
110 if (timeout != sc->sc_timeout) { in imx_wdog_enable()
111 sc->sc_timeout = timeout; in imx_wdog_enable()
/freebsd-14.2/sys/arm/ti/
H A Dti_i2c.c92 int sc_timeout; member
439 err = mtx_sleep(sc, &sc->sc_mtx, 0, "i2ciowait", sc->sc_timeout); in ti_i2c_transfer()
785 val = sc->sc_timeout; in ti_i2c_sysctl_timeout()
792 sc->sc_timeout = val; in ti_i2c_sysctl_timeout()
867 sc->sc_timeout = 5*hz; in ti_i2c_attach()
/freebsd-14.2/sys/geom/gate/
H A Dg_gate.c396 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_guard()
448 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout); in g_gate_dumpconf()
517 sc->sc_timeout = ggio->gctl_timeout; in g_gate_create()
615 if (sc->sc_timeout > 0) { in g_gate_create()
616 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_create()
H A Dg_gate.h91 u_int sc_timeout; /* P: (read-only) */ member