Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h827 #define S_CM_TIMER_BASE 0 macro
829 #define V_CM_TIMER_BASE(x) ((x) << S_CM_TIMER_BASE)
830 #define G_CM_TIMER_BASE(x) (((x) >> S_CM_TIMER_BASE) & M_CM_TIMER_BASE)
/kernel/linux/linux-6.6/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)

Completed in 18 milliseconds