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

/freebsd-10-stable/sys/mips/cavium/
H A Docteon_wdog.c55 struct resource *csc_intr; member in struct:octeon_wdog_softc::octeon_wdog_core_softc
176 csc->csc_intr = bus_alloc_resource(sc->sc_dev, SYS_RES_IRQ, &rid,
178 if (csc->csc_intr == NULL)
182 error = bus_setup_intr(sc->sc_dev, csc->csc_intr, INTR_TYPE_MISC,
188 bus_bind_intr(sc->sc_dev, csc->csc_intr, core);
189 bus_describe_intr(sc->sc_dev, csc->csc_intr, csc->csc_intr_cookie,

Completed in 48 milliseconds