Lines Matching full:onfi
746 * Reset the Data interface and timings to ONFI mode 0.
759 * The ONFI specification says: in nand_reset_interface()
868 * @spec_timings: specific timings, when not fitting the ONFI specification
871 * timing modes from ONFI information.
896 } else if (chip->parameters.onfi) { in nand_choose_best_sdr_timings()
897 best_mode = fls(chip->parameters.onfi->async_timing_mode) - 1; in nand_choose_best_sdr_timings()
4422 /* Sanitize ONFI strings so we can safely print them */
4631 * Manufacturer detection. Only used when the NAND is not ONFI or JEDEC
4657 * ONFI and JEDEC compliant ones.
4672 * ONFI and JEDEC compliant ones.
4783 /* Check if the chip is ONFI compliant */ in nand_detect()
5139 kfree(chip->parameters.onfi); in nand_scan_ident_cleanup()