Searched refs:NDCR_PAGE_SZ (Results 1 – 1 of 1) sorted by relevance
133 #define NDCR_PAGE_SZ(x) (x >= 2048 ? BIT(24) : 0) macro140 #define NDCR_GENERIC_FIELDS_MASK (~(NDCR_RA_START | NDCR_PAGE_SZ(2048) | \2515 marvell_nand->ndcr = NDCR_PAGE_SZ(mtd->writesize); in marvell_nand_attach_chip()