Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/
Dcxlpci.h29 #define CXL_DVSEC_MEM_SIZE_LOW_MASK GENMASK(31, 28) macro
/Linux-v6.1/drivers/cxl/core/
Dpci.c415 size |= temp & CXL_DVSEC_MEM_SIZE_LOW_MASK; in cxl_hdm_decode_init()