Searched refs:NAND_BBM_FIRSTPAGE (Results 1 – 10 of 10) sorted by relevance
45 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()
100 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in macronix_nand_init()
127 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in samsung_nand_init()
146 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in toshiba_nand_init()
450 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in micron_nand_init()
684 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in hynix_nand_init()
1180 nand->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in flctl_probe()
296 if (page == 0 && chip->options & NAND_BBM_FIRSTPAGE) in nand_bbm_get_next_page()
176 #define NAND_BBM_FIRSTPAGE 0x01000000 macro