Searched refs:NAND_BBM_SECONDPAGE (Results 1 – 8 of 8) sorted by relevance
50 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE | in esmt_nand_init()
44 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE | in amd_nand_init()
131 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in samsung_nand_init()
487 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in macronix_nand_init()
500 chip->options |= NAND_BBM_SECONDPAGE; in micron_nand_init()
706 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in hynix_nand_init()
1178 nand->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in flctl_probe()
204 #define NAND_BBM_SECONDPAGE BIT(25) macro