Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h53767 #define S_MINWDTH 5 macro
53769 #define V_MINWDTH(x) ((x) << S_MINWDTH)
53770 #define G_MINWDTH(x) (((x) >> S_MINWDTH) & M_MINWDTH)