Searched refs:S_SLAVE_DLL_DELTA (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h378 #define S_SLAVE_DLL_DELTA 12 macro
380 #define V_SLAVE_DLL_DELTA(x) ((x) << S_SLAVE_DLL_DELTA)
381 #define G_SLAVE_DLL_DELTA(x) (((x) >> S_SLAVE_DLL_DELTA) & M_SLAVE_DLL_DELTA)

Completed in 181 milliseconds