Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1388 V_WINDOW(ilog2(MEMWIN0_APERTURE) - 10)); in setup_memwin()
1392 V_WINDOW(ilog2(MEMWIN1_APERTURE) - 10)); in setup_memwin()
1396 V_WINDOW(ilog2(MEMWIN2_APERTURE) - 10)); in setup_memwin()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h2062 #define V_WINDOW(x) ((x) << S_WINDOW) macro