Searched refs:MAC_MODE_LINK_POLARITY (Results 1 – 2 of 2) sorted by relevance
4155 mac_mode |= tp->mac_mode & MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()4160 mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()4162 mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_power_down_prepare()5033 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()5035 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()8176 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_mac_loopback()8188 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_mac_loopback()8274 mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_phy_lpbk_set()8276 mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_phy_lpbk_set()10433 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_reset_hw()
389 #define MAC_MODE_LINK_POLARITY 0x00000400 macro