Searched refs:req_pio (Results 1 – 2 of 2) sorted by relevance
136 void ide_set_pio(ide_drive_t *drive, u8 req_pio) in ide_set_pio() argument150 pio = ide_get_best_pio_mode(drive, req_pio, host_pio); in ide_set_pio()158 drive->name, host_pio, req_pio, in ide_set_pio()159 req_pio == 255 ? "(auto-tune)" : "", pio); in ide_set_pio()
138 static int set_pio_mode_abuse(ide_hwif_t *hwif, u8 req_pio) in set_pio_mode_abuse() argument140 switch (req_pio) { in set_pio_mode_abuse()