Home
last modified time | relevance | path

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

/freebsd/stand/libofw/
H A Dofw_copy.c85 if (OF_call_method("claim", memory, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem()
95 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem()
101 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0) in ofw_mapmem()
H A Dofw_net.c220 if (OF_call_method("dma-alloc", netinstance, 1, 1, (64 * 1024), &dmabuf) in ofwn_init()
242 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS); in ofwn_end()
H A Dopenfirm.h98 int OF_call_method(char *, ihandle_t, int, int, ...);
H A Dopenfirm.c431 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) in OF_call_method() function
/freebsd/sys/dev/ofw/
H A Dopenfirm.h162 int OF_call_method(const char *method, ihandle_t instance,
H A Dopenfirm.c709 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, in OF_call_method() function
/freebsd/stand/powerpc/ofw/
H A Dcas.c259 rc = OF_call_method("ibm,client-architecture-support", in ppc64_cas()
H A Dofwfdt.c120 OF_call_method("instantiate-rtas", rtas, 1, 1, (cell_t)rtasmem, in ofwfdt_fixups()
/freebsd/sys/powerpc/ofw/
H A Drtas.c136 result = OF_call_method("instantiate-rtas", rtasi, 1, 1, in rtas_setup()
H A Dofw_syscons.c468 OF_call_method("color!", ih, 4, 1, in ofwfb_set_mode()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c116 OF_call_method("color!", ih, 4, 1, in vt_efb_initialize()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c435 err = OF_call_method("color!", sc->sc_handle, 4, 1, in ofwfb_initialize()
547 OF_call_method("set-depth", sc->sc_handle, 1, 1, (cell_t)32, &i); in ofwfb_init()