Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/
Dcxlpci.h32 #define CXL_DVSEC_MEM_BASE_LOW_MASK GENMASK(31, 28) macro
/Linux-v6.1/drivers/cxl/core/
Dpci.c429 base |= temp & CXL_DVSEC_MEM_BASE_LOW_MASK; in cxl_hdm_decode_init()