Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/cxl/core/
A Dhdm.c603 void __iomem *hdm = cxlhdm->regs.hdm_decoder; in cxl_decoder_commit() local
657 writel(ctrl, hdm + CXL_HDM_DECODER0_CTRL_OFFSET(id)); in cxl_decoder_commit()
661 rc = cxld_await_commit(hdm, cxld->id); in cxl_decoder_commit()
678 void __iomem *hdm = cxlhdm->regs.hdm_decoder; in cxl_decoder_reset() local
693 ctrl = readl(hdm + CXL_HDM_DECODER0_CTRL_OFFSET(id)); in cxl_decoder_reset()
745 void __iomem *hdm = cxlhdm->regs.hdm_decoder; in should_emulate_decoders() local
752 if (!hdm) in should_emulate_decoders()
769 int *target_map, void __iomem *hdm, int which, in init_hdm_decoder() argument
886 void __iomem *hdm = cxlhdm->regs.hdm_decoder; in cxl_settle_decoders() local
890 if (!hdm) in cxl_settle_decoders()
[all …]
A Dpci.c237 void __iomem *hdm = cxlhdm->regs.hdm_decoder; in disable_hdm() local
239 global_ctrl = readl(hdm + CXL_HDM_DECODER_CTRL_OFFSET); in disable_hdm()
241 hdm + CXL_HDM_DECODER_CTRL_OFFSET); in disable_hdm()
246 void __iomem *hdm = cxlhdm->regs.hdm_decoder; in devm_cxl_enable_hdm() local
249 global_ctrl = readl(hdm + CXL_HDM_DECODER_CTRL_OFFSET); in devm_cxl_enable_hdm()
251 hdm + CXL_HDM_DECODER_CTRL_OFFSET); in devm_cxl_enable_hdm()
370 void __iomem *hdm = cxlhdm->regs.hdm_decoder; in cxl_hdm_decode_init() local
377 if (hdm) in cxl_hdm_decode_init()
378 global_ctrl = readl(hdm + CXL_HDM_DECODER_CTRL_OFFSET); in cxl_hdm_decode_init()
384 if (global_ctrl & CXL_HDM_DECODER_ENABLE || (!hdm && info->mem_enabled)) in cxl_hdm_decode_init()
[all …]
A DMakefile14 cxl_core-y += hdm.o
/linux-6.3-rc2/tools/testing/cxl/test/
A Dmock.h30 struct cxl_hdm *hdm, struct cxl_endpoint_dvsec_info *info);
/linux-6.3-rc2/tools/testing/cxl/
A DKbuild58 cxl_core-y += $(CXL_CORE_SRC)/hdm.o
/linux-6.3-rc2/Documentation/admin-guide/
A Ddevices.txt1531 0 = /dev/hdm Master: whole disk (or CD-ROM)

Completed in 11 milliseconds