Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h51194 #define S_CNV_LIM 4 macro
51196 #define V_CNV_LIM(x) ((x) << S_CNV_LIM)
51197 #define G_CNV_LIM(x) (((x) >> S_CNV_LIM) & M_CNV_LIM)