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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_hpt366.c290 u8 drive_fast; local
296 pci_read_config_byte(dev, 0x51, &drive_fast);
297 if (drive_fast & 0x80)
298 pci_write_config_byte(dev, 0x51, drive_fast & ~0x80);

Completed in 55 milliseconds