Home
last modified time | relevance | path

Searched refs:port_rman (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/mips/sibyte/
HDsb_zbpci.c76 static struct rman port_rman; variable
104 port_rman.rm_start = 0; in zbpci_attach()
105 port_rman.rm_end = PCI_IOSPACE_SIZE - 1; in zbpci_attach()
106 port_rman.rm_type = RMAN_ARRAY; in zbpci_attach()
107 port_rman.rm_descr = "PCI I/O ports"; in zbpci_attach()
108 if (rman_init(&port_rman) != 0 || in zbpci_attach()
109 rman_manage_region(&port_rman, 0, PCI_IOSPACE_SIZE - 1) != 0) in zbpci_attach()
181 res = rman_reserve_resource(&port_rman, start, end, count, in zbpci_alloc_resource()
/trueos/sys/mips/rmi/
HDxlr_pci.c114 static struct rman irq_rman, port_rman, mem_rman; variable
128 port_rman.rm_start = 0; in xlr_pci_init_resources()
129 port_rman.rm_end = ~0ul; in xlr_pci_init_resources()
130 port_rman.rm_type = RMAN_ARRAY; in xlr_pci_init_resources()
131 port_rman.rm_descr = "I/O ports"; in xlr_pci_init_resources()
132 if (rman_init(&port_rman) in xlr_pci_init_resources()
133 || rman_manage_region(&port_rman, 0x10000000, 0x1fffffff)) in xlr_pci_init_resources()
532 rm = &port_rman; in xlr_pci_alloc_resource()
/trueos/sys/ia64/ia64/
HDnexus.c77 static struct rman irq_rman, port_rman, mem_rman; variable
168 port_rman.rm_start = 0; in nexus_probe()
169 port_rman.rm_end = 0xffff; in nexus_probe()
170 port_rman.rm_type = RMAN_ARRAY; in nexus_probe()
171 port_rman.rm_descr = "I/O ports"; in nexus_probe()
172 if (rman_init(&port_rman) in nexus_probe()
173 || rman_manage_region(&port_rman, 0, 0xffff)) in nexus_probe()
242 return (&port_rman); in nexus_rman()
/trueos/sys/x86/x86/
HDnexus.c93 struct rman irq_rman, drq_rman, port_rman, mem_rman; variable
253 port_rman.rm_start = 0; in nexus_init_resources()
254 port_rman.rm_end = 0xffff; in nexus_init_resources()
255 port_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
256 port_rman.rm_descr = "I/O ports"; in nexus_init_resources()
257 if (rman_init(&port_rman) in nexus_init_resources()
258 || rman_manage_region(&port_rman, 0, 0xffff)) in nexus_init_resources()
347 return (&port_rman); in nexus_rman()
/trueos/sys/mips/nlm/
HDxlp_pci.c339 static struct rman irq_rman, port_rman, mem_rman, emul_rman; variable
352 port_rman.rm_start = 0; in xlp_pcib_init_resources()
353 port_rman.rm_end = ~0ul; in xlp_pcib_init_resources()
354 port_rman.rm_type = RMAN_ARRAY; in xlp_pcib_init_resources()
355 port_rman.rm_descr = "I/O ports"; in xlp_pcib_init_resources()
356 if (rman_init(&port_rman) in xlp_pcib_init_resources()
357 || rman_manage_region(&port_rman, PCIE_IO_BASE, PCIE_IO_LIMIT)) in xlp_pcib_init_resources()
758 rm = &port_rman; in xlp_pcib_alloc_resource()
/trueos/sys/i386/include/
HDnexusvar.h41 extern struct rman irq_rman, drq_rman, port_rman, mem_rman;
/trueos/sys/amd64/include/
HDnexusvar.h41 extern struct rman irq_rman, drq_rman, port_rman, mem_rman;