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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_80003es2lan.c1282 u32 tipg; local
1297 tipg = E1000_READ_REG(hw, E1000_TIPG);
1298 tipg &= ~E1000_TIPG_IPGT_MASK;
1299 tipg |= DEFAULT_TIPG_IPGT_10_100_80003ES2LAN;
1300 E1000_WRITE_REG(hw, E1000_TIPG, tipg);
1334 u32 tipg; local
1348 tipg = E1000_READ_REG(hw, E1000_TIPG);
1349 tipg &= ~E1000_TIPG_IPGT_MASK;
1350 tipg |= DEFAULT_TIPG_IPGT_1000_80003ES2LAN;
1351 E1000_WRITE_REG(hw, E1000_TIPG, tipg);
[all...]

Completed in 59 milliseconds