Home
last modified time | relevance | path

Searched refs:fdt_read_prop_cells (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/common/
H A Dfdt_wrappers.c280 uint64_t fdt_read_prop_cells(const fdt32_t *prop, int nr_cells) in fdt_read_prop_cells() function
320 *base = (uintptr_t)fdt_read_prop_cells(&prop[cell], ac); in fdt_get_reg_props_by_index()
324 *size = (size_t)fdt_read_prop_cells(&prop[cell + ac], sc); in fdt_get_reg_props_by_index()
414 local_address = fdt_read_prop_cells(value, child_addr_size); in fdtw_xlat_hit()
415 parent_address = fdt_read_prop_cells(value + child_addr_size, in fdtw_xlat_hit()
417 addr_range = fdt_read_prop_cells(value + child_addr_size + in fdtw_xlat_hit()
/rk3399_ARM-atf/include/common/
H A Dfdt_wrappers.h52 uint64_t fdt_read_prop_cells(const fdt32_t *prop, int nr_cells);
/rk3399_ARM-atf/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c400 fdt_read_prop_cells(&ranges[cell], ac); in fconf_populate_pci_props()
404 fdt_read_prop_cells(&ranges[cell + parent_ac], sc); in fconf_populate_pci_props()