Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_onfi.c152 int onfi_version = 0; in nand_onfi_detect() local
221 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()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h935 int onfi_version; member
1180 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()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_timings.c308 if (chip->onfi_version) { in onfi_init_data_interface()
H A Dnand_base.c969 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 …]
H A Dmxs_nand_spl.c103 chip->onfi_version = 0; in mxs_flash_onfi_ident()
H A Datmel_nand.c701 if (chip->onfi_version) { in pmecc_choose_ecc()