Searched refs:hdm_cap (Results 1 – 1 of 1) sorted by relevance
80 u32 hdm_cap; in parse_hdm_decoder_caps() local82 hdm_cap = readl(cxlhdm->regs.hdm_decoder + CXL_HDM_DECODER_CAP_OFFSET); in parse_hdm_decoder_caps()83 cxlhdm->decoder_count = cxl_hdm_decoder_count(hdm_cap); in parse_hdm_decoder_caps()85 FIELD_GET(CXL_HDM_DECODER_TARGET_COUNT_MASK, hdm_cap); in parse_hdm_decoder_caps()86 if (FIELD_GET(CXL_HDM_DECODER_INTERLEAVE_11_8, hdm_cap)) in parse_hdm_decoder_caps()88 if (FIELD_GET(CXL_HDM_DECODER_INTERLEAVE_14_12, hdm_cap)) in parse_hdm_decoder_caps()91 if (FIELD_GET(CXL_HDM_DECODER_INTERLEAVE_3_6_12_WAY, hdm_cap)) in parse_hdm_decoder_caps()93 if (FIELD_GET(CXL_HDM_DECODER_INTERLEAVE_16_WAY, hdm_cap)) in parse_hdm_decoder_caps()