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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h3229 #define S_CMTIMERBASE 0 macro
3231 #define V_CMTIMERBASE(x) ((x) << S_CMTIMERBASE)
3232 #define G_CMTIMERBASE(x) (((x) >> S_CMTIMERBASE) & M_CMTIMERBASE)

Completed in 195 milliseconds