Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c4161 mac_mode |= tp->mac_mode & MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()
4166 mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()
4168 mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()
5039 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
5041 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
8178 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_mac_loopback()
8190 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_mac_loopback()
8276 mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_phy_lpbk_set()
8278 mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_phy_lpbk_set()
10435 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_reset_hw()
Dtg3.h389 #define MAC_MODE_LINK_POLARITY 0x00000400 macro