Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2002 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()
2699 if ((pci_state_reg & PCISTATE_BUS_SPEED_HIGH) != 0) in tg3_get_invariants()
H A Dtg3.h339 #define PCISTATE_BUS_SPEED_HIGH 0x00000008 macro