Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dalim15x3.c109 ide_timing_compute(drive, drive->pio_mode, &t, T, 1); in ali_set_pio_mode()
113 ide_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_pio_mode()
117 ide_timing_compute(pair, pair->dma_mode, &p, T, 1); in ali_set_pio_mode()
176 ide_timing_compute(drive, drive->dma_mode, &t, T, 1); in ali_set_dma_mode()
180 ide_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_dma_mode()
184 ide_timing_compute(pair, pair->dma_mode, in ali_set_dma_mode()
Dide-timings.c144 int ide_timing_compute(ide_drive_t *drive, u8 speed, in ide_timing_compute() function
192 ide_timing_compute(drive, drive->pio_mode, &p, T, UT); in ide_timing_compute()
211 EXPORT_SYMBOL_GPL(ide_timing_compute);
Dcmd64x.c68 ide_timing_compute(drive, mode, &t, T, 0); in cmd64x_program_timings()
103 ide_timing_compute(pair, pair->pio_mode, &tp, T, 0); in cmd64x_program_timings()
106 ide_timing_compute(pair, pair->dma_mode, in cmd64x_program_timings()
Damd74xx.c94 ide_timing_compute(drive, speed, &t, T, UT); in amd_set_drive()
97 ide_timing_compute(peer, peer->pio_mode, &p, T, UT); in amd_set_drive()
Dvia82cxxx.c199 ide_timing_compute(drive, speed, &t, T, UT); in via_set_drive()
202 ide_timing_compute(peer, peer->pio_mode, &p, T, UT); in via_set_drive()
Dcy82c693.c103 ide_timing_compute(drive, drive->pio_mode, &t, T, 1); in cy82c693_set_pio_mode()
/linux-4.4.14/include/linux/
Dide.h1517 int ide_timing_compute(ide_drive_t *, u8, struct ide_timing *, int, int);