Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/mtd/
Dnand.h177 #define NAND_SCAN_SILENT_NODEV 0x00040000 macro
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c3827 if (!(chip->options & NAND_SCAN_SILENT_NODEV)) in nand_scan_ident()