Searched refs:OF_setprop (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/stand/libofw/
H A Dopenfirm.h95 int OF_setprop(phandle_t, const char *, void *, int);
H A Dopenfirm.c324 OF_setprop(phandle_t package, const char *propname, void *buf, int len) function
/freebsd-12-stable/sys/arm/amlogic/aml8726/
H A Daml8726_machdep.c79 OF_setprop(node, "bus-frequency", (void *)&freq, sizeof(freq));
H A Daml8726_clkmsr.c171 OF_setprop(clk_node, "clock-frequency", (void *)&freq, sizeof(freq));
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_machdep.c148 OF_setprop(socnode, "interrupt-parent", &gicxref, sizeof(gicxref));
176 OF_setprop(node, "status", "disabled", sizeof("disabled"));
/freebsd-12-stable/sys/dev/ofw/
H A Dopenfirm.h129 int OF_setprop(phandle_t node, const char *name, const void *buf,
H A Dopenfirmio.c185 * OF_setprop() will return the actual length of the text
201 len = OF_setprop(node, name, value, of->of_buflen);
H A Dopenfirm.c543 OF_setprop(phandle_t package, const char *propname, const void *buf, size_t len) function
/freebsd-12-stable/sys/arm/mv/
H A Dmv_common.c2916 OF_setprop(sb, "bus-frequency", (void *)&freq,
2923 OF_setprop(sb, "bus-frequency", (void *)&freq, sizeof(freq));
2952 if (OF_setprop(node, "ranges", (void *)&ranges[0],
2974 if (OF_setprop(node, "reg", (void *)&reg[0],
/freebsd-12-stable/share/man/man9/
H A DMakefile1580 OF_getprop.9 OF_setprop.9

Completed in 137 milliseconds