Home
last modified time | relevance | path

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

12

/u-boot/scripts/dtc/libfdt/
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_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 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/drivers/pci/
A Dpcie_layerscape_fixup.c31 int nodeoffset; in fdt_pcie_get_nodeoffset() local
105 int nodeoffset; in fdt_pcie_set_msi_map_entry_ls() local
160 int nodeoffset; in fdt_pcie_set_iommu_map_entry_ls() local
232 int nodeoffset, in get_extra_iommu_ents()
505 int i, cnt, nodeoffset; in fdt_fixup_pcie_ls() local
/u-boot/cmd/
A Dfdt.c308 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
342 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
398 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
538 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
1004 int nodeoffset; /* node offset from libfdt */ in fdt_print() local
A Dkaslrseed.c22 int nodeoffset; in do_kaslr_seed() local
A Dpstore.c488 int nodeoffset; /* node offset from libfdt */ in fdt_fixup_pstore() local
/u-boot/include/
A Dfdt_support.h328 static inline int fdt_status_okay(void *fdt, int nodeoffset) in fdt_status_okay()
332 static inline int fdt_status_disabled(void *fdt, int nodeoffset) in fdt_status_disabled()
336 static inline int fdt_status_fail(void *fdt, int nodeoffset) in fdt_status_fail()
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dpci.c33 int nodeoffset; in ft_pci_setup() local
A Dfdt.c61 int nodeoffset, path; in ft_cpu_setup() local
/u-boot/tools/
A Dfit_info.c45 int nodeoffset; /* node offset from libfdt */ in main() local
/u-boot/board/BuR/common/
A Dcommon.c27 int nodeoffset; in ft_board_setup() local
/u-boot/lib/efi_loader/
A Defi_dt_fixup.c89 int nodeoffset, subnode; in efi_carve_out_dt_rsv() local
/u-boot/arch/arm/mach-meson/
A Dsm.c114 int nodeoffset; in meson_sm_get_reboot_reason() local
A Dboard-info.c139 int nodeoffset, ret; in get_socinfo() 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
284 int nodeoffset; in fdt_chosen() local
463 int err, nodeoffset; in fdt_fixup_memory_banks() local
516 int err, nodeoffset; in fdt_set_usable_memory() local
1549 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle()
1580 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle()
1659 int fdt_set_node_status(void *fdt, int nodeoffset, enum fdt_status status) in fdt_set_node_status()
/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/mips/mach-octeon/
A Docteon_fdt.c599 int octeon_fdt_compat_vendor(const void *fdt, int nodeoffset, const char *vendor) in octeon_fdt_compat_vendor()
636 int octeon_fdt_get_soc_node(const void *fdt, int nodeoffset) in octeon_fdt_get_soc_node()
/u-boot/arch/arm/cpu/armv8/
A Dsec_firmware.c418 int nodeoffset; in fdt_fixup_kaslr() local
/u-boot/drivers/net/fsl-mc/
A Dmc.c168 static int mc_fixup_mac_addr(void *blob, int nodeoffset, in mc_fixup_mac_addr()
348 int nodeoffset = fdt_path_offset(blob, "/board_info/ports"), noff; in mc_fixup_dpc_mac_addr() local
421 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 60 milliseconds

12