Lines Matching defs:iface
649 * @iface: The interface configuration to fill
653 struct nand_interface_config *iface,
661 *iface = onfi_sdr_timings[timing_mode];
669 struct nand_sdr_timings *timings = &iface->timings.sdr;
685 * @iface: The interface configuration to fill
689 struct nand_interface_config *iface,
697 *iface = onfi_nvddr_timings[timing_mode];
705 struct nand_nvddr_timings *timings = &iface->timings.nvddr;
724 * @iface: The interface configuration to fill
729 struct nand_interface_config *iface,
734 return onfi_fill_sdr_interface_config(chip, iface, timing_mode);
736 return onfi_fill_nvddr_interface_config(chip, iface, timing_mode);