Lines Matching full:tuning
224 /* The tuning command opcode value is different for SD and eMMC cards */
230 /* Execute HS400 tuning depending host driver */
233 /* Optional callback to prepare for SD high-speed tuning */
236 /* Optional callback to execute SD high-speed tuning */
488 unsigned int doing_init_tune:1; /* initial tuning in progress */
489 unsigned int can_retune:1; /* re-tuning can be used */
490 unsigned int doing_retune:1; /* re-tuning in progress */
491 unsigned int retune_now:1; /* do re-tuning at next req */
492 unsigned int retune_paused:1; /* re-tuning is temporarily disabled */
500 int need_retune; /* re-tuning is needed */
501 int hold_retune; /* hold off re-tuning */
502 unsigned int retune_period; /* re-tuning period in secs */
503 struct timer_list retune_timer; /* for periodic re-tuning */