HomeSort by: relevance | last modified time | path
    Searched defs:sc_debug_ch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/dev/
dma.c 123 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);
662 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc);
dma.c 123 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);
662 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc);

Completed in 21 milliseconds