Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-s3c/
Dmach-bast.c234 .options = NAND_SCAN_SILENT_NODEV,
249 .options = NAND_SCAN_SILENT_NODEV,
257 .options = NAND_SCAN_SILENT_NODEV,
Dmach-osiris.c183 .options = NAND_SCAN_SILENT_NODEV,
198 .options = NAND_SCAN_SILENT_NODEV,
/linux-6.1.9/include/linux/mtd/
Drawnand.h155 #define NAND_SCAN_SILENT_NODEV BIT(18) macro
/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_base.c5468 if (!(chip->options & NAND_SCAN_SILENT_NODEV)) in nand_scan_ident()