tipg             2088 dev/pci/if_em_hw.c     uint32_t tipg;
tipg             2100 dev/pci/if_em_hw.c     tipg = E1000_READ_REG(hw, TIPG);
tipg             2101 dev/pci/if_em_hw.c     tipg &= ~E1000_TIPG_IPGT_MASK;
tipg             2102 dev/pci/if_em_hw.c     tipg |= DEFAULT_80003ES2LAN_TIPG_IPGT_10_100;
tipg             2103 dev/pci/if_em_hw.c     E1000_WRITE_REG(hw, TIPG, tipg);
tipg             2125 dev/pci/if_em_hw.c     uint32_t tipg;
tipg             2136 dev/pci/if_em_hw.c     tipg = E1000_READ_REG(hw, TIPG);
tipg             2137 dev/pci/if_em_hw.c     tipg &= ~E1000_TIPG_IPGT_MASK;
tipg             2138 dev/pci/if_em_hw.c     tipg |= DEFAULT_80003ES2LAN_TIPG_IPGT_1000;
tipg             2139 dev/pci/if_em_hw.c     E1000_WRITE_REG(hw, TIPG, tipg);