Searched refs:TG3PCI_PCISTATE (Results 1 – 2 of 2) sorted by relevance
7585 (tr32(TG3PCI_PCISTATE) & PCISTATE_INT_NOT_ACTIVE)) { in tg3_interrupt()7634 (tr32(TG3PCI_PCISTATE) & PCISTATE_INT_NOT_ACTIVE)) { in tg3_interrupt_tagged()7680 !(tr32(TG3PCI_PCISTATE) & PCISTATE_INT_NOT_ACTIVE)) { in tg3_test_isr()9068 pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, val); in tg3_restore_pci_state()10110 val = tr32(TG3PCI_PCISTATE); in tg3_reset_hw()10112 tw32(TG3PCI_PCISTATE, val); in tg3_reset_hw()10119 val = tr32(TG3PCI_PCISTATE); in tg3_reset_hw()10123 tw32(TG3PCI_PCISTATE, val); in tg3_reset_hw()16551 pci_read_config_dword(tp->pdev, TG3PCI_PCISTATE, in tg3_get_invariants()16781 pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, in tg3_get_invariants()[all …]
255 #define TG3PCI_PCISTATE 0x00000070 macro