Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Ddma.c123 struct callout sc_debug_ch; member
223 callout_init(&sc->sc_debug_ch, 0); in dmaattach()
248 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc); in dmaattach()
662 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc); in dmatimeout()