Home
last modified time | relevance | path

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

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