Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-ks8695/include/mach/
Dregs-misc.h58 #define WMC_WAND (1 << 15) /* Auto-negotiation disable */ macro
/linux-4.1.27/drivers/net/ethernet/micrel/
Dks8695net.c880 if ((ctrl & WMC_WAND) == 0) { in ks8695_wan_get_settings()
944 ctrl &= ~(WMC_WAND | WMC_WANA100F | WMC_WANA100H | in ks8695_wan_set_settings()
962 ctrl |= WMC_WAND; in ks8695_wan_set_settings()
988 if ((ctrl & WMC_WAND) == 0) in ks8695_wan_nwayreset()