Searched refs:gbu_rman (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/
H A Dxlp_simplebus.c104 static struct rman irq_rman, port_rman, mem_rman, pci_ecfg_rman, gbu_rman; variable in typeref:struct:
135 gbu_rman.rm_type = RMAN_ARRAY;
136 gbu_rman.rm_descr = "Flash region";
137 if (rman_init(&gbu_rman)
138 || rman_manage_region(&gbu_rman, GBU_MEM_BASE, GBU_MEM_LIMIT))
139 panic("xlp_simplebus_init_resources gbu_rman");
227 rm = &gbu_rman;

Completed in 153 milliseconds