Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c1390 s32 ret_val, tipg_reg = 0; in e1000_check_for_copper_link_ich8lan() local
1426 tipg_reg = er32(TIPG); in e1000_check_for_copper_link_ich8lan()
1427 tipg_reg &= ~E1000_TIPG_IPGT_MASK; in e1000_check_for_copper_link_ich8lan()
1430 tipg_reg |= 0xFF; in e1000_check_for_copper_link_ich8lan()
1435 tipg_reg |= 0xC; in e1000_check_for_copper_link_ich8lan()
1440 tipg_reg |= 0x08; in e1000_check_for_copper_link_ich8lan()
1444 ew32(TIPG, tipg_reg); in e1000_check_for_copper_link_ich8lan()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c1401 s32 ret_val, tipg_reg = 0; in e1000_check_for_copper_link_ich8lan() local
1437 tipg_reg = er32(TIPG); in e1000_check_for_copper_link_ich8lan()
1438 tipg_reg &= ~E1000_TIPG_IPGT_MASK; in e1000_check_for_copper_link_ich8lan()
1441 tipg_reg |= 0xFF; in e1000_check_for_copper_link_ich8lan()
1446 tipg_reg |= 0xC; in e1000_check_for_copper_link_ich8lan()
1451 tipg_reg |= 0x08; in e1000_check_for_copper_link_ich8lan()
1455 ew32(TIPG, tipg_reg); in e1000_check_for_copper_link_ich8lan()

Completed in 12 milliseconds