Searched refs:TG3PCI_PCISTATE (Results 1 – 2 of 2) sorted by relevance
1613 pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, val); in tg3_chip_reset()1861 val = tr32(TG3PCI_PCISTATE); in tg3_setup_hw()1863 tw32(TG3PCI_PCISTATE, val); in tg3_setup_hw()2075 if (!(tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) && in tg3_setup_hw()2113 ((tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) != 0) && in tg3_setup_hw()2764 pci_read_config_dword(tp->pdev, TG3PCI_PCISTATE, &pci_state_reg); in tg3_get_invariants()2793 pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, pci_state_reg); in tg3_get_invariants()
249 #define TG3PCI_PCISTATE 0x00000070 macro