Searched refs:sc_timeout (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx_wdog.c | 60 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-12.1/sys/arm/ti/ |
| H A D | ti_i2c.c | 96 int sc_timeout; member 444 err = mtx_sleep(sc, &sc->sc_mtx, 0, "i2ciowait", sc->sc_timeout); in ti_i2c_transfer() 790 val = sc->sc_timeout; in ti_i2c_sysctl_timeout() 797 sc->sc_timeout = val; in ti_i2c_sysctl_timeout() 882 sc->sc_timeout = 5*hz; in ti_i2c_attach()
|
| /freebsd-12.1/sys/geom/gate/ |
| H A D | g_gate.c | 368 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_guard() 422 sbuf_printf(sb, "%s<timeout>%u</timeout>\n", indent, sc->sc_timeout); in g_gate_dumpconf() 489 sc->sc_timeout = ggio->gctl_timeout; in g_gate_create() 581 if (sc->sc_timeout > 0) { in g_gate_create() 582 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_create()
|
| H A D | g_gate.h | 93 u_int sc_timeout; /* P: (read-only) */ member
|
| /freebsd-12.1/sys/mips/ingenic/ |
| H A D | jz4780_mmc.c | 84 int sc_timeout; member 182 sc->sc_timeout = 10; in jz4780_mmc_attach() 186 &sc->sc_timeout, 0, "Request timeout in seconds"); in jz4780_mmc_attach() 730 callout_reset(&sc->sc_timeoutc, sc->sc_timeout * hz, in jz4780_mmc_request()
|
| /freebsd-12.1/sys/dev/esp/ |
| H A D | ncr53c9xvar.h | 323 uint8_t sc_timeout; member
|
| H A D | ncr53c9x.c | 328 sc->sc_timeout = ((250 * 1000) * sc->sc_freq) / (8192 * sc->sc_ccf); in ncr53c9x_attach() 519 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset() 535 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset() 544 NCR_WRITE_REG(sc, NCR_TIMEOUT, sc->sc_timeout); in ncr53c9x_reset() 554 sc->sc_cfg3, sc->sc_ccf, sc->sc_timeout); in ncr53c9x_reset()
|