Searched refs:addr_ncells (Results 1 – 1 of 1) sorted by relevance
197 int addr_ncells = 0; in fdt_get_reg_props_by_index() local210 if (fdt_find_cached_parent_reg_cells(fdt, offs, &addr_ncells, in fdt_get_reg_props_by_index()216 addr_ncells = fdt_address_cells(fdt, parent); in fdt_get_reg_props_by_index()217 if (addr_ncells < 0) in fdt_get_reg_props_by_index()225 cell_offset = index * (addr_ncells + size_ncells); in fdt_get_reg_props_by_index()227 if ((size_t)len < (cell_offset + addr_ncells) * sizeof(*reg)) in fdt_get_reg_props_by_index()231 *base = fdt_read_paddr(reg + cell_offset, addr_ncells); in fdt_get_reg_props_by_index()238 (cell_offset + addr_ncells + size_ncells) * sizeof(*reg)) in fdt_get_reg_props_by_index()241 *size = fdt_read_size(reg + cell_offset + addr_ncells, in fdt_get_reg_props_by_index()