Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h818 #define S_CM_TIMER_BASE 0 macro
820 #define V_CM_TIMER_BASE(x) ((x) << S_CM_TIMER_BASE)
821 #define G_CM_TIMER_BASE(x) (((x) >> S_CM_TIMER_BASE) & M_CM_TIMER_BASE)