Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
De1000_regs.h18 #define E1000_CONNSW 0x00034 /* Copper/Fiber switch control - RW */ macro
De1000_82575.c1687 reg = rd32(E1000_CONNSW); in igb_setup_serdes_link_82575()
1689 wr32(E1000_CONNSW, reg); in igb_setup_serdes_link_82575()
Digb_ethtool.c482 regs_buff[5] = rd32(E1000_CONNSW); in igb_get_regs()
1719 reg = rd32(E1000_CONNSW); in igb_setup_loopback_test()
1721 wr32(E1000_CONNSW, reg); in igb_setup_loopback_test()
Digb_main.c2062 connsw = rd32(E1000_CONNSW); in igb_check_swap_media()
2077 wr32(E1000_CONNSW, connsw); in igb_check_swap_media()
2085 wr32(E1000_CONNSW, connsw); in igb_check_swap_media()
2250 u32 connsw = rd32(E1000_CONNSW); in igb_enable_mas()
2257 wr32(E1000_CONNSW, connsw); in igb_enable_mas()
5451 connsw = rd32(E1000_CONNSW); in igb_watchdog_task()