Searched refs:a_cells (Results 1 – 1 of 1) sorted by relevance
105 int a_cells, s_cells; in parse_fixed_partitions() local123 a_cells = of_n_addr_cells(pp); in parse_fixed_partitions()144 if (len / 4 != a_cells + s_cells) { in parse_fixed_partitions()151 parts[i].offset = of_read_number(reg, a_cells); in parse_fixed_partitions()152 parts[i].size = of_read_number(reg + a_cells, s_cells); in parse_fixed_partitions()