Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c112 irq_rman.rm_descr = "PCI Mapped Interrupts"; in xlp_simplebus_init_resources()
118 port_rman.rm_descr = "I/O ports"; in xlp_simplebus_init_resources()
124 mem_rman.rm_descr = "I/O memory"; in xlp_simplebus_init_resources()
130 pci_ecfg_rman.rm_descr = "PCI ECFG IO"; in xlp_simplebus_init_resources()
136 gbu_rman.rm_descr = "Flash region"; in xlp_simplebus_init_resources()
/f-stack/freebsd/mips/malta/
H A Dobio.c91 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
97 sc->oba_irq_rman.rm_descr = "OBIO IRQ"; in obio_attach()
H A Dgt_pci.c279 sc->sc_io_rman.rm_descr = "GT64120 PCI I/O Ports"; in gt_pci_attach()
292 sc->sc_mem_rman.rm_descr = "GT64120 PCI Memory"; in gt_pci_attach()
299 sc->sc_irq_rman.rm_descr = "GT64120 PCI IRQs"; in gt_pci_attach()
/f-stack/freebsd/mips/cavium/
H A Dobio.c99 sc->oba_rman.rm_descr = "OBIO I/O"; in obio_attach()
105 sc->oba_irq_rman.rm_descr = "OBIO IRQ"; in obio_attach()
H A Doctopci.c160 sc->sc_io.rm_descr = "Cavium Octeon PCIe I/O Ports"; in octopci_attach()
163 sc->sc_mem1.rm_descr = "Cavium Octeon PCIe Memory"; in octopci_attach()
171 sc->sc_io.rm_descr = "Cavium Octeon PCI I/O Ports"; in octopci_attach()
174 sc->sc_mem1.rm_descr = "Cavium Octeon PCI Memory"; in octopci_attach()
H A Dciu.c145 sc->irq_rman.rm_descr = "CIU IRQ"; in ciu_attach()
/f-stack/freebsd/sys/
H A Drman.h87 char rm_descr[RM_TEXTLEN]; /* rman description */ member
122 const char *rm_descr; /* text descripion of this resource */ member
/f-stack/freebsd/arm/versatile/
H A Dversatile_pci.c224 sc->mem_rman.rm_descr = "versatile PCI memory window"; in versatile_pci_attach()
233 sc->io_rman.rm_descr = "versatile PCI IO window"; in versatile_pci_attach()
241 sc->irq_rman.rm_descr = "versatile PCI IRQs"; in versatile_pci_attach()
/f-stack/freebsd/kern/
H A Dsubr_rman.c164 rm->rm_descr, start, end)); in rman_manage_region()
449 "length %#jx, flags %x, device %s\n", rm->rm_descr, start, end, in rman_reserve_resource_bound()
1016 if (rm->rm_descr != NULL) in sysctl_rman()
1017 strlcpy(urm.rm_descr, rm->rm_descr, RM_TEXTLEN); in sysctl_rman()
1083 rm, rm->rm_descr, (rman_res_t)rm->rm_start, (rman_res_t)rm->rm_end); in dump_rman_header()
/f-stack/freebsd/x86/x86/
H A Dnexus.c232 irq_rman.rm_descr = "Interrupt request lines"; in nexus_init_resources()
254 drq_rman.rm_descr = "DMA request lines"; in nexus_init_resources()
269 port_rman.rm_descr = "I/O ports"; in nexus_init_resources()
277 mem_rman.rm_descr = "I/O memory addresses"; in nexus_init_resources()
/f-stack/freebsd/mips/atheros/
H A Dapb.c122 sc->apb_mem_rman.rm_descr = "APB memory window"; in apb_attach()
131 sc->apb_irq_rman.rm_descr = "APB IRQ"; in apb_attach()
H A Dqca955x_pci.c297 sc->sc_mem_rman.rm_descr = "qca955x PCI memory window"; in qca955x_pci_attach()
306 sc->sc_irq_rman.rm_descr = "qca955x PCI IRQs"; in qca955x_pci_attach()
H A Dar724x_pci.c383 sc->sc_mem_rman.rm_descr = "ar724x PCI memory window"; in ar724x_pci_attach()
391 sc->sc_irq_rman.rm_descr = "ar724x PCI IRQs"; in ar724x_pci_attach()
H A Dar71xx_pci.c384 sc->sc_mem_rman.rm_descr = "ar71xx PCI memory window"; in ar71xx_pci_attach()
392 sc->sc_irq_rman.rm_descr = "ar71xx PCI IRQs"; in ar71xx_pci_attach()
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c165 mem_rman.rm_descr = "I/O memory addresses"; in nexus_attach()
172 irq_rman.rm_descr = "Interrupts"; in nexus_attach()
/f-stack/freebsd/mips/mips/
H A Dnexus.c185 irq_rman.rm_descr = "Hardware IRQs"; in nexus_probe()
194 mem_rman.rm_descr = "Memory addresses"; in nexus_probe()
H A Dcpu.c523 cpu_hardirq_rman.rm_descr = "CPU Hard Interrupts"; in cpu_attach()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c190 sc->apb_mem_rman.rm_descr = "APB memory window"; in apb_attach()
207 sc->apb_irq_rman.rm_descr = "APB IRQ"; in apb_attach()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.c289 sc->sc_mem_rman.rm_descr = "mtk pcie memory window"; in mtk_pci_attach()
298 sc->sc_io_rman.rm_descr = "mtk pcie io window"; in mtk_pci_attach()
307 sc->sc_irq_rman.rm_descr = "mtk pcie irqs"; in mtk_pci_attach()
/f-stack/freebsd/arm/arm/
H A Dnexus.c172 mem_rman.rm_descr = "I/O memory addresses"; in nexus_attach()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c817 sc->mem_rman.rm_descr = "PEM PCIe Memory"; in thunder_pem_attach()
825 sc->io_rman.rm_descr = "PEM PCIe IO"; in thunder_pem_attach()