Home
last modified time | relevance | path

Searched refs:fdt_setprop_u32 (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/mips/generic/
H A Dboard-sead3.c88 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 Dsec.c62 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 Dpsci-dt.c96 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 Dqemu-riscv.c75 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 Dfdt.c226 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 Dmalta-dtshim.c286 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 Dfdt_support.c185 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 Dfdt.c26 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 Dlibfdt.h1516 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 Dfit_image.c462 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 Dgw_ventana.c862 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 Dlibfdt.h1691 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 Drsa-sign.c780 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 Dcros_ec_sandbox.c142 fdt_setprop_u32(blob, node, "current-image", ec->current_image); in cros_ec_write_state()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c691 fdt_setprop_u32(fdt, phynode, "reg", in ft_board_setup()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped588 return check_err(fdt_setprop_u32(self._fdt, nodeoffset, prop_name, val),
/openbmc/qemu/hw/ppc/
H A Dspapr.c800 _FDT((fdt_setprop_u32(fdt, offset, "ibm,dec-bits", in spapr_dt_cpu()