Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h10420 #define S_LINEADDRESS 1 macro
10422 #define V_LINEADDRESS(x) ((x) << S_LINEADDRESS)
10423 #define G_LINEADDRESS(x) (((x) >> S_LINEADDRESS) & M_LINEADDRESS)