Lines Matching defs:current_ratio
80 u16 current_ratio = ktd253->ratio;
87 if (target_ratio == current_ratio)
102 if (current_ratio == 0) {
104 current_ratio = KTD253_MAX_RATIO;
107 while (current_ratio != target_ratio) {
123 current_ratio = KTD253_MAX_RATIO;
124 } else if (current_ratio == KTD253_MIN_RATIO) {
126 current_ratio = KTD253_MAX_RATIO;
128 current_ratio--;
131 ktd253->ratio = current_ratio;