Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dt4_regs.h67355 #define S_DCDSIGN 6 macro
67357 #define V_DCDSIGN(x) ((x) << S_DCDSIGN)
67358 #define G_DCDSIGN(x) (((x) >> S_DCDSIGN) & M_DCDSIGN)