Searched refs:ide_timing_compute (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/ide/ |
D | ide-timing.h | 211 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/ |
D | amd74xx.c | 253 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()
|
D | via82cxxx.c | 348 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()
|