Home
last modified time | relevance | path

Searched refs:OF_call_method_1 (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/macppc/macppc/
H A Dmachdep.c147 OF_call_method_1("slew-high", clock_ih, 0); in initppc()
154 OF_call_method_1("smu-powertune-hi", smu_ih, 0); in initppc()
493 OF_call_method_1("color!", ih, 4, r, g, b, index); in of_set_palette()
514 OF_call_method_1("backlight-on", ih, 0); in of_set_backlight()
516 OF_call_method_1("backlight-off", ih, 0); in of_set_backlight()
543 OF_call_method_1("set-contrast", ih, 1, brightness_level); in of_set_brightness()
559 OF_call_method_1("set-contrast", ih, 1, brightness_level); in of_upd_brightness()
/netbsd-src/sys/arch/macppc/dev/
H A Dofb.c421 OF_call_method_1("color!", sc->sc_ih, 4, *r, *g, *b, index); in ofb_putcmap()
433 OF_call_method_1("color!", sc->sc_ih, 4, r, g, b, idx); in ofb_putpalreg()
438 OF_call_method_1("color!", console_instance, 4, r, g, b, idx); in ofb_putpalreg()
H A Dpsoc.c129 OF_call_method_1("fan-init", ih, 0); in psoc_attach()
/netbsd-src/sys/dev/ofw/
H A Dopenfirm.h76 int OF_call_method_1(const char *, int, int, ...);
H A Dofdisk.c225 of->max_transfer = OF_call_method_1("max-transfer", in ofdisk_open()
487 lp->d_secperunit = OF_call_method_1("#blocks", in ofdisk_getdefaultlabel()
/netbsd-src/sys/arch/arm/ofw/
H A Dopenfirm.c417 OF_call_method_1(const char *method, int ihandle, int nargs, ...) in OF_call_method_1() function
419 OF_call_method_1(method, ihandle, nargs, va_alist) in OF_call_method_1()
/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c1701 pa = OF_call_method_1("claim", mem_ihandle, 3, pa, size, align); in ofw_claimphys()
1704 pa = OF_call_method_1("claim", mem_ihandle, 2, size, align); in ofw_claimphys()
1721 return (OF_call_method_1("release", mem_ihandle, 2, pa, size));
1734 va = OF_call_method_1("claim", mmu_ihandle, 3, va, size, align); in ofw_claimvirt()
1737 va = OF_call_method_1("claim", mmu_ihandle, 2, size, align); in ofw_claimvirt()
/netbsd-src/sys/arch/powerpc/oea/
H A Dofw_rascons.c296 OF_call_method_1("color!", console_instance, 4, in rascons_init_rasops()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Drtas.c134 OF_call_method_1("instantiate-rtas", ih, 1, sc->ra_base_pa); in rtas_attach()
H A Dopenfirm.c508 OF_call_method_1(const char *method, int ihandle, int nargs, ...) in OF_call_method_1() function
/netbsd-src/sys/arch/sparc/sparc/
H A Dopenfirm.c375 OF_call_method_1(const char *method, int ihandle, int nargs, ...) in OF_call_method_1() function
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dautoconf.c1584 OF_call_method_1("color!", ih, 4, r, g, b, index); in of_set_palette()