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

/freebsd-10.3-release/sys/arm/xscale/i8134x/
H A Di81342var.h41 struct rman sc_irq_rman; member in struct:i81342_softc
59 struct rman sc_irq_rman; member in struct:i81342_pci_softc
H A Di81342.c393 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
394 sc->sc_irq_rman.rm_descr = "i81342 IRQs";
395 if (rman_init(&sc->sc_irq_rman) != 0 ||
396 rman_manage_region(&sc->sc_irq_rman, 0, 127) != 0)
418 rv = rman_reserve_resource(&sc->sc_irq_rman,
H A Di81342_pci.c196 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
197 sc->sc_irq_rman.rm_descr = "i81342 PCI IRQs";
199 if (rman_init(&sc->sc_irq_rman) != 0 ||
200 rman_manage_region(&sc->sc_irq_rman, ICU_INT_XINT0,
204 if (rman_init(&sc->sc_irq_rman) != 0 ||
205 rman_manage_region(&sc->sc_irq_rman, ICU_INT_ATUE_MA,
341 rm = &sc->sc_irq_rman;
/freebsd-10.3-release/sys/arm/xscale/i80321/
H A Di80321var.h106 struct rman sc_irq_rman; member in struct:i80321_softc
120 struct rman sc_irq_rman; member in struct:i80321_pci_softc
H A Di80321_pci.c115 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
116 sc->sc_irq_rman.rm_descr = "i80321 PCI IRQs";
117 if (rman_init(&sc->sc_irq_rman) != 0 ||
118 rman_manage_region(&sc->sc_irq_rman, 26, 32) != 0)
290 rm = &sc->sc_irq_rman;
H A Diq80321.c287 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
288 sc->sc_irq_rman.rm_descr = "i80321 IRQs";
289 if (rman_init(&sc->sc_irq_rman) != 0 ||
290 rman_manage_region(&sc->sc_irq_rman, 0, 25) != 0)
344 rv = rman_reserve_resource(&sc->sc_irq_rman,
/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Dixdp425_pci.c136 pci_sc->sc_irq_rman.rm_type = RMAN_ARRAY;
137 pci_sc->sc_irq_rman.rm_descr = "IXP425 PCI IRQs";
140 if (rman_init(&pci_sc->sc_irq_rman) != 0 ||
141 rman_manage_region(&pci_sc->sc_irq_rman, PCI_INT_D, PCI_INT_A) != 0)
H A Dixp425var.h62 struct rman sc_irq_rman; member in struct:ixp425_softc
79 struct rman sc_irq_rman; member in struct:ixppcib_softc
H A Dixp425.c338 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
339 sc->sc_irq_rman.rm_descr = "IXP4XX IRQs";
340 if (rman_init(&sc->sc_irq_rman) != 0 ||
341 rman_manage_region(&sc->sc_irq_rman, 0, cpu_is_ixp43x() ? 63 : 31) != 0)
514 rv = rman_reserve_resource(&sc->sc_irq_rman, start, end, count,
H A Dixp425_pci.c289 rmanp = &sc->sc_irq_rman;
/freebsd-10.3-release/sys/mips/adm5120/
H A Dadmpci.c126 struct rman sc_irq_rman; member in struct:admpci_softc
166 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
167 sc->sc_irq_rman.rm_descr = "ADMPCI PCI IRQs";
168 if (rman_init(&sc->sc_irq_rman) != 0 ||
169 rman_manage_region(&sc->sc_irq_rman, 1, 31) != 0)
371 rm = &sc->sc_irq_rman;
/freebsd-10.3-release/sys/mips/idt/
H A Didtpci.c127 struct rman sc_irq_rman; member in struct:idtpci_softc
271 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
272 sc->sc_irq_rman.rm_descr = "IDTPCI PCI IRQs";
273 if (rman_init(&sc->sc_irq_rman) != 0 ||
274 rman_manage_region(&sc->sc_irq_rman, PCI_IRQ_BASE,
477 rm1 = &sc->sc_irq_rman;
/freebsd-10.3-release/sys/arm/at91/
H A Dat91var.h41 struct rman sc_irq_rman; member in struct:at91_softc
H A Dat91.c273 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
274 sc->sc_irq_rman.rm_descr = "AT91 IRQs";
275 if (rman_init(&sc->sc_irq_rman) != 0 ||
276 rman_manage_region(&sc->sc_irq_rman, 1, 31) != 0)
332 rle->res = rman_reserve_resource(&sc->sc_irq_rman,
/freebsd-10.3-release/sys/mips/atheros/
H A Dar71xx_pci.c86 struct rman sc_irq_rman; member in struct:ar71xx_pci_softc
392 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
393 sc->sc_irq_rman.rm_descr = "ar71xx PCI IRQs";
394 if (rman_init(&sc->sc_irq_rman) != 0 ||
395 rman_manage_region(&sc->sc_irq_rman, AR71XX_PCI_IRQ_START,
513 rm = &sc->sc_irq_rman;
H A Dar724x_pci.c82 struct rman sc_irq_rman; member in struct:ar71xx_pci_softc
370 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
371 sc->sc_irq_rman.rm_descr = "ar724x PCI IRQs";
372 if (rman_init(&sc->sc_irq_rman) != 0 ||
373 rman_manage_region(&sc->sc_irq_rman, AR71XX_PCI_IRQ_START,
464 rm = &sc->sc_irq_rman;
/freebsd-10.3-release/sys/mips/malta/
H A Dgt_pci.c121 struct rman sc_irq_rman; member in struct:gt_pci_softc
297 sc->sc_irq_rman.rm_type = RMAN_ARRAY;
298 sc->sc_irq_rman.rm_descr = "GT64120 PCI IRQs";
299 if (rman_init(&sc->sc_irq_rman) != 0 ||
300 rman_manage_region(&sc->sc_irq_rman, 1, 31) != 0)
643 rm = &sc->sc_irq_rman;
/freebsd-10.3-release/sys/dev/siba/
H A Dsiba_pcib.c268 rmanp = &sc->sc_irq_rman;

Completed in 90 milliseconds