Home
last modified time | relevance | path

Searched refs:drive_fast (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dhpt366.c329 u8 drive_fast = 0; in hpt366_tune_chipset() local
335 pci_read_config_byte(dev, regfast, &drive_fast); in hpt366_tune_chipset()
337 if (drive_fast & 0x02) in hpt366_tune_chipset()
338 pci_write_config_byte(dev, regfast, drive_fast & ~0x20); in hpt366_tune_chipset()
340 if (drive_fast & 0x80) in hpt366_tune_chipset()
341 pci_write_config_byte(dev, regfast, drive_fast & ~0x80); in hpt366_tune_chipset()
373 u8 new_fast = 0, drive_fast = 0; in hpt370_tune_chipset() local
381 pci_read_config_byte(dev, regfast, &drive_fast); in hpt370_tune_chipset()
382 new_fast = drive_fast; in hpt370_tune_chipset()
393 if (new_fast != drive_fast) in hpt370_tune_chipset()
[all …]