Lines Matching defs:speed
215 * @speed: desired speed
218 * the best available speed at or below the speed requested.
223 static u8 ide_rate_filter(ide_drive_t *drive, u8 speed)
226 u8 mode = ide_find_dma_mode(drive, speed);
235 /* printk("%s: mode 0x%02x, speed 0x%02x\n", __func__, mode, speed); */
237 return min(speed, mode);
243 * @rate: speed to attempt to set
245 * General helper for setting the speed of an IDE device. This