Searched refs:subpages (Results 1 – 3 of 3) sorted by relevance
195 int subpages = CONFIG_SYS_NAND_PAGE_SIZE / 512; in nfc_nand_check_ecc()201 } while (--subpages); in nfc_nand_check_ecc()
665 int subpages = mtd->writesize / nand_chip->subpagesize; local680 - subpages);685 subpages--;686 } while (subpages > 0);
110 * with 4 subpages the VID offset is 512. The DATA offset is 2k.