Lines Matching full:tuning
179 /* The tuning command opcode value is different for SD and eMMC cards */
185 /* Execute HS400 tuning depending host driver */
188 /* Optional callback to prepare for SD high-speed tuning */
191 /* Optional callback to execute SD high-speed tuning */
429 unsigned int doing_init_tune:1; /* initial tuning in progress */
430 unsigned int can_retune:1; /* re-tuning can be used */
431 unsigned int doing_retune:1; /* re-tuning in progress */
432 unsigned int retune_now:1; /* do re-tuning at next req */
433 unsigned int retune_paused:1; /* re-tuning is temporarily disabled */
441 int need_retune; /* re-tuning is needed */
442 int hold_retune; /* hold off re-tuning */
443 unsigned int retune_period; /* re-tuning period in secs */
444 struct timer_list retune_timer; /* for periodic re-tuning */