Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A Dregs.c61 cap_count = FIELD_GET(CXL_CM_CAP_HDR_ARRAY_SIZE_MASK, cap_array); in cxl_probe_component_regs()
/openbmc/linux/drivers/cxl/
H A Dcxl.h33 #define CXL_CM_CAP_HDR_ARRAY_SIZE_MASK GENMASK(31, 24) macro