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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_ich8lan.c1554 s32 ret_val, tipg_reg = 0; local
1591 tipg_reg = E1000_READ_REG(hw, E1000_TIPG);
1592 tipg_reg &= ~E1000_TIPG_IPGT_MASK;
1595 tipg_reg |= 0xFF;
1600 tipg_reg |= 0xC;
1604 tipg_reg |= 0x08;
1608 E1000_WRITE_REG(hw, E1000_TIPG, tipg_reg);

Completed in 113 milliseconds