Searched refs:onfi_version (Results 1 – 6 of 6) sorted by relevance
152 int onfi_version = 0; in nand_onfi_detect() local222 onfi_version = 23; in nand_onfi_detect()224 onfi_version = 22; in nand_onfi_detect()226 onfi_version = 21; in nand_onfi_detect()228 onfi_version = 20; in nand_onfi_detect()230 onfi_version = 10; in nand_onfi_detect()232 if (!onfi_version) { in nand_onfi_detect()279 } else if (onfi_version >= 21 && in nand_onfi_detect()313 onfi->version = onfi_version; in nand_onfi_detect()
913 int onfi_version; member1160 return chip->onfi_version ? le16_to_cpu(chip->onfi_params.features) : 0; in onfi_feature()1166 if (!chip->onfi_version) in onfi_get_async_timing_mode()1174 if (!chip->onfi_version) in onfi_get_sync_timing_mode()
308 if (chip->onfi_version) { in onfi_init_data_interface()
1000 if (chip->onfi_version) { in nand_setup_data_interface()3679 if (!chip->onfi_version || in nand_onfi_set_features()3699 if (!chip->onfi_version || in nand_onfi_get_features()3928 chip->onfi_version = 23; in nand_flash_detect_onfi()3930 chip->onfi_version = 22; in nand_flash_detect_onfi()3932 chip->onfi_version = 21; in nand_flash_detect_onfi()3934 chip->onfi_version = 20; in nand_flash_detect_onfi()3936 chip->onfi_version = 10; in nand_flash_detect_onfi()3938 if (!chip->onfi_version) { in nand_flash_detect_onfi()3973 } else if (chip->onfi_version >= 21 && in nand_flash_detect_onfi()[all …]
104 chip->onfi_version = 0; in mxs_flash_onfi_ident()
702 if (chip->onfi_version) { in pmecc_choose_ecc()