Home
last modified time | relevance | path

Searched refs:ide_timing_compute (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/ide/
Dide-timing.h211 static int ide_timing_compute(ide_drive_t *drive, short speed, struct ide_timing *t, int T, int UT) in ide_timing_compute() function
260 ide_timing_compute(drive, ide_find_best_mode(drive, XFER_PIO | XFER_EPIO), &p, T, UT); in ide_timing_compute()
/linux-2.4.37.9/drivers/ide/pci/
Damd74xx.c253 ide_timing_compute(drive, speed, &t, T, UT); in amd_set_drive()
256 ide_timing_compute(peer, peer->current_speed, &p, T, UT); in amd_set_drive()
Dvia82cxxx.c348 ide_timing_compute(drive, speed, &t, T, UT); in via_set_drive()
351 ide_timing_compute(peer, peer->current_speed, &p, T, UT); in via_set_drive()