/u-boot/scripts/dtc/libfdt/ |
A D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() 34 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() 46 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells() 57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
|
A D | libfdt.h | 717 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 756 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1254 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1289 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1301 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1696 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1726 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument 1787 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() 1822 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64() 1834 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell() [all …]
|
A D | fdt_wip.c | 13 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 83 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
A D | fdt_ro.c | 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 339 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 444 int nodeoffset, in fdt_get_property() 451 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 502 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 508 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 594 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 632 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 643 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() 777 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get() [all …]
|
A D | fdt_rw.c | 185 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 203 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 236 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 259 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 277 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 292 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 319 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 380 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
A D | ls1028_ids.c | 84 static int fdt_setprop_inplace_idx_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_idx_u32() 94 static int fdt_getprop_len(void *fdt, int nodeoffset, const char *name) in fdt_getprop_len()
|
/u-boot/include/ |
A D | fdt_support.h | 298 static inline int fdt_status_okay(void *fdt, int nodeoffset) in fdt_status_okay() 302 static inline int fdt_status_disabled(void *fdt, int nodeoffset) in fdt_status_disabled() 306 static inline int fdt_status_fail(void *fdt, int nodeoffset) in fdt_status_fail()
|
/u-boot/drivers/pci/ |
A D | pcie_layerscape_fixup.c | 29 int nodeoffset; in fdt_pcie_get_nodeoffset() local 103 int nodeoffset; in fdt_pcie_set_msi_map_entry_ls() local 158 int nodeoffset; in fdt_pcie_set_iommu_map_entry_ls() local 230 int nodeoffset, in get_extra_iommu_ents() 503 int i, cnt, nodeoffset; in fdt_fixup_pcie_ls() local
|
/u-boot/cmd/ |
A D | fdt.c | 258 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 292 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 348 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 489 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 1002 int nodeoffset; /* node offset from libfdt */ in fdt_print() local
|
A D | pstore.c | 487 int nodeoffset; /* node offset from libfdt */ in fdt_fixup_pstore() local
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | fdt.c | 64 int nodeoffset, path; in ft_cpu_setup() local
|
A D | pci.c | 191 int nodeoffset; in ft_pci_setup() local
|
/u-boot/tools/ |
A D | fit_info.c | 45 int nodeoffset; /* node offset from libfdt */ in main() local
|
/u-boot/lib/efi_loader/ |
A D | efi_dt_fixup.c | 56 int nodeoffset, subnode; in efi_carve_out_dt_rsv() local
|
/u-boot/lib/optee/ |
A D | optee.c | 126 int nodeoffset, subnode, ret; in optee_copy_fdt_nodes() local
|
/u-boot/board/ti/ks2_evm/ |
A D | board.c | 164 int nodeoffset; in ft_board_setup_ex() local
|
/u-boot/common/ |
A D | fdt_support.c | 177 static inline int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx() 214 int nodeoffset; in fdt_initrd() local 274 int nodeoffset; in fdt_chosen() local 417 int err, nodeoffset; in fdt_fixup_memory_banks() local 470 int err, nodeoffset; in fdt_set_usable_memory() local 1463 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle() 1502 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle() 1532 int fdt_set_node_status(void *fdt, int nodeoffset, in fdt_set_node_status()
|
A D | image-fdt.c | 107 int nodeoffset, subnode; in boot_fdt_add_mem_rsv_regions() local
|
/u-boot/board/BuR/common/ |
A D | common.c | 252 int nodeoffset; in ft_board_setup() local
|
/u-boot/arch/arm/mach-meson/ |
A D | sm.c | 99 int nodeoffset; in meson_sm_get_reboot_reason() local
|
A D | board-info.c | 138 int nodeoffset, ret; in get_socinfo() local
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | fdt.c | 26 static int disable_fdt_node(void *blob, int nodeoffset) in disable_fdt_node()
|
/u-boot/arch/arm/cpu/armv8/ |
A D | sec_firmware.c | 465 int nodeoffset; in fdt_fixup_kaslr() local
|
/u-boot/drivers/net/fsl-mc/ |
A D | mc.c | 180 static int mc_fixup_mac_addr(void *blob, int nodeoffset, in mc_fixup_mac_addr() 377 int nodeoffset = fdt_path_offset(blob, "/board_info/ports"), noff; in mc_fixup_dpc_mac_addr() local 461 int nodeoffset, err = 0; in mc_fixup_dpc() local
|
/u-boot/drivers/mmc/ |
A D | sdhci-cadence.c | 115 const void *fdt, int nodeoffset) in sdhci_cdns_phy_init()
|