Home
last modified time | relevance | path

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

/NextBSD/sys/arm/freescale/imx/
HDimx_wdog.c59 uint32_t sc_timeout; member
121 if (timeout != sc->sc_timeout) { in imx_watchdog()
122 sc->sc_timeout = timeout; in imx_watchdog()
/NextBSD/sys/i386/isa/
HDspic.c108 struct callout sc_timeout; member
342 callout_init_mtx(&sc->sc_timeout, &sc->sc_lock, 0); in spic_attach()
434 callout_reset(&sc->sc_timeout, spic_pollrate, spictimeout, sc); in spictimeout()
447 callout_reset(&sc->sc_timeout, spic_pollrate, spictimeout, sc); in spictimeout()
467 callout_reset(&sc->sc_timeout, spic_pollrate, spictimeout, sc); in spicopen()
481 callout_stop(&sc->sc_timeout); in spicclose()
/NextBSD/sys/arm/ti/
HDti_i2c.c99 int sc_timeout; member
447 err = mtx_sleep(sc, &sc->sc_mtx, 0, "i2ciowait", sc->sc_timeout); in ti_i2c_transfer()
795 val = sc->sc_timeout; in ti_i2c_sysctl_timeout()
802 sc->sc_timeout = val; in ti_i2c_sysctl_timeout()
887 sc->sc_timeout = 5*hz; in ti_i2c_attach()
/NextBSD/sys/geom/gate/
HDg_gate.c367 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_guard()
421 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout); in g_gate_dumpconf()
488 sc->sc_timeout = ggio->gctl_timeout; in g_gate_create()
580 if (sc->sc_timeout > 0) { in g_gate_create()
581 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_create()
HDg_gate.h91 u_int sc_timeout; /* P: (read-only) */ member
/NextBSD/sys/dev/esp/
HDncr53c9xvar.h321 uint8_t sc_timeout; member
HDncr53c9x.c326 sc->sc_timeout = ((250 * 1000) * sc->sc_freq) / (8192 * sc->sc_ccf); in ncr53c9x_attach()
517 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset()
533 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset()
542 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset()
552 sc->sc_cfg3, sc->sc_ccf, sc->sc_timeout); in ncr53c9x_reset()
/NextBSD/sys/dev/nxge/include/
HDxgehal-regs.h372 u64 sc_timeout; member