Home
last modified time | relevance | path

Searched refs:TG3PCI_X_CAPS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1566 pci_read_config_dword(tp->pdev, TG3PCI_X_CAPS, &val); in tg3_chip_reset()
1568 pci_write_config_dword(tp->pdev, TG3PCI_X_CAPS, val); in tg3_chip_reset()
2047 val = tr32(TG3PCI_X_CAPS); in tg3_setup_hw()
2058 tw32(TG3PCI_X_CAPS, val); in tg3_setup_hw()
H A Dtg3.h220 #define TG3PCI_X_CAPS 0x00000040 macro