Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dpci.c152 int rc, i, hdm_count; in cxl_await_media_ready() local
161 hdm_count = FIELD_GET(CXL_DVSEC_HDM_COUNT_MASK, cap); in cxl_await_media_ready()
162 for (i = 0; i < hdm_count; i++) { in cxl_await_media_ready()
168 for (i = 0; i < hdm_count; i++) { in cxl_await_media_ready()
267 int hdm_count, rc, i, ranges = 0; in cxl_dvsec_rr_decode() local
291 hdm_count = FIELD_GET(CXL_DVSEC_HDM_COUNT_MASK, cap); in cxl_dvsec_rr_decode()
292 if (!hdm_count || hdm_count > 2) in cxl_dvsec_rr_decode()
308 for (i = 0; i < hdm_count; i++) { in cxl_dvsec_rr_decode()