Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c1618 pci_read_config_dword(tp->pdev, TG3PCI_X_CAPS, &val); in tg3_chip_reset()
1620 pci_write_config_dword(tp->pdev, TG3PCI_X_CAPS, val); in tg3_chip_reset()
2125 val = tr32(TG3PCI_X_CAPS); in tg3_setup_hw()
2136 tw32(TG3PCI_X_CAPS, val); in tg3_setup_hw()
Dtg3.h128 #define TG3PCI_X_CAPS 0x00000040 macro