Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/
Dcxlpci.h22 #define CXL_DVSEC_HDM_COUNT_MASK GENMASK(5, 4) macro
/Linux-v6.1/drivers/cxl/core/
Dpci.c380 hdm_count = FIELD_GET(CXL_DVSEC_HDM_COUNT_MASK, cap); in cxl_hdm_decode_init()