Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c4151 mac_mode |= tp->mac_mode & MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()
4156 mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()
4158 mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()
5018 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
5020 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
8237 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_mac_loopback()
8249 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_mac_loopback()
8335 mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_phy_lpbk_set()
8337 mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_phy_lpbk_set()
10500 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_reset_hw()
Dtg3.h389 #define MAC_MODE_LINK_POLARITY 0x00000400 macro