Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h3664 #define S_CMTIMERBASE 0 macro
3666 #define V_CMTIMERBASE(x) ((x) << S_CMTIMERBASE)
3667 #define G_CMTIMERBASE(x) (((x) >> S_CMTIMERBASE) & M_CMTIMERBASE)