Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1561 pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, val); in tg3_chip_reset()
1794 val = tr32(TG3PCI_PCISTATE); in tg3_setup_hw()
1796 tw32(TG3PCI_PCISTATE, val); in tg3_setup_hw()
2002 if (!(tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) && in tg3_setup_hw()
2040 ((tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) != 0) && in tg3_setup_hw()
2679 pci_read_config_dword(tp->pdev, TG3PCI_PCISTATE, &pci_state_reg); in tg3_get_invariants()
2708 pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, pci_state_reg); in tg3_get_invariants()
H A Dtg3.h335 #define TG3PCI_PCISTATE 0x00000070 macro