Searched refs:drive_fast (Results 1 – 1 of 1) sorted by relevance
329 u8 drive_fast = 0; in hpt366_tune_chipset() local335 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() local381 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 …]