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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c2646 mac_mode |= tp->mac_mode & MAC_MODE_LINK_POLARITY;
2653 mac_mode |= MAC_MODE_LINK_POLARITY;
2655 mac_mode &= ~MAC_MODE_LINK_POLARITY;
3256 tp->mac_mode |= MAC_MODE_LINK_POLARITY;
3258 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY;
8061 tp->mac_mode |= MAC_MODE_LINK_POLARITY;
10604 mac_mode |= MAC_MODE_LINK_POLARITY;
10645 mac_mode &= ~MAC_MODE_LINK_POLARITY;
10647 mac_mode |= MAC_MODE_LINK_POLARITY;
H A Dtg3.h355 #define MAC_MODE_LINK_POLARITY 0x00000400 macro

Completed in 207 milliseconds