Searched refs:sc_debug_ch (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddma.c123 struct callout sc_debug_ch; member in struct:dma_softc
223 callout_init(&sc->sc_debug_ch, 0);
248 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc);
651 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc);

Completed in 132 milliseconds