Searched refs:OF_setprop (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx6_machdep.c | 148 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 D | openfirm.h | 95 int OF_setprop(phandle_t, const char *, void *, int);
|
| H A D | openfirm.c | 324 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 D | aml8726_machdep.c | 79 OF_setprop(node, "bus-frequency", (void *)&freq, sizeof(freq)); in aml8726_fixup_busfreq()
|
| H A D | aml8726_clkmsr.c | 171 OF_setprop(clk_node, "clock-frequency", (void *)&freq, sizeof(freq)); in aml8726_clkmsr_fixup_clk81()
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | openfirm.h | 129 int OF_setprop(phandle_t node, const char *name, const void *buf,
|
| H A D | openfirmio.c | 201 len = OF_setprop(node, name, value, of->of_buflen); in openfirm_ioctl()
|
| H A D | openfirm.c | 543 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 D | mv_common.c | 2916 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 *)®[0], in fdt_fixup_ranges()
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 1570 OF_getprop.9 OF_setprop.9
|