Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c104 static struct rman irq_rman, port_rman, mem_rman, pci_ecfg_rman, gbu_rman; variable
117 port_rman.rm_type = RMAN_ARRAY; in xlp_simplebus_init_resources()
118 port_rman.rm_descr = "I/O ports"; in xlp_simplebus_init_resources()
119 if (rman_init(&port_rman) in xlp_simplebus_init_resources()
120 || rman_manage_region(&port_rman, PCIE_IO_BASE, PCIE_IO_LIMIT)) in xlp_simplebus_init_resources()
222 rm = &port_rman; in xlp_simplebus_alloc_resource()
/f-stack/freebsd/x86/x86/
H A Dnexus.c93 struct rman irq_rman, drq_rman, port_rman, mem_rman; variable
266 port_rman.rm_start = 0; in nexus_init_resources()
267 port_rman.rm_end = 0xffff; in nexus_init_resources()
268 port_rman.rm_type = RMAN_ARRAY; in nexus_init_resources()
269 port_rman.rm_descr = "I/O ports"; in nexus_init_resources()
270 if (rman_init(&port_rman) in nexus_init_resources()
271 || rman_manage_region(&port_rman, 0, 0xffff)) in nexus_init_resources()
360 return (&port_rman); in nexus_rman()
/f-stack/freebsd/amd64/include/
H A Dnexusvar.h41 extern struct rman irq_rman, drq_rman, port_rman, mem_rman;
/f-stack/freebsd/i386/include/
H A Dnexusvar.h41 extern struct rman irq_rman, drq_rman, port_rman, mem_rman;