Lines Matching full:onfi
790 * Reset the Data interface and timings to ONFI mode 0.
803 * The ONFI specification says: in nand_reset_interface()
921 * @spec_timings: specific timings, when not fitting the ONFI specification
924 * timing modes from ONFI information.
949 } else if (chip->parameters.onfi) { in nand_choose_best_sdr_timings()
950 best_mode = fls(chip->parameters.onfi->sdr_timing_modes) - 1; in nand_choose_best_sdr_timings()
972 * @spec_timings: specific timings, when not fitting the ONFI specification
975 * timing modes from ONFI information.
1000 } else if (chip->parameters.onfi) { in nand_choose_best_nvddr_timings()
1001 best_mode = fls(chip->parameters.onfi->nvddr_timing_modes) - 1; in nand_choose_best_nvddr_timings()
1025 * timing modes from ONFI information.
4726 /* Sanitize ONFI strings so we can safely print them */
4935 * Manufacturer detection. Only used when the NAND is not ONFI or JEDEC
4961 * ONFI and JEDEC compliant ones.
4976 * ONFI and JEDEC compliant ones.
5087 /* Check if the chip is ONFI compliant */ in nand_detect()
5513 kfree(chip->parameters.onfi); in nand_scan_ident_cleanup()