Home
last modified time | relevance | path

Searched refs:cxl_rcd_component_reg_phys (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/cxl/
H A DKbuild15 ldflags-y += --wrap=cxl_rcd_component_reg_phys
/openbmc/linux/drivers/cxl/core/
H A Dregs.c538 resource_size_t cxl_rcd_component_reg_phys(struct device *dev, in cxl_rcd_component_reg_phys() function
545 EXPORT_SYMBOL_NS_GPL(cxl_rcd_component_reg_phys, CXL);
/openbmc/linux/tools/testing/cxl/test/
H A Dmock.c281 component_reg_phys = cxl_rcd_component_reg_phys(dev, dport); in __wrap_cxl_rcd_component_reg_phys()
/openbmc/linux/drivers/cxl/
H A Dcxl.h294 resource_size_t cxl_rcd_component_reg_phys(struct device *dev,
H A Dpci.c485 component_reg_phys = cxl_rcd_component_reg_phys(&pdev->dev, dport); in cxl_rcrb_get_comp_regs()