Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A 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()
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c105 unsigned int hdm_count; in cxl_hdm_find_target() local
111 hdm_count = cxl_decoder_count_dec(FIELD_EX32(cap, in cxl_hdm_find_target()
114 for (i = 0; i < hdm_count; i++) { in cxl_hdm_find_target()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c1043 unsigned int hdm_count; in cxl_type3_dpa() local
1049 hdm_count = cxl_decoder_count_dec(FIELD_EX32(cap, in cxl_type3_dpa()
1053 for (i = 0; i < hdm_count; i++) { in cxl_type3_dpa()