Home
last modified time | relevance | path

Searched refs:NAND_SAMSUNG_LP_OPTIONS (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/mtd/nand/
Dnand_ids.c73 #define LP_OPTIONS (NAND_SAMSUNG_LP_OPTIONS | NAND_NO_READRDY | NAND_NO_AUTOINCR)
Dnand_base.c3073 chip->options &= ~NAND_SAMSUNG_LP_OPTIONS; in nand_get_flash_type()
/linux-2.6.39/arch/arm/mach-omap1/
Dboard-perseus2.c170 .options = NAND_SAMSUNG_LP_OPTIONS,
Dboard-fsample.c212 .options = NAND_SAMSUNG_LP_OPTIONS,
Dboard-h3.c213 .options = NAND_SAMSUNG_LP_OPTIONS,
Dboard-h2.c211 .options = NAND_SAMSUNG_LP_OPTIONS,
/linux-2.6.39/include/linux/mtd/
Dnand.h206 #define NAND_SAMSUNG_LP_OPTIONS \ macro