Searched refs:set_pio (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dit821x.c241 static int it821x_tunepio(ide_drive_t *drive, u8 set_pio) argument
260 if (pair_pio < set_pio)
261 set_pio = pair_pio;
268 itdev->want[unit][1] = pio_want[set_pio];
270 itdev->pio[unit] = pio[set_pio];
274 return ide_config_drive_speed(drive, XFER_PIO_0 + set_pio);
H A Dsiimage.c258 u8 speed = 0, set_pio = ide_get_best_pio_mode(drive, 4, 5, NULL); local
261 if ((channel_timings != set_pio) && (set_pio > channel_timings))
262 set_pio = channel_timings;
264 siimage_tuneproc(drive, set_pio);
265 speed = XFER_PIO_0 + set_pio;

Completed in 190 milliseconds