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

/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.h1608 PHY_M_MAC_MD_MSK = 7<<7, /* Bit 9.. 7: Mode Select Mask */ enumerator in enum:__anon98
1614 #define PHY_M_MAC_MODE_SEL(x) (((x)<<7) & PHY_M_MAC_MD_MSK)
H A Dsky2.c394 ctrl &= ~PHY_M_MAC_MD_MSK;

Completed in 140 milliseconds