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

/freebsd-11-stable/sys/mips/atheros/
H A Dapbvar.h38 struct rman apb_irq_rman; member in struct:apb_softc
H A Dapb.c128 sc->apb_irq_rman.rm_type = RMAN_ARRAY;
129 sc->apb_irq_rman.rm_descr = "APB IRQ";
131 if (rman_init(&sc->apb_irq_rman) != 0 ||
132 rman_manage_region(&sc->apb_irq_rman,
215 rm = &sc->apb_irq_rman;

Completed in 72 milliseconds