Searched refs:CXL_CM_CAP_PTR_MASK (Results 1 – 2 of 2) sorted by relevance
/drivers/cxl/ | ||
D | cxl.h | 30 #define CXL_CM_CAP_PTR_MASK GENMASK(31, 20) macro |
/drivers/cxl/core/ | ||
D | regs.c | 69 offset = FIELD_GET(CXL_CM_CAP_PTR_MASK, hdr); in cxl_probe_component_regs() |