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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dregs.h828 #define S_CM_TIMER_BASE 0 macro
830 #define V_CM_TIMER_BASE(x) ((x) << S_CM_TIMER_BASE)
831 #define G_CM_TIMER_BASE(x) (((x) >> S_CM_TIMER_BASE) & M_CM_TIMER_BASE)

Completed in 20 milliseconds