| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | sec.c | 63 err = fdt_setprop_u32(blob, crypto_node, "fsl,num-channels", in fdt_fixup_crypto_node() 69 err = fdt_setprop_u32(blob, crypto_node, "fsl,descriptor-types-mask", in fdt_fixup_crypto_node() 75 err = fdt_setprop_u32(blob, crypto_node, "fsl,exec-units-mask", in fdt_fixup_crypto_node() 81 err = fdt_setprop_u32(blob, crypto_node, "fsl,channel-fifo-len", in fdt_fixup_crypto_node() 157 err = fdt_setprop_u32(blob, crypto_node, "fsl,sec-era", era); in fdt_fixup_crypto_era()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | psci-dt.c | 92 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_suspend", in fdt_psci() 96 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_off", in fdt_psci() 100 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_on", in fdt_psci() 104 tmp = fdt_setprop_u32(fdt, nodeoff, "migrate", in fdt_psci()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | fdt.c | 227 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clocks", in ft_fixup_clocks() 235 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clock-rates", in ft_fixup_clocks()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 194 return fdt_setprop_u32(fdt, nodeoffset, name, (uint32_t)val); in fdt_setprop_uxx() 519 fdt_setprop_u32(blob, node, "load-addr", load_addr); in fdt_record_loadable() 521 fdt_setprop_u32(blob, node, "entry-point", entry_point); in fdt_record_loadable() 522 fdt_setprop_u32(blob, node, "size", size); in fdt_record_loadable() 1790 ret = fdt_setprop_u32(fdt, node, "width", width); in fdt_setup_simplefb_node() 1794 ret = fdt_setprop_u32(fdt, node, "height", height); in fdt_setup_simplefb_node() 1798 ret = fdt_setprop_u32(fdt, node, "stride", stride); in fdt_setup_simplefb_node() 1837 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1510 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() function 1560 return fdt_setprop_u32(fdt, nodeoffset, name, val); in fdt_setprop_cell()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 517 fdt_setprop_u32(fdt, node, "data-position", in fit_extract_data() 520 fdt_setprop_u32(fdt, node, "data-offset", buf_ptr); in fit_extract_data() 522 fdt_setprop_u32(fdt, node, "data-size", len); in fit_extract_data()
|
| /OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/ |
| H A D | gw_ventana.c | 835 fdt_setprop_u32(blob, off, "vidout_trc", 1); in ft_sethdmiinfmt() 836 fdt_setprop_u32(blob, off, "vidout_blc", 1); in ft_sethdmiinfmt() 844 fdt_setprop_u32(blob, off, "vidout_trc", 0); in ft_sethdmiinfmt() 845 fdt_setprop_u32(blob, off, "vidout_blc", 0); in ft_sethdmiinfmt()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1650 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() function 1700 return fdt_setprop_u32(fdt, nodeoffset, name, val); in fdt_setprop_cell()
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-sign.c | 915 ret = fdt_setprop_u32(keydest, node, "rsa,num-bits", bits); in rsa_add_verify_data() 917 ret = fdt_setprop_u32(keydest, node, "rsa,n0-inverse", n0_inv); in rsa_add_verify_data()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec_sandbox.c | 145 fdt_setprop_u32(blob, node, "current-image", ec->current_image); in cros_ec_write_state()
|