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

/linux-4.1.27/drivers/ide/
H A Dit8172.c44 u32 drive_timing; it8172_set_pio_mode() local
56 pci_read_config_dword(dev, 0x44, &drive_timing); it8172_set_pio_mode()
73 drive_timing &= drive->dn ? 0x00003f00 : 0x000fc000; it8172_set_pio_mode()
74 drive_timing |= timings[pio] << (drive->dn * 6 + 8); it8172_set_pio_mode()
77 pci_write_config_dword(dev, 0x44, drive_timing); it8172_set_pio_mode()

Completed in 39 milliseconds