Searched refs:PHY_M_PC_DSC_MSK (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dsky2.h1437 PHY_M_PC_DSC_MSK = 7<<12,/* Bit 14..12: Downshift Counter */ enumerator in enum:__anon17223
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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:__anon28916
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 103 milliseconds