Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
Dpata_hpt366.c309 u8 drive_fast; in hpt36x_init_chipset() local
316 pci_read_config_byte(dev, 0x51, &drive_fast); in hpt36x_init_chipset()
317 if (drive_fast & 0x80) in hpt36x_init_chipset()
318 pci_write_config_byte(dev, 0x51, drive_fast & ~0x80); in hpt36x_init_chipset()