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.c184 int rc, i, hdm_count; in cxl_await_media_ready() local
193 hdm_count = FIELD_GET(CXL_DVSEC_HDM_COUNT_MASK, cap); in cxl_await_media_ready()
194 for (i = 0; i < hdm_count; i++) { in cxl_await_media_ready()
200 for (i = 0; i < hdm_count; i++) { in cxl_await_media_ready()
299 int hdm_count, rc, i, ranges = 0; in cxl_dvsec_rr_decode() local
323 hdm_count = FIELD_GET(CXL_DVSEC_HDM_COUNT_MASK, cap); in cxl_dvsec_rr_decode()
324 if (!hdm_count || hdm_count > 2) in cxl_dvsec_rr_decode()
340 for (i = 0; i < hdm_count; i++) { in cxl_dvsec_rr_decode()