Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h53009 #define S_ACCPLSTEP 6 macro
53011 #define V_ACCPLSTEP(x) ((x) << S_ACCPLSTEP)
53012 #define G_ACCPLSTEP(x) (((x) >> S_ACCPLSTEP) & M_ACCPLSTEP)