Home
last modified time | relevance | path

Searched refs:NAND_SCAN_SILENT_NODEV (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-bast.c247 .options = NAND_SCAN_SILENT_NODEV,
262 .options = NAND_SCAN_SILENT_NODEV,
270 .options = NAND_SCAN_SILENT_NODEV,
Dmach-osiris.c195 .options = NAND_SCAN_SILENT_NODEV,
210 .options = NAND_SCAN_SILENT_NODEV,
/linux-4.4.14/include/linux/mtd/
Dnand.h179 #define NAND_SCAN_SILENT_NODEV 0x00040000 macro
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c4008 if (!(chip->options & NAND_SCAN_SILENT_NODEV)) in nand_scan_ident()