Lines Matching refs:active_time
112 static u8 qd6500_compute_timing (ide_hwif_t *hwif, int active_time, int recovery_time)
118 act_cyc = 9 - IDE_IN(active_time * clk / 1000 + 1, 2, 9);
121 act_cyc = 8 - IDE_IN(active_time * clk / 1000 + 1, 1, 8);
134 static u8 qd6580_compute_timing (int active_time, int recovery_time)
139 act_cyc = 17 - IDE_IN(active_time * clk / 1000 + 1, 2, 17);
152 int *active_time, int *recovery_time)
167 *active_time = p->active;
195 int active_time = 175;
199 if (!qd_find_disk_type(drive, &active_time, &recovery_time) &&
204 active_time = 110;
209 active_time, recovery_time));
217 int active_time = 175;
221 if (drive->id && !qd_find_disk_type(drive, &active_time, &recovery_time)) {
228 active_time = 86;
235 active_time = 70;
242 active_time = 110;
245 active_time = t->active;
246 recovery_time = cycle_time - active_time;
259 qd_set_timing(drive, qd6580_compute_timing(active_time, recovery_time));