Searched refs:tspeed (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/ide/pci/ |
D | atiixp.c | 343 u8 tspeed = ide_get_best_pio_mode(drive, 255, 5, NULL); in atiixp_config_drive_for_dma() local 344 speed = atiixp_dma_2_pio(XFER_PIO_0 + tspeed) + XFER_PIO_0; in atiixp_config_drive_for_dma() 363 u8 tspeed, speed; in atiixp_dma_check() local 398 tspeed = ide_get_best_pio_mode(drive, 255, 5, NULL); in atiixp_dma_check() 399 speed = atiixp_dma_2_pio(XFER_PIO_0 + tspeed) + XFER_PIO_0; in atiixp_dma_check()
|
D | it8172.c | 189 u8 tspeed = ide_get_best_pio_mode(drive, 255, 4, NULL); in it8172_config_chipset_for_dma() local 190 speed = it8172_dma_2_pio(XFER_PIO_0 + tspeed); in it8172_config_chipset_for_dma()
|
D | slc90e66.c | 262 u8 tspeed = ide_get_best_pio_mode(drive, 255, 5, NULL); in slc90e66_config_drive_for_dma() local 263 speed = slc90e66_dma_2_pio(XFER_PIO_0 + tspeed); in slc90e66_config_drive_for_dma()
|
D | piix.c | 543 u8 tspeed = ide_get_best_pio_mode(drive, 255, 5, NULL); in piix_config_drive_for_dma() local 544 speed = piix_dma_2_pio(XFER_PIO_0 + tspeed); in piix_config_drive_for_dma()
|