Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c2065 uint32_t tipg; in e1000_configure_kmrn_for_10_100() local
2077 tipg = E1000_READ_REG(hw, TIPG); in e1000_configure_kmrn_for_10_100()
2078 tipg &= ~E1000_TIPG_IPGT_MASK; in e1000_configure_kmrn_for_10_100()
2079 tipg |= DEFAULT_80003ES2LAN_TIPG_IPGT_10_100; in e1000_configure_kmrn_for_10_100()
2080 E1000_WRITE_REG(hw, TIPG, tipg); in e1000_configure_kmrn_for_10_100()
2102 uint32_t tipg; in e1000_configure_kmrn_for_1000() local
2113 tipg = E1000_READ_REG(hw, TIPG); in e1000_configure_kmrn_for_1000()
2114 tipg &= ~E1000_TIPG_IPGT_MASK; in e1000_configure_kmrn_for_1000()
2115 tipg |= DEFAULT_80003ES2LAN_TIPG_IPGT_1000; in e1000_configure_kmrn_for_1000()
2116 E1000_WRITE_REG(hw, TIPG, tipg); in e1000_configure_kmrn_for_1000()
De1000_main.c1650 uint32_t tdlen, tctl, tipg, tarc; local
1675 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1677 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1682 tipg = DEFAULT_82542_TIPG_IPGT;
1695 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1696 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
1697 E1000_WRITE_REG(hw, TIPG, tipg);