Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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_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_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_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()
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_overlay.c644 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
/rk3399_rockchip-uboot/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 …]
/rk3399_rockchip-uboot/include/
H A Dfdt_support.h268 static inline int fdt_status_okay(void *fdt, int nodeoffset) in fdt_status_okay()
272 static inline int fdt_status_disabled(void *fdt, int nodeoffset) in fdt_status_disabled()
276 static inline int fdt_status_fail(void *fdt, int nodeoffset) in fdt_status_fail()
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/tools/
H A Dfit_info.c46 int nodeoffset; /* node offset from libfdt */ in main() local
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c189 int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx()
226 int nodeoffset; in fdt_initrd() local
289 int nodeoffset, len; in fdt_bootargs_append() local
342 int nodeoffset; in fdt_chosen() local
536 int err, nodeoffset; in fdt_fixup_memory_banks() local
583 int i, nodeoffset; in fdt_fixup_memory_banks() local
611 int nodeoffset, len, err; in fdt_update_reserved_memory() local
1446 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle()
1485 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle()
1515 int fdt_set_node_status(void *fdt, int nodeoffset, in fdt_set_node_status()
/rk3399_rockchip-uboot/board/BuR/common/
H A Dcommon.c330 int nodeoffset; in br_summaryscreen_printdtb() local
362 int nodeoffset; in ft_board_setup() local
/rk3399_rockchip-uboot/board/ti/ks2_evm/
H A Dboard.c150 int nodeoffset; in ft_board_setup() local
/rk3399_rockchip-uboot/drivers/mmc/
H A Dsdhci-cadence.c93 const void *fdt, int nodeoffset) in sdhci_cdns_phy_init()
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsec_firmware.c342 int nodeoffset; in fdt_fixup_kaslr() local
/rk3399_rockchip-uboot/board/compulab/cm_fx6/
H A Dcm_fx6.c606 int nodeoffset; in ft_board_setup() local
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1501 int nodeoffset; in ft_verify_fdt() local
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c900 int nodeoffset; in fdtdec_get_config_string() local