Searched refs:sc_irq_rman (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/mips/atheros/ |
| H A D | qca955x_pci.c | 91 struct rman sc_irq_rman; member 305 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in qca955x_pci_attach() 306 sc->sc_irq_rman.rm_descr = "qca955x PCI IRQs"; in qca955x_pci_attach() 307 if (rman_init(&sc->sc_irq_rman) != 0 || in qca955x_pci_attach() 308 rman_manage_region(&sc->sc_irq_rman, AR71XX_PCI_IRQ_START, in qca955x_pci_attach() 408 rm = &sc->sc_irq_rman; in qca955x_pci_alloc_resource()
|
| H A D | ar724x_pci.c | 83 struct rman sc_irq_rman; member 390 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in ar724x_pci_attach() 391 sc->sc_irq_rman.rm_descr = "ar724x PCI IRQs"; in ar724x_pci_attach() 392 if (rman_init(&sc->sc_irq_rman) != 0 || in ar724x_pci_attach() 393 rman_manage_region(&sc->sc_irq_rman, AR71XX_PCI_IRQ_START, in ar724x_pci_attach() 484 rm = &sc->sc_irq_rman; in ar724x_pci_alloc_resource()
|
| H A D | ar71xx_pci.c | 87 struct rman sc_irq_rman; member 391 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in ar71xx_pci_attach() 392 sc->sc_irq_rman.rm_descr = "ar71xx PCI IRQs"; in ar71xx_pci_attach() 393 if (rman_init(&sc->sc_irq_rman) != 0 || in ar71xx_pci_attach() 394 rman_manage_region(&sc->sc_irq_rman, AR71XX_PCI_IRQ_START, in ar71xx_pci_attach() 512 rm = &sc->sc_irq_rman; in ar71xx_pci_alloc_resource()
|
| /f-stack/freebsd/mips/malta/ |
| H A D | gt_pci.c | 122 struct rman sc_irq_rman; member 298 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in gt_pci_attach() 299 sc->sc_irq_rman.rm_descr = "GT64120 PCI IRQs"; in gt_pci_attach() 300 if (rman_init(&sc->sc_irq_rman) != 0 || in gt_pci_attach() 301 rman_manage_region(&sc->sc_irq_rman, 1, 31) != 0) in gt_pci_attach() 643 rm = &sc->sc_irq_rman; in gt_pci_alloc_resource()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pcie.c | 306 sc->sc_irq_rman.rm_type = RMAN_ARRAY; in mtk_pci_attach() 307 sc->sc_irq_rman.rm_descr = "mtk pcie irqs"; in mtk_pci_attach() 308 if (rman_init(&sc->sc_irq_rman) != 0 || in mtk_pci_attach() 309 rman_manage_region(&sc->sc_irq_rman, sc->sc_irq_start, in mtk_pci_attach() 363 rman_fini(&sc->sc_irq_rman); in mtk_pci_attach() 425 rm = &sc->sc_irq_rman; in mtk_pci_alloc_resource() 476 rm = &sc->sc_irq_rman; in mtk_pci_adjust_resource()
|
| H A D | mtk_pcie.h | 45 struct rman sc_irq_rman; member
|