Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx6_machdep.c148 OF_setprop(socnode, "interrupt-parent", &gicxref, sizeof(gicxref)); in fix_fdt_interrupt_data()
176 OF_setprop(node, "status", "disabled", sizeof("disabled")); in fix_fdt_iomuxc_data()
/freebsd-12.1/stand/ofw/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) in OF_setprop() function
/freebsd-12.1/sys/arm/amlogic/aml8726/
H A Daml8726_machdep.c79 OF_setprop(node, "bus-frequency", (void *)&freq, sizeof(freq)); in aml8726_fixup_busfreq()
H A Daml8726_clkmsr.c171 OF_setprop(clk_node, "clock-frequency", (void *)&freq, sizeof(freq)); in aml8726_clkmsr_fixup_clk81()
/freebsd-12.1/sys/dev/ofw/
H A Dopenfirm.h129 int OF_setprop(phandle_t node, const char *name, const void *buf,
H A Dopenfirmio.c201 len = OF_setprop(node, name, value, of->of_buflen); in openfirm_ioctl()
H A Dopenfirm.c543 OF_setprop(phandle_t package, const char *propname, const void *buf, size_t len) in OF_setprop() function
/freebsd-12.1/sys/arm/mv/
H A Dmv_common.c2916 OF_setprop(sb, "bus-frequency", (void *)&freq, in fdt_fixup_busfreq()
2923 OF_setprop(sb, "bus-frequency", (void *)&freq, sizeof(freq)); in fdt_fixup_busfreq()
2952 if (OF_setprop(node, "ranges", (void *)&ranges[0], in fdt_fixup_ranges()
2974 if (OF_setprop(node, "reg", (void *)&reg[0], in fdt_fixup_ranges()
/freebsd-12.1/share/man/man9/
H A DMakefile1570 OF_getprop.9 OF_setprop.9