Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb3/
Dsge_defs.h27 #define S_EC_BASE_LO 16 macro
29 #define V_EC_BASE_LO(x) ((x) << S_EC_BASE_LO)
30 #define G_EC_BASE_LO(x) (((x) >> S_EC_BASE_LO) & M_EC_BASE_LO)