Lines Matching full:onfi
788 * Reset the Data interface and timings to ONFI mode 0.
801 * The ONFI specification says: in nand_reset_interface()
919 * @spec_timings: specific timings, when not fitting the ONFI specification
922 * timing modes from ONFI information.
947 } else if (chip->parameters.onfi) { in nand_choose_best_sdr_timings()
948 best_mode = fls(chip->parameters.onfi->sdr_timing_modes) - 1; in nand_choose_best_sdr_timings()
970 * @spec_timings: specific timings, when not fitting the ONFI specification
973 * timing modes from ONFI information.
998 } else if (chip->parameters.onfi) { in nand_choose_best_nvddr_timings()
999 best_mode = fls(chip->parameters.onfi->nvddr_timing_modes) - 1; in nand_choose_best_nvddr_timings()
1023 * timing modes from ONFI information.
4652 /* Sanitize ONFI strings so we can safely print them */
4861 * Manufacturer detection. Only used when the NAND is not ONFI or JEDEC
4887 * ONFI and JEDEC compliant ones.
4902 * ONFI and JEDEC compliant ones.
5013 /* Check if the chip is ONFI compliant */ in nand_detect()
5438 kfree(chip->parameters.onfi); in nand_scan_ident_cleanup()