Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds