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

/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c4151 mac_mode |= tp->mac_mode & MAC_MODE_LINK_POLARITY;
4156 mac_mode |= MAC_MODE_LINK_POLARITY;
4158 mac_mode &= ~MAC_MODE_LINK_POLARITY;
5018 tp->mac_mode |= MAC_MODE_LINK_POLARITY;
5020 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY;
8241 tp->mac_mode |= MAC_MODE_LINK_POLARITY;
8253 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY;
8339 mac_mode &= ~MAC_MODE_LINK_POLARITY;
8341 mac_mode |= MAC_MODE_LINK_POLARITY;
10504 tp->mac_mode |= MAC_MODE_LINK_POLARITY;
[all...]
H A Dtg3.h389 #define MAC_MODE_LINK_POLARITY 0x00000400 macro

Completed in 256 milliseconds