Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6106 #define S_DLY 0 macro
6108 #define V_DLY(x) ((x) << S_DLY)
6109 #define G_DLY(x) (((x) >> S_DLY) & M_DLY)