Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dlibfdt.h690 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
748 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
787 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1285 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1320 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1332 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1646 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1681 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1693 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1727 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
[all …]
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()
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()
Dfdt_ro.c298 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
337 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
442 int nodeoffset, in fdt_get_property()
449 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
500 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
506 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
540 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
592 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
630 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
641 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
[all …]
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()
Dfdt_overlay.c650 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
/third_party/uboot/u-boot-2020.01/lib/libfdt/
Dfdt_ro.c302 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
341 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
446 int nodeoffset, in fdt_get_property()
453 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
504 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
510 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
544 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
596 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
634 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
645 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
[all …]
/third_party/uboot/u-boot-2020.01/include/
Dfdt_support.h269 static inline int fdt_status_okay(void *fdt, int nodeoffset) in fdt_status_okay()
273 static inline int fdt_status_disabled(void *fdt, int nodeoffset) in fdt_status_disabled()
277 static inline int fdt_status_fail(void *fdt, int nodeoffset) in fdt_status_fail()
/third_party/uboot/u-boot-2020.01/cmd/
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
996 int nodeoffset; /* node offset from libfdt */ in fdt_print() local
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dfdt.c62 int nodeoffset, path; in ft_cpu_setup() local
Dpci.c187 int nodeoffset; in ft_pci_setup() local
/third_party/uboot/u-boot-2020.01/tools/
Dfit_info.c45 int nodeoffset; /* node offset from libfdt */ in main() local
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpcie_layerscape_fixup.c77 int nodeoffset; in fdt_pcie_set_msi_map_entry() local
130 int nodeoffset; in fdt_pcie_set_iommu_map_entry() local
/third_party/uboot/u-boot-2020.01/common/
Dfdt_support.c180 static inline int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx()
217 int nodeoffset; in fdt_initrd() local
277 int nodeoffset; in fdt_chosen() local
420 int err, nodeoffset; in fdt_fixup_memory_banks() local
473 int err, nodeoffset; in fdt_set_usable_memory() local
1390 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle()
1429 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle()
1459 int fdt_set_node_status(void *fdt, int nodeoffset, in fdt_set_node_status()
Dimage-fdt.c103 int nodeoffset, subnode; in boot_fdt_add_mem_rsv_regions() local
/third_party/uboot/u-boot-2020.01/lib/optee/
Doptee.c123 int nodeoffset, subnode, ret; in optee_copy_fdt_nodes() local
/third_party/uboot/u-boot-2020.01/board/ti/ks2_evm/
Dboard.c160 int nodeoffset; in ft_board_setup_ex() local
/third_party/uboot/u-boot-2020.01/arch/arm/mach-meson/
Dboard-info.c129 int nodeoffset, ret; in show_board_info() local
Dsm.c91 int nodeoffset; in meson_sm_get_reboot_reason() local
/third_party/uboot/u-boot-2020.01/board/BuR/common/
Dcommon.c249 int nodeoffset; in ft_board_setup() local
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8/
Dfdt.c23 static int disable_fdt_node(void *blob, int nodeoffset) in disable_fdt_node()
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/
Dmc.c171 static int mc_fixup_mac_addr(void *blob, int nodeoffset, in mc_fixup_mac_addr()
334 int nodeoffset = fdt_path_offset(blob, "/board_info/ports"), noff; in mc_fixup_dpc_mac_addr() local
413 int nodeoffset, err = 0; in mc_fixup_dpc() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/
Dsec_firmware.c459 int nodeoffset; in fdt_fixup_kaslr() local
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsdhci-cadence.c111 const void *fdt, int nodeoffset) in sdhci_cdns_phy_init()
/third_party/uboot/u-boot-2020.01/board/compulab/cm_fx6/
Dcm_fx6.c536 int nodeoffset; in ft_board_setup() local

12