Home
last modified time | relevance | path

Searched refs:OF_interpret (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/powerpc/oea/
H A Dofw_rascons.c89 OF_interpret("line#", 0, 1, &crow); in rascons_cnattach()
96 OF_interpret("#lines 2 - to line#", 0, 0); in rascons_cnattach()
171 OF_interpret("line#", 0, 1, &crow); in rascons_finalize()
196 OF_interpret("font-adr", 0, 1, &romfont); in copy_rom_font()
210 OF_interpret("char-width", 0, 1, &char_width); in copy_rom_font()
211 OF_interpret("char-height", 0, 1, &char_height); in copy_rom_font()
241 OF_interpret("screen-width", 0, 1, &width); in rascons_init_rasops()
243 OF_interpret("screen-height", 0, 1, &height); in rascons_init_rasops()
249 OF_interpret("frame-buffer-adr", 0, 1, &fbaddr); in rascons_init_rasops()
270 OF_interpret("#lines", 0, 1, &rows); in rascons_init_rasops()
[all …]
/netbsd-src/sys/arch/ofppc/ofppc/
H A Dmachdep.c252 OF_interpret("screen-width", 0, 1, &width); in model_init()
256 OF_interpret("screen-height", 0, 1, &height); in model_init()
275 OF_interpret(buf, 0, 0); in model_init()
279 OF_interpret(buf, 0, 0); in model_init()
281 OF_interpret(buf, 0, 0); in model_init()
282 OF_interpret("vesa-frame-buffer-adr", 0, 1, &fbaddr); in model_init()
285 OF_interpret(buf, 0, 0); in model_init()
475 OF_interpret("screen-width", 0, 1, &temp); in copy_disp_props()
480 OF_interpret("screen-height", 0, 1, &temp); in copy_disp_props()
495 OF_interpret("fram in copy_disp_props()
[all...]
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dofdev.c375 OF_interpret("my-self", 0, 1, &myself); in device_target_unit()
377 OF_interpret("to my-self", 1, 0, HDL2CELL(ihandle)); in device_target_unit()
385 OF_interpret("depth", 0, 1, &odepth); in device_target_unit()
386 OF_interpret("my-unit depth", 0, 5, &depth, in device_target_unit()
402 OF_interpret("my-self ihandle>non-interposed-phandle", in device_target_unit()
421 OF_interpret("to my-self", 1, 0, myself); in device_target_unit()
H A Dopenfirm.h73 int OF_interpret(const char *, int, int, ...);
H A DLocore.c232 OF_interpret(const char *cmd, int nargs, int nreturns, ...) in OF_interpret() function
/netbsd-src/sys/arch/macppc/macppc/
H A Dmachdep.c351 OF_interpret("screen-width", 0, 1, &temp); in copy_disp_props()
356 OF_interpret("screen-height", 0, 1, &temp); in copy_disp_props()
370 OF_interpret("frame-buffer-adr", 0, 1, &fbaddr); in copy_disp_props()
/netbsd-src/sys/arch/sparc/include/
H A Dopenfirm.h72 int OF_interpret(const char *, int, int, ...);
/netbsd-src/sys/dev/ofw/
H A Dopenfirm.h87 int OF_interpret(const char *, int, int, ...);
/netbsd-src/sys/arch/macppc/dev/
H A Dofb.c196 OF_interpret("frame-buffer-adr", 0, 1, &sc->sc_fbaddr); in ofbattach()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dopenfirm.c862 OF_interpret(const char *cmd, int nargs, int nreturns, ...) in OF_interpret() function
/netbsd-src/sys/arch/sparc/sparc/
H A Dopenfirm.c732 OF_interpret(const char *cmd, int nargs, int nreturns, ...) in OF_interpret() function
H A Dpromlib.c954 (void)OF_interpret(s, 0, 0); in opf_interpret_simple()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dautoconf.c848 OF_interpret("stdout @ is my-self addr line# addr column# ", 0, 2, in romgetcursoraddr()