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

/drivers/ata/
H A Dpata_cypress.c56 short time_16, time_8; local
66 time_8 = clamp_val(t.act8b - 1, 0, 15) |
78 pci_write_config_byte(pdev, CY82_IDE_MASTER_8BIT, time_8);
88 pci_write_config_byte(pdev, CY82_IDE_SLAVE_8BIT, time_8);
/drivers/ide/
H A Dcy82c693.c90 u8 time_16, time_8; local
107 time_8 = clamp_val(t.act8b - 1, 0, 15) |
126 pci_write_config_byte(dev, CY82_IDE_MASTER_8BIT, time_8);
142 pci_write_config_byte(dev, CY82_IDE_SLAVE_8BIT, time_8);

Completed in 91 milliseconds