Home
last modified time | relevance | path

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

/src/sys/dev/cxgb/common/
H A Dcxgb_regs.h6578 #define S_SET_PU 3 macro
6580 #define V_SET_PU(x) ((x) << S_SET_PU)
6581 #define G_SET_PU(x) (((x) >> S_SET_PU) & M_SET_PU)