Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c5155 int onfi_version = 0; in nand_flash_detect_onfi() local
5211 onfi_version = 23; in nand_flash_detect_onfi()
5213 onfi_version = 22; in nand_flash_detect_onfi()
5215 onfi_version = 21; in nand_flash_detect_onfi()
5217 onfi_version = 20; in nand_flash_detect_onfi()
5219 onfi_version = 10; in nand_flash_detect_onfi()
5221 if (!onfi_version) { in nand_flash_detect_onfi()
5260 } else if (onfi_version >= 21 && in nand_flash_detect_onfi()
5294 onfi->version = onfi_version; in nand_flash_detect_onfi()