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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dregs.h2317 #define S_CALIMP 24 macro
2319 #define V_CALIMP(x) ((x) << S_CALIMP)
2320 #define G_CALIMP(x) (((x) >> S_CALIMP) & M_CALIMP)

Completed in 71 milliseconds