Searched refs:tfaddr (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_sil680.c136 unsigned long tfaddr = sil680_selreg(ap, 0x02); local
152 pci_write_config_word(pdev, tfaddr, speed_t[lowest_pio]);
154 pci_read_config_word(pdev, tfaddr-2, &reg);
164 pci_write_config_word(pdev, tfaddr-2, reg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsiimage.c207 unsigned long tfaddr = siimage_selreg(hwif, 0x02); local
236 hwif->OUTW(speedt, tfaddr);
239 hwif->OUTW(hwif->INW(tfaddr-2)|0x200, tfaddr-2);
241 hwif->OUTW(hwif->INW(tfaddr-2)&~0x200, tfaddr-2);
244 pci_write_config_word(hwif->pci_dev, tfaddr, speedt);
245 pci_read_config_word(hwif->pci_dev, tfaddr-2, &speedp);
250 pci_write_config_word(hwif->pci_dev, tfaddr-2, speedp);

Completed in 73 milliseconds