Searched refs:child_size (Results 1 – 2 of 2) sorted by relevance
256 rt_uint64_t *child_addr, *parent_addr, *child_size; in ofw_bus_ranges() local315 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() local389 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() local458 if (address >= parent_addr && address < parent_addr + child_size) in rt_ofw_reverse_address()
57 rt_uint64_t *child_size; member
Completed in 6 milliseconds