Home
last modified time | relevance | path

Searched refs:a_cells (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dofpart.c78 int a_cells, s_cells; in parse_fixed_partitions() local
96 a_cells = of_n_addr_cells(pp); in parse_fixed_partitions()
98 if (len / 4 != a_cells + s_cells) { in parse_fixed_partitions()
105 parts[i].offset = of_read_number(reg, a_cells); in parse_fixed_partitions()
106 parts[i].size = of_read_number(reg + a_cells, s_cells); in parse_fixed_partitions()
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dofpart_core.c105 int a_cells, s_cells; in parse_fixed_partitions() local
123 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()

Completed in 1 milliseconds