/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 598 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 656 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 695 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1193 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1228 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1240 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1516 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1551 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1563 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1597 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
H A D | fdt_ro.c | 234 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 272 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 376 int nodeoffset, in fdt_get_property() 383 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 419 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 425 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 459 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 511 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 547 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 558 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
H A D | fdt_wip.c | 58 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() 78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 128 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
H A D | fdt_rw.c | 203 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 221 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 272 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 290 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 305 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 332 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 393 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
H A D | fdt_addresses.c | 58 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() 78 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 722 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 782 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 821 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1324 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1359 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1376 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1691 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1726 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1744 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1778 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
H 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()
|
H A D | fdt_ro.c | 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 338 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() 542 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 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() 644 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
H 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()
|
H A D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 382 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 212 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 232 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 296 int nodeoffset, in fdt_get_property() 303 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 328 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 334 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 368 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 420 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 456 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 467 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
/openbmc/u-boot/include/ |
H A D | fdt_support.h | 244 static inline int fdt_status_okay(void *fdt, int nodeoffset) in fdt_status_okay() 248 static inline int fdt_status_disabled(void *fdt, int nodeoffset) in fdt_status_disabled() 252 static inline int fdt_status_fail(void *fdt, int nodeoffset) in fdt_status_fail()
|
/openbmc/u-boot/cmd/ |
H A D | fdt.c | 257 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 291 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 347 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 488 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 995 int nodeoffset; /* node offset from libfdt */ in fdt_print() local
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_layerscape_fixup.c | 77 int nodeoffset; in fdt_pcie_set_msi_map_entry() local 130 int nodeoffset; in fdt_pcie_set_iommu_map_entry() local
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | fdt.c | 62 int nodeoffset, path; in ft_cpu_setup() local
|
H A D | pci.c | 187 int nodeoffset; in ft_pci_setup() local
|
/openbmc/u-boot/tools/ |
H A D | fit_info.c | 45 int nodeoffset; /* node offset from libfdt */ in main() local
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 179 static inline int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx() 216 int nodeoffset; in fdt_initrd() local 276 int nodeoffset; in fdt_chosen() local 419 int err, nodeoffset; in fdt_fixup_memory_banks() local 1334 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle() 1373 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle() 1403 int fdt_set_node_status(void *fdt, int nodeoffset, in fdt_set_node_status()
|
H A D | image-fdt.c | 101 int nodeoffset, subnode; in boot_fdt_add_mem_rsv_regions() local
|
/openbmc/u-boot/board/ti/ks2_evm/ |
H A D | board.c | 172 int nodeoffset; in ft_board_setup_ex() local
|
/openbmc/u-boot/board/BuR/common/ |
H A D | common.c | 254 int nodeoffset; in ft_board_setup() local
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | mc.c | 168 static int mc_fixup_mac_addr(void *blob, int nodeoffset, in mc_fixup_mac_addr() 321 int nodeoffset = fdt_path_offset(blob, "/board_info/ports"), noff; in mc_fixup_dpc_mac_addr() local 400 int nodeoffset, err = 0; in mc_fixup_dpc() local
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | sec_firmware.c | 458 int nodeoffset; in fdt_fixup_kaslr() local
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sdhci-cadence.c | 111 const void *fdt, int nodeoffset) in sdhci_cdns_phy_init()
|
/openbmc/u-boot/board/compulab/cm_fx6/ |
H A D | cm_fx6.c | 535 int nodeoffset; in ft_board_setup() local
|