Searched refs:ide_get_best_pio_mode (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcs5535.c91 piob = ide_get_best_pio_mode(&(drive->hwif->drives[!unit]),
162 xferspeed = ide_get_best_pio_mode(drive, xferspeed, 4, NULL);
177 speed = ide_get_best_pio_mode(drive, 255, 4, NULL);
H A Dtriflex.c99 int use_pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dit8213.c85 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
217 pio = ide_get_best_pio_mode(drive, 255, 4, NULL);
H A Dopti621.c53 * the second drive, compute_pios use ide_get_best_pio_mode
150 drive->drive_data = ide_get_best_pio_mode(drive, pio, OPTI621_MAX_PIO, NULL);
155 drive->drive_data = ide_get_best_pio_mode(drive, 255, OPTI621_MAX_PIO, NULL);
H A Djmicron.c99 u8 speed = XFER_PIO_0 + ide_get_best_pio_mode(drive, 255, 5, NULL);
H A Datiixp.c227 tspeed = ide_get_best_pio_mode(drive, 255, 5, NULL);
H A Dcs5520.c127 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dcs5530.c85 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dhpt34x.c83 pio = ide_get_best_pio_mode(drive, pio, 5, NULL);
H A Dslc90e66.c106 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dtc86c001.c50 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dit821x.c258 u8 pair_pio = ide_get_best_pio_mode(pair, 255, 4, NULL);
279 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dserverworks.c141 u8 pio = ide_get_best_pio_mode(drive, 255, 4, NULL);
288 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dcy82c693.c333 pio = ide_get_best_pio_mode(drive, pio, CY82C693_MAX_PIO, NULL);
H A Dsl82c105.c83 pio = ide_get_best_pio_mode(drive, pio, 5, &p);
H A Daec62xx.c160 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dpiix.c222 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dsc1200.c307 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Ddtc2278.c74 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dumc8672.c113 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);
H A Dali14xx.c121 pio = ide_get_best_pio_mode(drive, pio, ALI_MAX_PIO, &d);
H A Dht6560b.c210 pio = ide_get_best_pio_mode(drive, pio, 5, &d);
H A Dqd65xx.c261 pio = ide_get_best_pio_mode(drive, pio, 4, &d);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-lib.c243 * ide_get_best_pio_mode - get PIO mode from drive
256 u8 ide_get_best_pio_mode (ide_drive_t *drive, u8 mode_wanted, u8 max_mode, ide_pio_data_t *d) function
319 EXPORT_SYMBOL_GPL(ide_get_best_pio_mode); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/mips/
H A Dau1xxx-ide.c109 pio = ide_get_best_pio_mode(drive, pio, 4, NULL);

Completed in 95 milliseconds

12