Searched refs:PHY_M_PC_DSC_MSK (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 Dsky2.h1437 PHY_M_PC_DSC_MSK = 7<<12,/* Bit 14..12: Downshift Counter */ enumerator in enum:__anon13374
1442 #define PHY_M_PC_DSC(x) (((u16)(x)<<12) & PHY_M_PC_DSC_MSK)
H A Dsky2.c380 ctrl &= ~PHY_M_PC_DSC_MSK;

Completed in 130 milliseconds