Home
last modified time | relevance | path

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

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