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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_it8213.c174 u16 ideconf; local
195 pci_read_config_word(dev, 0x54, &ideconf);
196 ideconf &= ~(0x1001 << devid);
197 ideconf |= u_clock << devid;
198 pci_write_config_word(dev, 0x54, ideconf);
H A Data_piix.c757 u16 ideconf; local
785 pci_read_config_word(dev, 0x54, &ideconf);
786 ideconf &= ~(0x1001 << devid);
787 ideconf |= u_clock << devid;
790 pci_write_config_word(dev, 0x54, ideconf);

Completed in 55 milliseconds