Home
last modified time | relevance | path

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

/trueos/sys/arm/freescale/imx/
HDimx_wdog.c60 uint32_t sc_timeout; member
105 if (timeout != sc->sc_timeout) { in imx_watchdog()
108 sc->sc_timeout = timeout; in imx_watchdog()
/trueos/sys/geom/gate/
HDg_gate.c369 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_guard()
423 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout); in g_gate_dumpconf()
490 sc->sc_timeout = ggio->gctl_timeout; in g_gate_create()
582 if (sc->sc_timeout > 0) { in g_gate_create()
583 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_create()
HDg_gate.h91 u_int sc_timeout; /* P: (read-only) */ member
/trueos/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()
/trueos/sys/dev/nxge/include/
HDxgehal-regs.h372 u64 sc_timeout; member