Home
last modified time | relevance | path

Searched refs:NAND_CHIPOPTIONS_MSK (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/mtd/
Dnand.h219 #define NAND_CHIPOPTIONS_MSK (0x0000ffff & ~NAND_NO_AUTOINCR) macro
/linux-2.6.39/drivers/mtd/nand/
Dnand_base.c2900 chip->options &= ~NAND_CHIPOPTIONS_MSK; in nand_flash_detect_onfi()
2902 NAND_NO_AUTOINCR) & NAND_CHIPOPTIONS_MSK; in nand_flash_detect_onfi()
3066 chip->options &= ~NAND_CHIPOPTIONS_MSK; in nand_get_flash_type()
3067 chip->options |= type->options & NAND_CHIPOPTIONS_MSK; in nand_get_flash_type()