Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cxl/core/
Dpci.c182 int rc, i, hdm_count; in cxl_await_media_ready() local
191 hdm_count = FIELD_GET(CXL_DVSEC_HDM_COUNT_MASK, cap); in cxl_await_media_ready()
192 for (i = 0; i < hdm_count; i++) { in cxl_await_media_ready()
198 for (i = 0; i < hdm_count; i++) { in cxl_await_media_ready()
327 int hdm_count, rc, i, ranges = 0; in cxl_dvsec_rr_decode() local
354 hdm_count = FIELD_GET(CXL_DVSEC_HDM_COUNT_MASK, cap); in cxl_dvsec_rr_decode()
355 if (!hdm_count || hdm_count > 2) in cxl_dvsec_rr_decode()
373 for (i = 0; i < hdm_count; i++) { in cxl_dvsec_rr_decode()