Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dregs.h387 #define S_SLAVE_DLL_DELTA 12 macro
389 #define V_SLAVE_DLL_DELTA(x) ((x) << S_SLAVE_DLL_DELTA)
390 #define G_SLAVE_DLL_DELTA(x) (((x) >> S_SLAVE_DLL_DELTA) & M_SLAVE_DLL_DELTA)