Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h1155 #define PHY_M_PC_DSC_MSK (7<<12) /* Bit 14..12: Downshift Counter */ macro
1161 #define PHY_M_PC_DSC(x) ((x << 12) & PHY_M_PC_DSC_MSK)