Home
last modified time | relevance | path

Searched refs:NAND_BBM_FIRSTPAGE (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_esmt.c50 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE | in esmt_nand_init()
H A Dnand_amd.c44 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE | in amd_nand_init()
H A Dnand_samsung.c131 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in samsung_nand_init()
H A Dnand_macronix.c487 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in macronix_nand_init()
H A Dnand_micron.c497 chip->options |= NAND_BBM_FIRSTPAGE; in micron_nand_init()
H A Dnand_hynix.c706 chip->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in hynix_nand_init()
H A Dsh_flctl.c1178 nand->options |= NAND_BBM_FIRSTPAGE | NAND_BBM_SECONDPAGE; in flctl_probe()
/linux/include/linux/mtd/
H A Drawnand.h203 #define NAND_BBM_FIRSTPAGE BIT(24) macro