Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h53771 #define S_MINWDTH 5 macro
53773 #define V_MINWDTH(x) ((x) << S_MINWDTH)
53774 #define G_MINWDTH(x) (((x) >> S_MINWDTH) & M_MINWDTH)