Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h1229 #define PHY_M_EC_S_DSC_MSK (3<<8) /* Bit 9.. 8: Slv Downshift Cntr */ macro
1244 #define PHY_M_EC_S_DSC(x) ((x << 8) & PHY_M_EC_S_DSC_MSK)