Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/cxl/
Dcxlpci.h32 #define CXL_DVSEC_MEM_BASE_LOW_MASK GENMASK(31, 28) macro
/linux-5.19.10/drivers/cxl/core/
Dpci.c434 base |= temp & CXL_DVSEC_MEM_BASE_LOW_MASK; in cxl_hdm_decode_init()