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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dpata_cypress.c57 short time_16, time_8; local
65 time_16 = FIT(t.recover, 0, 15) | (FIT(t.active, 0, 15) << 4);
75 pci_write_config_byte(pdev, CY82_IDE_MASTER_IOR, time_16);
76 pci_write_config_byte(pdev, CY82_IDE_MASTER_IOW, time_16);
85 pci_write_config_byte(pdev, CY82_IDE_SLAVE_IOR, time_16);
86 pci_write_config_byte(pdev, CY82_IDE_SLAVE_IOW, time_16);

Completed in 39 milliseconds