Lines Matching defs:timing
37 * timing and policy set up. Each HDD in raid mode also has a serial
80 The high byte is the 66Mhz timing */
106 * @timing: timing info
108 * Program the PIO/MWDMA timing for this channel according to the
112 static void it821x_program(ide_drive_t *drive, u16 timing)
120 /* Program PIO/MWDMA timing bits */
122 conf = timing >> 8;
124 conf = timing & 0xFF;
132 * @timing: timing info
134 * Program the UDMA timing for this drive according to the
138 static void it821x_program_udma(ide_drive_t *drive, u16 timing)
146 /* Program UDMA timing bits */
148 conf = timing >> 8;
150 conf = timing & 0xFF;
275 * Load the timing settings for this device mode into the
278 * the shared MWDMA/PIO timing register.
314 * Load the timing settings for this device mode into the
352 * The IT821x has a single timing register for MWDMA and for PIO
355 * timing value is loaded into the master and slave UDMA clock
378 * The IT821x has a single timing register for MWDMA and for PIO