Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h38250 #define S_LTSSM 0 macro
38252 #define V_LTSSM(x) ((x) << S_LTSSM)
38253 #define G_LTSSM(x) (((x) >> S_LTSSM) & M_LTSSM)