Home
last modified time | relevance | path

Searched refs:OF_setprop (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/freescale/imx/
H A Dimx6_machdep.c114 OF_setprop(node, propname, &gicxref, sizeof(gicxref)); in fix_node_iparent()
192 OF_setprop(node, "status", "disabled", sizeof("disabled")); in fix_fdt_iomuxc_data()
/freebsd/stand/libofw/
H A Dopenfirm.h93 int OF_setprop(phandle_t, const char *, void *, int);
H A Dopenfirm.c317 OF_setprop(phandle_t package, const char *propname, void *buf, int len) in OF_setprop() function
/freebsd/sys/dev/ofw/
H A Dopenfirm.h127 int OF_setprop(phandle_t node, const char *name, const void *buf,
H A Dopenfirmio.c196 len = OF_setprop(node, name, value, of->of_buflen); in openfirm_ioctl()
H A Dopenfirm.c549 OF_setprop(phandle_t package, const char *propname, const void *buf, size_t len) in OF_setprop() function
/freebsd/sys/arm/mv/
H A Dmv_common.c1944 OF_setprop(sb, "bus-frequency", (void *)&freq, in fdt_fixup_busfreq()
1951 OF_setprop(sb, "bus-frequency", (void *)&freq, sizeof(freq)); in fdt_fixup_busfreq()
1980 if (OF_setprop(node, "ranges", (void *)&ranges[0], in fdt_fixup_ranges()
2002 if (OF_setprop(node, "reg", (void *)&reg[0], in fdt_fixup_ranges()
/freebsd/share/man/man9/
H A DMakefile1771 OF_getprop.9 OF_setprop.9