Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Dio.c256 rt_uint64_t *child_addr, *parent_addr, *child_size; in ofw_bus_ranges() local
315 ranges->child_size = &ranges->parent_addr[groups]; in ofw_bus_ranges()
321 child_size = ranges->child_size; in ofw_bus_ranges()
327 *child_size++ = rt_fdt_next_cell(&cell, child_size_cells); in ofw_bus_ranges()
387 rt_uint64_t child_size = ranges->child_size[i]; in rt_ofw_translate_address() local
389 if (address >= child_addr && address < child_addr + child_size) in rt_ofw_translate_address()
456 rt_uint64_t child_size = ranges->child_size[i]; in rt_ofw_reverse_address() local
458 if (address >= parent_addr && address < parent_addr + child_size) in rt_ofw_reverse_address()
A Dofw_internal.h57 rt_uint64_t *child_size; member

Completed in 6 milliseconds