Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/cxl/
Dmain.c115 size = (((u64)ctx->sst_size >> 8) - 1) << CXL_SSTP0_An_SegTableSize_SHIFT; in cxl_alloc_sst()
Dcxl.h234 #define CXL_SSTP0_An_SegTableSize_SHIFT (63-31) /* 12 Bits */ macro
236 (((1ull << 12) - 1) << CXL_SSTP0_An_SegTableSize_SHIFT)