Searched refs:child_size_cells (Results 1 – 1 of 1) sorted by relevance
255 int child_address_cells, child_size_cells, parent_address_cells, groups; in ofw_bus_ranges() local291 child_size_cells = rt_ofw_bus_size_cells(np); in ofw_bus_ranges()294 if (child_address_cells < 0 || child_size_cells < 0 || parent_address_cells < 0) in ofw_bus_ranges()297 np->full_name, child_address_cells, child_size_cells, parent_address_cells); in ofw_bus_ranges()303 groups /= child_address_cells + child_size_cells + parent_address_cells; in ofw_bus_ranges()327 *child_size++ = rt_fdt_next_cell(&cell, child_size_cells); in ofw_bus_ranges()
Completed in 6 milliseconds