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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h4283 #define S_CMTXFLSTBASE 0 macro
4285 #define V_CMTXFLSTBASE(x) ((x) << S_CMTXFLSTBASE)
4286 #define G_CMTXFLSTBASE(x) (((x) >> S_CMTXFLSTBASE) & M_CMTXFLSTBASE)

Completed in 169 milliseconds