/openbmc/linux/arch/mips/generic/ |
H A D | board-sead3.c | 88 err = fdt_setprop_u32(fdt, uart_off, "interrupt-parent", in remove_gic() 96 err = fdt_setprop_u32(fdt, uart_off, "interrupts", in remove_gic() 118 err = fdt_setprop_u32(fdt, eth_off, "interrupt-parent", cpu_phandle); in remove_gic() 124 err = fdt_setprop_u32(fdt, eth_off, "interrupts", cpu_eth_int); in remove_gic() 136 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle); in remove_gic() 142 err = fdt_setprop_u32(fdt, ehci_off, "interrupts", cpu_ehci_int); in remove_gic()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | sec.c | 62 err = fdt_setprop_u32(blob, crypto_node, "fsl,num-channels", in fdt_fixup_crypto_node() 68 err = fdt_setprop_u32(blob, crypto_node, "fsl,descriptor-types-mask", in fdt_fixup_crypto_node() 74 err = fdt_setprop_u32(blob, crypto_node, "fsl,exec-units-mask", in fdt_fixup_crypto_node() 80 err = fdt_setprop_u32(blob, crypto_node, "fsl,channel-fifo-len", in fdt_fixup_crypto_node() 156 err = fdt_setprop_u32(blob, crypto_node, "fsl,sec-era", era); in fdt_fixup_crypto_era()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | psci-dt.c | 96 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_suspend", in fdt_psci() 100 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_off", in fdt_psci() 104 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_on", in fdt_psci() 108 tmp = fdt_setprop_u32(fdt, nodeoff, "migrate", in fdt_psci()
|
/openbmc/u-boot/board/emulation/qemu-riscv/ |
H A D | qemu-riscv.c | 75 ret = fdt_setprop_u32(blob, chosen_offset, "riscv,kernel-start", 0); in ft_board_setup() 83 ret = fdt_setprop_u32(blob, chosen_offset, "riscv,kernel-end", 0); in ft_board_setup()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | fdt.c | 226 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clocks", in ft_fixup_clocks() 234 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clock-rates", in ft_fixup_clocks()
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 286 err = fdt_setprop_u32(fdt, i8259_off, "interrupt-parent", cpu_phandle); in remove_gic() 293 err = fdt_setprop_u32(fdt, i8259_off, "interrupts", 2); in remove_gic()
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 185 return fdt_setprop_u32(fdt, nodeoffset, name, (uint32_t)val); in fdt_setprop_uxx() 587 fdt_setprop_u32(blob, node, "load-addr", load_addr); in fdt_record_loadable() 589 fdt_setprop_u32(blob, node, "entry-point", entry_point); in fdt_record_loadable() 590 fdt_setprop_u32(blob, node, "size", size); in fdt_record_loadable() 1674 ret = fdt_setprop_u32(fdt, node, "width", width); in fdt_setup_simplefb_node() 1678 ret = fdt_setprop_u32(fdt, node, "height", height); in fdt_setup_simplefb_node() 1682 ret = fdt_setprop_u32(fdt, node, "stride", stride); in fdt_setup_simplefb_node() 1721 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 26 fdt_setprop_u32(fdt, offset, "#address-cells", EFI_DT_ADDR_CELLS_DEFAULT); in fdt_update_cell_size() 27 fdt_setprop_u32(fdt, offset, "#size-cells", EFI_DT_SIZE_CELLS_DEFAULT); in fdt_update_cell_size()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1516 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() function 1566 return fdt_setprop_u32(fdt, nodeoffset, name, val); in fdt_setprop_cell()
|
/openbmc/u-boot/tools/ |
H A D | fit_image.c | 462 fdt_setprop_u32(fdt, node, FIT_DATA_POSITION_PROP, in fit_extract_data() 465 fdt_setprop_u32(fdt, node, FIT_DATA_OFFSET_PROP, in fit_extract_data() 468 fdt_setprop_u32(fdt, node, FIT_DATA_SIZE_PROP, len); in fit_extract_data()
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gw_ventana.c | 862 fdt_setprop_u32(blob, off, "vidout_trc", 1); in ft_sethdmiinfmt() 863 fdt_setprop_u32(blob, off, "vidout_blc", 1); in ft_sethdmiinfmt() 871 fdt_setprop_u32(blob, off, "vidout_trc", 0); in ft_sethdmiinfmt() 872 fdt_setprop_u32(blob, off, "vidout_blc", 0); in ft_sethdmiinfmt()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1691 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() function 1747 return fdt_setprop_u32(fdt, nodeoffset, name, val); in fdt_setprop_cell()
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-sign.c | 780 ret = fdt_setprop_u32(keydest, node, "rsa,num-bits", bits); in rsa_add_verify_data() 782 ret = fdt_setprop_u32(keydest, node, "rsa,n0-inverse", n0_inv); in rsa_add_verify_data()
|
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec_sandbox.c | 142 fdt_setprop_u32(blob, node, "current-image", ec->current_image); in cros_ec_write_state()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 691 fdt_setprop_u32(fdt, phynode, "reg", in ft_board_setup()
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 588 return check_err(fdt_setprop_u32(self._fdt, nodeoffset, prop_name, val),
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 872 _FDT((fdt_setprop_u32(fdt, offset, "ibm,dec-bits", in spapr_dt_cpu()
|