Searched refs:check_page_first (Results 1 – 1 of 1) sorted by relevance
1178 uint8_t check_page_first = 0; in cdns_nand_read() local1201 check_page_first = 1; in cdns_nand_read()1208 if ((check_page_last == 1) && (check_page_first == 1)) { in cdns_nand_read()1214 } else if (((check_page_last == 0) && (check_page_first == 1) && (page_count == 1)) || in cdns_nand_read()1215 ((check_page_last == 0) && (check_page_first == 0) && (page_count == 1)) || in cdns_nand_read()1216 ((check_page_last == 1) && (check_page_first == 0) && (page_count == 1))) { in cdns_nand_read()1231 } else if (((check_page_last == 0) && (check_page_first == 1) && (page_count == 2)) || in cdns_nand_read()1232 ((check_page_last == 0) && (check_page_first == 0) && (page_count == 2)) || in cdns_nand_read()1233 ((check_page_last == 1) && (check_page_first == 0) && (page_count == 2))) { in cdns_nand_read()1249 } else if ((check_page_last == 0) && (check_page_first == 1) && (page_count > 2)) { in cdns_nand_read()[all …]