Searched refs:onfi_version (Results 1 – 6 of 6) sorted by relevance
152 int onfi_version = 0; in nand_onfi_detect() local221 onfi_version = 23; in nand_onfi_detect()223 onfi_version = 22; in nand_onfi_detect()225 onfi_version = 21; in nand_onfi_detect()227 onfi_version = 20; in nand_onfi_detect()229 onfi_version = 10; in nand_onfi_detect()231 if (!onfi_version) { in nand_onfi_detect()278 } else if (onfi_version >= 21 && in nand_onfi_detect()315 onfi->version = onfi_version; in nand_onfi_detect()
935 int onfi_version; member1180 return chip->onfi_version ? le16_to_cpu(chip->onfi_params.features) : 0; in onfi_feature()1186 if (!chip->onfi_version) in onfi_get_async_timing_mode()1194 if (!chip->onfi_version) in onfi_get_sync_timing_mode()
308 if (chip->onfi_version) { in onfi_init_data_interface()
969 if (chip->onfi_version) { in nand_setup_data_interface()2989 if (!chip->onfi_version || in nand_onfi_set_features()3018 if (!chip->onfi_version || in nand_onfi_get_features()3242 chip->onfi_version = 23; in nand_flash_detect_onfi()3244 chip->onfi_version = 22; in nand_flash_detect_onfi()3246 chip->onfi_version = 21; in nand_flash_detect_onfi()3248 chip->onfi_version = 20; in nand_flash_detect_onfi()3250 chip->onfi_version = 10; in nand_flash_detect_onfi()3252 if (!chip->onfi_version) { in nand_flash_detect_onfi()3287 } else if (chip->onfi_version >= 21 && in nand_flash_detect_onfi()[all …]
103 chip->onfi_version = 0; in mxs_flash_onfi_ident()
701 if (chip->onfi_version) { in pmecc_choose_ecc()