Lines Matching defs:timing
77 * Perhaps I should explain something about these timing values:
92 * You can obtain optimized timing values by running Holtek IDESETUP.COM
93 * for DOS. DOS drivers get their timing values from command line, where
121 u8 select, timing;
126 timing = HT_TIMING(drive);
136 if (select != current_select || timing != current_timing) {
138 current_timing = timing;
145 * Set timing for this drive:
147 outb(timing, hwif->io_ports.device_addr);
150 printk("ht6560b: %s: select=%#x timing=%#x\n",
151 drive->name, select, timing);
286 u8 timing;
295 timing = ht_pio2timings(drive, pio);
300 config |= timing;
305 printk("ht6560b: drive %s tuned to pio mode %#x timing=%#x\n", drive->name, pio, timing);