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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h7685 #define S_SERDESLOWSIGCHANGE 4 macro
7687 #define V_SERDESLOWSIGCHANGE(x) ((x) << S_SERDESLOWSIGCHANGE)
7688 #define G_SERDESLOWSIGCHANGE(x) (((x) >> S_SERDESLOWSIGCHANGE) & M_SERDESLOWSIGCHANGE)

Completed in 141 milliseconds