Searched refs:TG3PCI_PCISTATE (Results 1 – 2 of 2) sorted by relevance
7517 (tr32(TG3PCI_PCISTATE) & PCISTATE_INT_NOT_ACTIVE)) { in tg3_interrupt()7566 (tr32(TG3PCI_PCISTATE) & PCISTATE_INT_NOT_ACTIVE)) { in tg3_interrupt_tagged()7612 !(tr32(TG3PCI_PCISTATE) & PCISTATE_INT_NOT_ACTIVE)) { in tg3_test_isr()8962 pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, val); in tg3_restore_pci_state()9997 val = tr32(TG3PCI_PCISTATE); in tg3_reset_hw()9999 tw32(TG3PCI_PCISTATE, val); in tg3_reset_hw()10006 val = tr32(TG3PCI_PCISTATE); in tg3_reset_hw()10010 tw32(TG3PCI_PCISTATE, val); in tg3_reset_hw()10277 } else if (!(tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) && in tg3_reset_hw()10484 } else if (!(tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) && in tg3_reset_hw()[all …]
255 #define TG3PCI_PCISTATE 0x00000070 macro