Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1546 s32 ret_val, tipg_reg = 0; in e1000_check_for_copper_link_ich8lan() local
1585 tipg_reg = E1000_READ_REG(hw, E1000_TIPG); in e1000_check_for_copper_link_ich8lan()
1586 tipg_reg &= ~E1000_TIPG_IPGT_MASK; in e1000_check_for_copper_link_ich8lan()
1589 tipg_reg |= 0xFF; in e1000_check_for_copper_link_ich8lan()
1594 tipg_reg |= 0xC; in e1000_check_for_copper_link_ich8lan()
1598 tipg_reg |= 0x08; in e1000_check_for_copper_link_ich8lan()
1602 E1000_WRITE_REG(hw, E1000_TIPG, tipg_reg); in e1000_check_for_copper_link_ich8lan()