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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dit8213.c87 int a_speed = 3 << (drive->dn * 4); local
114 if ((reg4a & a_speed) != u_speed)
115 pci_write_config_word(dev, 0x4a, (reg4a & ~a_speed) | u_speed);
126 if (reg4a & a_speed)
127 pci_write_config_word(dev, 0x4a, reg4a & ~a_speed);
H A Dslc90e66.c79 int sitre = 0, a_speed = 7 << (drive->dn * 4); local
95 if ((reg4a & a_speed) != u_speed) {
96 pci_write_config_word(dev, 0x4a, reg4a & ~a_speed);
105 if (reg4a & a_speed)
106 pci_write_config_word(dev, 0x4a, reg4a & ~a_speed);
H A Dit8172.c83 int a_speed = 3 << (drive->dn * 4); local
97 reg4a &= ~a_speed;
103 pci_write_config_byte(dev, 0x4a, reg4a & ~a_speed);
H A Dpiix.c141 int a_speed = 3 << (drive->dn * 4); local
170 if ((reg4a & a_speed) != u_speed)
171 pci_write_config_word(dev, 0x4a, (reg4a & ~a_speed) | u_speed);
182 if (reg4a & a_speed)
183 pci_write_config_word(dev, 0x4a, reg4a & ~a_speed);

Completed in 43 milliseconds