Searched refs:NAND_CHIPOPTIONS_MSK (Results 1 – 2 of 2) sorted by relevance
219 #define NAND_CHIPOPTIONS_MSK (0x0000ffff & ~NAND_NO_AUTOINCR) macro
2900 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()