Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/nand/raw/
Dmxc_nand.c359 int no_subpages, i; in get_ecc_status_v1() local
361 no_subpages = mtd->writesize >> 9; in get_ecc_status_v1()
365 for (i = 0; i < no_subpages; i++) { in get_ecc_status_v1()
391 int no_subpages, err; in get_ecc_status_v2_v3() local
396 no_subpages = mtd->writesize >> 9; in get_ecc_status_v2_v3()
408 } while (--no_subpages); in get_ecc_status_v2_v3()
711 int no_subpages; in mxc_nand_read_page_v1() local
716 no_subpages = mtd->writesize >> 9; in mxc_nand_read_page_v1()
719 no_subpages = 1; in mxc_nand_read_page_v1()
721 for (i = 0; i < no_subpages; i++) { in mxc_nand_read_page_v1()
[all …]