Home
last modified time | relevance | path

Searched refs:gbu_rman (Results 1 – 1 of 1) 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
135 gbu_rman.rm_type = RMAN_ARRAY; in xlp_simplebus_init_resources()
136 gbu_rman.rm_descr = "Flash region"; in xlp_simplebus_init_resources()
137 if (rman_init(&gbu_rman) in xlp_simplebus_init_resources()
138 || rman_manage_region(&gbu_rman, GBU_MEM_BASE, GBU_MEM_LIMIT)) in xlp_simplebus_init_resources()
227 rm = &gbu_rman; in xlp_simplebus_alloc_resource()