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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c2072 uint32_t tipg; local
2084 tipg = E1000_READ_REG(hw, TIPG);
2085 tipg &= ~E1000_TIPG_IPGT_MASK;
2086 tipg |= DEFAULT_80003ES2LAN_TIPG_IPGT_10_100;
2087 E1000_WRITE_REG(hw, TIPG, tipg);
2109 uint32_t tipg; local
2120 tipg = E1000_READ_REG(hw, TIPG);
2121 tipg &= ~E1000_TIPG_IPGT_MASK;
2122 tipg |= DEFAULT_80003ES2LAN_TIPG_IPGT_1000;
2123 E1000_WRITE_REG(hw, TIPG, tipg);
[all...]
H A De1000_main.c1645 uint32_t tdlen, tctl, tipg, tarc; local
1670 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1672 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1677 tipg = DEFAULT_82542_TIPG_IPGT;
1690 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1691 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
1692 E1000_WRITE_REG(hw, TIPG, tipg);

Completed in 73 milliseconds