Home
last modified time | relevance | path

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

/trusted-firmware-a/common/
A Dfdt_wrappers.c267 static uint64_t fdt_read_prop_cells(const fdt32_t *prop, int nr_cells) in fdt_read_prop_cells() function
307 *base = (uintptr_t)fdt_read_prop_cells(&prop[cell], ac); in fdt_get_reg_props_by_index()
311 *size = (size_t)fdt_read_prop_cells(&prop[cell + ac], sc); in fdt_get_reg_props_by_index()
401 local_address = fdt_read_prop_cells(value, child_addr_size); in fdtw_xlat_hit()
402 parent_address = fdt_read_prop_cells(value + child_addr_size, in fdtw_xlat_hit()
404 addr_range = fdt_read_prop_cells(value + child_addr_size + in fdtw_xlat_hit()

Completed in 3 milliseconds