Lines Matching refs:cxlhdm
274 struct cxl_hdm *cxlhdm = _cxlhdm;
275 void __iomem *hdm = cxlhdm->regs.hdm_decoder;
282 static int devm_cxl_enable_hdm(struct device *host, struct cxl_hdm *cxlhdm)
284 void __iomem *hdm = cxlhdm->regs.hdm_decoder;
291 return devm_add_action_or_reset(host, disable_hdm, cxlhdm);
394 * @cxlhdm: Mapped HDM decoder Capability
399 int cxl_hdm_decode_init(struct cxl_dev_state *cxlds, struct cxl_hdm *cxlhdm,
402 void __iomem *hdm = cxlhdm->regs.hdm_decoder;
403 struct cxl_port *port = cxlhdm->port;
433 rc = devm_cxl_enable_hdm(&port->dev, cxlhdm);
1024 struct cxl_hdm *cxlhdm;
1035 cxlhdm = dev_get_drvdata(&port->dev);
1036 hdm = cxlhdm->regs.hdm_decoder;