Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmxc_nand.c719 int no_subpages; in mxc_nand_read_page_v1() local
730 no_subpages = mtd->writesize >> 9; in mxc_nand_read_page_v1()
732 for (i = 0; i < no_subpages; i++) { in mxc_nand_read_page_v1()
778 int no_subpages; in mxc_nand_read_page_v2_v3() local
800 no_subpages = mtd->writesize >> 9; in mxc_nand_read_page_v2_v3()
814 } while (--no_subpages); in mxc_nand_read_page_v2_v3()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmxc_nand.c716 int no_subpages; in mxc_nand_read_page_v1() local
727 no_subpages = mtd->writesize >> 9; in mxc_nand_read_page_v1()
729 for (i = 0; i < no_subpages; i++) { in mxc_nand_read_page_v1()
775 int no_subpages; in mxc_nand_read_page_v2_v3() local
797 no_subpages = mtd->writesize >> 9; in mxc_nand_read_page_v2_v3()
811 } while (--no_subpages); in mxc_nand_read_page_v2_v3()

Completed in 6 milliseconds