Searched defs:drive_fast (Results 1 - 1 of 1) sorted by relevance
/drivers/ata/ | ||
H A D | pata_hpt366.c | 311 u8 drive_fast; local 318 pci_read_config_byte(dev, 0x51, &drive_fast); 319 if (drive_fast & 0x80) 320 pci_write_config_byte(dev, 0x51, drive_fast & ~0x80); |
Completed in 42 milliseconds