Home
last modified time | relevance | path

Searched refs:active_time (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/drivers/ide/legacy/
Dqd65xx.c146 static u8 qd6500_compute_timing (ide_hwif_t *hwif, int active_time, int recovery_time) in qd6500_compute_timing() argument
151 active_cycle = 9 - IDE_IN(active_time * system_bus_clock() / 1000 + 1, 2, 9); in qd6500_compute_timing()
154 active_cycle = 8 - IDE_IN(active_time * system_bus_clock() / 1000 + 1, 1, 8); in qd6500_compute_timing()
167 static u8 qd6580_compute_timing (int active_time, int recovery_time) in qd6580_compute_timing() argument
169 u8 active_cycle = 17 - IDE_IN(active_time * system_bus_clock() / 1000 + 1, 2, 17); in qd6580_compute_timing()
182 int *active_time, int *recovery_time) in qd_find_disk_type() argument
195 *active_time = p->active; in qd_find_disk_type()
244 int active_time = 175; in qd6500_tune_drive() local
247 if (drive->id && !qd_find_disk_type(drive, &active_time, &recovery_time) in qd6500_tune_drive()
253 active_time = 110; in qd6500_tune_drive()
[all …]
Dht6560b.c215 int active_time, recovery_time; in ht_pio2timings() local
228 active_time = ide_pio_timings[pio].active_time; in ht_pio2timings()
230 - active_time in ht_pio2timings()
235 active_cycles = (active_time * bus_speed + 999) / 1000; in ht_pio2timings()
246 …active=%d (%dns)\n", drive->name, pio, recovery_cycles, recovery_time, active_cycles, active_time); in ht_pio2timings()
Dali14xx.c136 time2 = ide_pio_timings[pio].active_time; in ali14xx_tune_drive()
/linux-2.4.37.9/drivers/ide/pci/
Dcmd640.c585 int setup_time, active_time, recovery_time, clock_time; in cmd640_set_mode() local
592 active_time = ide_pio_timings[pio_mode].active_time; in cmd640_set_mode()
593 recovery_time = cycle_time - (setup_time + active_time); in cmd640_set_mode()
599 active_count = (active_time + clock_time - 1) / clock_time; in cmd640_set_mode()
Dcmd64x.c252 int setup_time, active_time, recovery_time; in cmd64x_tuneproc() local
281 active_time = ide_pio_timings[pio_mode].active_time; in cmd64x_tuneproc()
282 recovery_time = cycle_time - (setup_time + active_time); in cmd64x_tuneproc()
288 active_count = (active_time + clock_time - 1) / clock_time; in cmd64x_tuneproc()
Dsis5513.c215 static char* active_time[] = { variable
311 case ATA_100a: p += sprintf(p, active_time[reg01 & 0x07]); break; in get_drives_info()
313 case ATA_133a: p += sprintf(p, active_time[(reg00 & 0x70) >> 4]); break; in get_drives_info()
321 case ATA_100a: p += sprintf(p, active_time[reg11 & 0x07]); break; in get_drives_info()
323 case ATA_133a: p += sprintf(p, active_time[(reg10 & 0x70) >> 4]); break; in get_drives_info()
Dcy82c693.c103 clk1 = calc_clk(ide_pio_timings[pio].active_time, bus_speed); in compute_clocks()
107 ide_pio_timings[pio].active_time - in compute_clocks()
Dopti621.c226 data_pls = ide_pio_timings[pio].active_time; in compute_clocks()
Dsl82c105.c63 cmd_on = (ide_pio_timings[p->pio_mode].active_time + 29) / 30; in get_timing_sl82c105()
Dalim15x3.c310 a_time = ide_pio_timings[pio].active_time; in ali15x3_tune_drive()
/linux-2.4.37.9/drivers/ide/ppc/
Dmpc8xx.c238 ide_pio_clocks[i].active_time = in m8xx_ide_init_hwif_ports()
239 PCMCIA_MK_CLKS (ide_pio_timings[i].active_time, in m8xx_ide_init_hwif_ports()
248 ide_pio_clocks[i].active_time, in m8xx_ide_init_hwif_ports()
252 ide_pio_timings[i].active_time, in m8xx_ide_init_hwif_ports()
458 | PCMCIA_SL (ide_pio_clocks[pio].active_time) in m8xx_ide_tuneproc()
Dpmac.c562 recTime = d.cycle_time - ide_pio_timings[pio].active_time in pmac_ide_tuneproc()
565 accessTime = ide_pio_timings[pio].active_time; in pmac_ide_tuneproc()
578 recTime = d.cycle_time - ide_pio_timings[pio].active_time in pmac_ide_tuneproc()
581 accessTime = ide_pio_timings[pio].active_time; in pmac_ide_tuneproc()
/linux-2.4.37.9/drivers/ide/
Dide_modes.h27 int active_time; /* Active pulse (ns) minimum */ member