Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
Dich8lan.c1459 s32 ret_val, tipg_reg = 0; in e1000_check_for_copper_link_ich8lan() local
1495 tipg_reg = er32(TIPG); in e1000_check_for_copper_link_ich8lan()
1496 tipg_reg &= ~E1000_TIPG_IPGT_MASK; in e1000_check_for_copper_link_ich8lan()
1499 tipg_reg |= 0xFF; in e1000_check_for_copper_link_ich8lan()
1504 tipg_reg |= 0xC; in e1000_check_for_copper_link_ich8lan()
1509 tipg_reg |= 0x08; in e1000_check_for_copper_link_ich8lan()
1513 ew32(TIPG, tipg_reg); in e1000_check_for_copper_link_ich8lan()