Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h595 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
653 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
692 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1190 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1225 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1237 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1510 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1545 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1557 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1591 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
[all …]
H A Dfdt_ro.c233 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
253 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
317 int nodeoffset, in fdt_get_property()
324 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
349 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
355 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
389 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
441 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
477 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
488 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()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dlibfdt.h694 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
752 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
791 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1289 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1324 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1336 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1650 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1685 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1697 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1731 #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()
379 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
/OK3568_Linux_fs/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 …]
/OK3568_Linux_fs/u-boot/include/
H A Dfdt_support.h264 static inline int fdt_status_okay(void *fdt, int nodeoffset) in fdt_status_okay()
268 static inline int fdt_status_disabled(void *fdt, int nodeoffset) in fdt_status_disabled()
272 static inline int fdt_status_fail(void *fdt, int nodeoffset) in fdt_status_fail()
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c222 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
256 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
312 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
453 int nodeoffset; /* node offset from libfdt */ in do_fdt() local
954 int nodeoffset; /* node offset from libfdt */ in fdt_print() local
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c188 int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx()
225 int nodeoffset; in fdt_initrd() local
286 int nodeoffset, len; in fdt_bootargs_append() local
357 int nodeoffset; in fdt_chosen() local
540 int err, nodeoffset; in fdt_fixup_memory_banks() local
587 int i, nodeoffset; in fdt_fixup_memory_banks() local
615 int nodeoffset, len, err; in fdt_update_reserved_memory() local
1450 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle()
1489 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle()
1519 int fdt_set_node_status(void *fdt, int nodeoffset, in fdt_set_node_status()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_layerscape_fixup.c78 int nodeoffset; in fdt_pcie_set_msi_map_entry() local
131 int nodeoffset; in fdt_pcie_set_iommu_map_entry() local
H A Dtsi108_pci.c152 int nodeoffset; in ft_pci_setup() local
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dfdt.c63 int nodeoffset, path; in ft_cpu_setup() local
H A Dpci.c188 int nodeoffset; in ft_pci_setup() local
/OK3568_Linux_fs/u-boot/tools/
H A Dfit_info.c46 int nodeoffset; /* node offset from libfdt */ in main() local
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c330 int nodeoffset; in br_summaryscreen_printdtb() local
362 int nodeoffset; in ft_board_setup() local
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c166 static int mc_fixup_mac_addr(void *blob, int nodeoffset, in mc_fixup_mac_addr()
285 int nodeoffset = fdt_path_offset(blob, "/board_info/ports"), noff; in mc_fixup_dpc_mac_addr() local
365 int nodeoffset, err = 0; in mc_fixup_dpc() local
/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dboard.c150 int nodeoffset; in ft_board_setup() local
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci-cadence.c93 const void *fdt, int nodeoffset) in sdhci_cdns_phy_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dsec_firmware.c342 int nodeoffset; in fdt_fixup_kaslr() local
/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c606 int nodeoffset; in ft_board_setup() local

12