Searched refs:sc_timeout (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/arm/freescale/imx/ |
| HD | imx_wdog.c | 60 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/ |
| HD | g_gate.c | 369 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()
|
| HD | g_gate.h | 91 u_int sc_timeout; /* P: (read-only) */ member
|
| /trueos/sys/dev/esp/ |
| HD | ncr53c9xvar.h | 321 uint8_t sc_timeout; member
|
| HD | ncr53c9x.c | 326 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/ |
| HD | xgehal-regs.h | 372 u64 sc_timeout; member
|