Searched refs:ide_timing_merge (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/ide/ |
H A D | ide-timings.c | 122 void ide_timing_merge(struct ide_timing *a, struct ide_timing *b, ide_timing_merge() function 142 EXPORT_SYMBOL_GPL(ide_timing_merge); variable 178 ide_timing_merge(&p, t, t, IDE_TIMING_CYCLE | IDE_TIMING_CYC8B); ide_timing_compute() 193 ide_timing_merge(&p, t, t, IDE_TIMING_ALL); ide_timing_compute()
|
H A D | alim15x3.c | 114 ide_timing_merge(&p, &t, &t, ali_set_pio_mode() 118 ide_timing_merge(&p, &t, &t, ali_set_pio_mode() 181 ide_timing_merge(&p, &t, &t, ali_set_dma_mode() 186 ide_timing_merge(&p, &t, &t, ali_set_dma_mode()
|
H A D | cmd64x.c | 104 ide_timing_merge(&t, &tp, &t, IDE_TIMING_SETUP); cmd64x_program_timings() 108 ide_timing_merge(&tp, &t, &t, IDE_TIMING_SETUP); cmd64x_program_timings()
|
H A D | amd74xx.c | 98 ide_timing_merge(&p, &t, &t, IDE_TIMING_8BIT); amd_set_drive()
|
H A D | via82cxxx.c | 203 ide_timing_merge(&p, &t, &t, IDE_TIMING_8BIT); via_set_drive()
|
/linux-4.1.27/include/linux/ |
H A D | ide.h | 1489 void ide_timing_merge(struct ide_timing *, struct ide_timing *,
|
Completed in 151 milliseconds