Lines Matching full:onfi
793 * Reset the Data interface and timings to ONFI mode 0.
806 * The ONFI specification says: in nand_reset_interface()
924 * @spec_timings: specific timings, when not fitting the ONFI specification
927 * timing modes from ONFI information.
952 } else if (chip->parameters.onfi) { in nand_choose_best_sdr_timings()
953 best_mode = fls(chip->parameters.onfi->sdr_timing_modes) - 1; in nand_choose_best_sdr_timings()
975 * @spec_timings: specific timings, when not fitting the ONFI specification
978 * timing modes from ONFI information.
1003 } else if (chip->parameters.onfi) { in nand_choose_best_nvddr_timings()
1004 best_mode = fls(chip->parameters.onfi->nvddr_timing_modes) - 1; in nand_choose_best_nvddr_timings()
1028 * timing modes from ONFI information.
4909 /* Sanitize ONFI strings so we can safely print them */
5118 * Manufacturer detection. Only used when the NAND is not ONFI or JEDEC
5144 * ONFI and JEDEC compliant ones.
5159 * ONFI and JEDEC compliant ones.
5333 /* Check if the chip is ONFI compliant */ in nand_detect()
5759 kfree(chip->parameters.onfi); in nand_scan_ident_cleanup()