Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1328 #define S_BASEADDR 3 macro
1330 #define V_BASEADDR(x) ((x) << S_BASEADDR)
1331 #define G_BASEADDR(x) (((x) >> S_BASEADDR) & M_BASEADDR)