Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h2754 #define S_OCDCODE 16 macro
2756 #define V_OCDCODE(x) ((x) << S_OCDCODE)
2757 #define G_OCDCODE(x) (((x) >> S_OCDCODE) & M_OCDCODE)