Home
last modified time | relevance | path

Searched refs:OF_call_method (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dloadfile_machdep.c75 if (OF_call_method("claim", ofw_memory_ihandle, in ofw_claimphys()
121 if (OF_call_method("release", ofw_memory_ihandle, in ofw_releasephys()
142 if (OF_call_method("claim", ofw_mmu_ihandle, in ofw_claimvirt()
168 if (OF_call_method("release", ofw_mmu_ihandle, in ofw_releasevirt()
194 if (OF_call_method("map", ofw_mmu_ihandle, in ofw_map()
H A Dboot.c368 OF_call_method("eject", op->handle, 0, 0, NULL);
376 OF_call_method("close", op->handle, 0, 0, NULL);
377 OF_call_method("open", op->handle, 0, 0, NULL);
H A Dopenfirm.h73 int OF_call_method(const char *, int, int, int, int *);
H A Dofdev.c111 OF_call_method("dma-free", op->handle, 2, 0, (int *)cells); in devclose()
441 OF_call_method("dma-alloc", handle, 1, 1, (int *)cells); in devopen()
H A DLocore.c654 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, in OF_call_method() function
/netbsd-src/sys/arch/powerpc/oea/
H A Dofw_consinit.c300 if (OF_call_method("`usb-kbd-ihandles", kstdin, 0, 1, &ukbds) >= 0 && in ofwoea_cnprobe_keyboard()
309 if (OF_call_method("`usb-kbd-ihandle", kstdin, 0, 1, &ukbd) >= 0 && in ofwoea_cnprobe_keyboard()
321 if (OF_call_method("`adb-kbd-ihandle", kstdin, 0, 1, &akbd) >= 0 && in ofwoea_cnprobe_keyboard()
H A Dofw_rascons.c207 OF_call_method("translate", mmu, 1, 3, romfont, &romfont, &m, &e); in copy_rom_font()
/netbsd-src/sys/arch/powerpc/pci/
H A Dpciconf_ofmethod.c108 if (OF_call_method("config-l@", pc->pc_ihandle, 1, 1, tag, &data) < 0) in genppc_pci_ofmethod_conf_read()
125 OF_call_method("config-l!", pc->pc_ihandle, 2, 0, data, tag); in genppc_pci_ofmethod_conf_write()
/netbsd-src/sys/dev/ofw/
H A Dofrtc.c172 if (OF_call_method("get-time", of->sc_ihandle, 0, 6, in ofrtc_gettod()
200 if (OF_call_method("set-time", of->sc_ihandle, 6, 0, in ofrtc_settod()
H A Dopenfirm.h75 int OF_call_method(const char *, int, int, int, ...);
/netbsd-src/sys/arch/arm/ofw/
H A Dopenfirm.c352 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function
354 OF_call_method(method, ihandle, nargs, nreturns, va_alist) in OF_call_method()
/netbsd-src/sys/arch/shark/ofw/
H A Dvga_ofbus.c159 if (OF_call_method("text-mode3", stdout_ihandle, 0, 0) != 0) { in vga_ofbus_cnattach()
H A Dofw.c1757 if (OF_call_method("translate", mmu_ihandle, 1, 3, va, &pa, &mode, in ofw_gettranslation()
1781 if (OF_call_method("map", mmu_ihandle, 4, 0, pa, va, size, mode) != 0) in ofw_settranslation()
1955 OF_call_method("install", console_ihandle, 0, 0); in reset_screen()
/netbsd-src/sys/arch/macppc/pci/
H A Dpci_machdep.c349 OF_call_method("load-ata", ih, 0, 0); in fix_cardbus_bridge()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dopenfirm.c454 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function
/netbsd-src/sys/arch/sparc/sparc/
H A Dopenfirm.c337 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function