Home
last modified time | relevance | path

Searched refs:s_cells (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mtd/
Dofpart.c82 int a_cells, s_cells; in parse_fixed_partitions() local
101 s_cells = of_n_size_cells(pp); in parse_fixed_partitions()
102 if (len / 4 != a_cells + s_cells) { in parse_fixed_partitions()
110 parts[i].size = of_read_number(reg + a_cells, s_cells); in parse_fixed_partitions()