Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/chelsio/
Dregs.h509 #define S_MC4_BANK_CYCLE 8 macro
511 #define V_MC4_BANK_CYCLE(x) ((x) << S_MC4_BANK_CYCLE)
512 #define G_MC4_BANK_CYCLE(x) (((x) >> S_MC4_BANK_CYCLE) & M_MC4_BANK_CYCLE)