Searched refs:sc_timeout (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/arm/freescale/imx/ |
| HD | imx_wdog.c | 59 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/ |
| HD | spic.c | 108 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/ |
| HD | ti_i2c.c | 99 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/ |
| HD | g_gate.c | 367 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()
|
| HD | g_gate.h | 91 u_int sc_timeout; /* P: (read-only) */ member
|
| /NextBSD/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()
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xgehal-regs.h | 372 u64 sc_timeout; member
|