Searched refs:PHY_M_PC_DSC_MSK (Results 1 – 2 of 2) sorted by relevance
1441 PHY_M_PC_DSC_MSK = 7<<12,/* Bit 14..12: Downshift Counter */ enumerator1446 #define PHY_M_PC_DSC(x) (((u16)(x)<<12) & PHY_M_PC_DSC_MSK)
375 ctrl &= ~PHY_M_PC_DSC_MSK; in sky2_phy_init()