Home
last modified time | relevance | path

Searched defs:nodeoffset (Results 1 – 25 of 28) sorted by relevance

12

/u-boot/scripts/dtc/libfdt/
A Dfdt_addresses.c14 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 Dlibfdt.h717 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 Dfdt_wip.c13 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 Dfdt_ro.c300 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 Dfdt_rw.c185 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 Dls1028_ids.c84 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 Dfdt_support.h298 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 Dpcie_layerscape_fixup.c29 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 Dfdt.c258 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 Dpstore.c487 int nodeoffset; /* node offset from libfdt */ in fdt_fixup_pstore() local
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dfdt.c64 int nodeoffset, path; in ft_cpu_setup() local
A Dpci.c191 int nodeoffset; in ft_pci_setup() local
/u-boot/tools/
A Dfit_info.c45 int nodeoffset; /* node offset from libfdt */ in main() local
/u-boot/lib/efi_loader/
A Defi_dt_fixup.c56 int nodeoffset, subnode; in efi_carve_out_dt_rsv() local
/u-boot/lib/optee/
A Doptee.c126 int nodeoffset, subnode, ret; in optee_copy_fdt_nodes() local
/u-boot/board/ti/ks2_evm/
A Dboard.c164 int nodeoffset; in ft_board_setup_ex() local
/u-boot/common/
A Dfdt_support.c177 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 Dimage-fdt.c107 int nodeoffset, subnode; in boot_fdt_add_mem_rsv_regions() local
/u-boot/board/BuR/common/
A Dcommon.c252 int nodeoffset; in ft_board_setup() local
/u-boot/arch/arm/mach-meson/
A Dsm.c99 int nodeoffset; in meson_sm_get_reboot_reason() local
A Dboard-info.c138 int nodeoffset, ret; in get_socinfo() local
/u-boot/arch/arm/mach-imx/imx8/
A Dfdt.c26 static int disable_fdt_node(void *blob, int nodeoffset) in disable_fdt_node()
/u-boot/arch/arm/cpu/armv8/
A Dsec_firmware.c465 int nodeoffset; in fdt_fixup_kaslr() local
/u-boot/drivers/net/fsl-mc/
A Dmc.c180 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 Dsdhci-cadence.c115 const void *fdt, int nodeoffset) in sdhci_cdns_phy_init()

Completed in 54 milliseconds

12