Home
last modified time | relevance | path

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

12

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h598 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 Dfdt_ro.c234 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 Dfdt_wip.c58 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 Dfdt_rw.c203 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 Dfdt_addresses.c58 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 Dlibfdt.h722 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 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()
H A Dfdt_ro.c300 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 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()
H A Dfdt_rw.c184 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 Dfdt_ro.c212 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 Dfdt_support.h244 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 Dfdt.c257 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 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
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dfdt.c62 int nodeoffset, path; in ft_cpu_setup() local
H A Dpci.c187 int nodeoffset; in ft_pci_setup() local
/openbmc/u-boot/tools/
H A Dfit_info.c45 int nodeoffset; /* node offset from libfdt */ in main() local
/openbmc/u-boot/common/
H A Dfdt_support.c179 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 Dimage-fdt.c101 int nodeoffset, subnode; in boot_fdt_add_mem_rsv_regions() local
/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard.c172 int nodeoffset; in ft_board_setup_ex() local
/openbmc/u-boot/board/BuR/common/
H A Dcommon.c254 int nodeoffset; in ft_board_setup() local
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c168 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 Dsec_firmware.c458 int nodeoffset; in fdt_fixup_kaslr() local
/openbmc/u-boot/drivers/mmc/
H A Dsdhci-cadence.c111 const void *fdt, int nodeoffset) in sdhci_cdns_phy_init()
/openbmc/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c535 int nodeoffset; in ft_board_setup() local

12