Lines Matching refs:ofw
37 * Kernel setup for the OFW Generic Configuration
71 #include <dev/ofw/openfirm.h>
72 #include <machine/ofw.h>
126 /* Just call OFW common routine. */
136 * Initial entry point on startup for a GENERIC OFW
137 * system. Called with MMU on, running in the OFW
141 * - read the bootargs out of OFW;
142 * - take over memory management from OFW;
159 /* Init the OFW interface. */
160 /* MUST do this before invoking any OFW client services! */
163 /* Initialize the console (which will call into OFW). */
176 * OFW has control of the interrupt frame.
185 * Take control of selected vectors from OFW.
187 * OFW retains: reset, irq, fiq
234 * Walk the OFW device tree and configure found devices.
236 * Move this into common OFW module? -JJK
245 panic("No OFW root");
246 aa.oba_busname = "ofw";
249 panic("ofw root ofbus not configured");