Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c639 (tp->pci_chip_rev_id == CHIPREV_ID_5701_A0 || in tg3_phy_copper_begin()
640 tp->pci_chip_rev_id == CHIPREV_ID_5701_B0)) { in tg3_phy_copper_begin()
691 (tp->pci_chip_rev_id == CHIPREV_ID_5705_A0)) && in tg3_setup_copper_phy()
732 tp->pci_chip_rev_id == CHIPREV_ID_5701_B0) { in tg3_setup_copper_phy()
853 tp->pci_chip_rev_id == CHIPREV_ID_5700_ALTIMA) { in tg3_setup_copper_phy()
1558 if (tp->pci_chip_rev_id == CHIPREV_ID_5704_A0 && in tg3_chip_reset()
1748 if (tp->pci_chip_rev_id == CHIPREV_ID_5701_A0) { in tg3_setup_hw()
1792 if (tp->pci_chip_rev_id == CHIPREV_ID_5704_A0 && in tg3_setup_hw()
2162 if (tp->pci_chip_rev_id == CHIPREV_ID_5703_A1) in tg3_setup_hw()
2481 if (tp->pci_chip_rev_id == CHIPREV_ID_5701_A0 || in tg3_phy_probe()
[all …]
H A Dtg3.h2105 uint16_t pci_chip_rev_id; member