Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/cxl/test/
H A Dcxl.c27 static struct platform_device *cxl_host_bridge[NR_CXL_HOST_BRIDGES]; variable
51 for (i = 0; i < ARRAY_SIZE(cxl_host_bridge); i++) in is_multi_bridge()
52 if (&cxl_host_bridge[i]->dev == dev) in is_multi_bridge()
508 for (i = 0; i < ARRAY_SIZE(cxl_host_bridge); i++) in is_mock_bridge()
509 if (dev == &cxl_host_bridge[i]->dev) in is_mock_bridge()
758 if (port->uport_dev == &cxl_host_bridge[0]->dev) { in mock_init_hdm_decoder()
1271 for (i = 0; i < ARRAY_SIZE(cxl_host_bridge); i++) { in cxl_test_init()
1286 cxl_host_bridge[i] = pdev; in cxl_test_init()
1296 cxl_host_bridge[i % ARRAY_SIZE(cxl_host_bridge)]; in cxl_test_init()
1406 for (i = ARRAY_SIZE(cxl_host_bridge) - 1; i >= 0; i--) { in cxl_test_init()
[all …]
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c212 CXLHost *cxl = pxb->cxl_host_bridge; in pxb_cxl_hook_up_registers()
298 CXLHost *cxl = PXB_CXL_DEV(dev)->cxl_host_bridge; in pxb_cxl_dev_reset()
364 PXB_CXL_DEV(dev)->cxl_host_bridge = PXB_CXL_HOST(ds); in pxb_dev_realize_common()
/openbmc/qemu/include/hw/pci/
H A Dpci_bridge.h117 CXLHost *cxl_host_bridge; /* Pointer to a CXLHost */ member
/openbmc/qemu/hw/acpi/
H A Dcxl.c105 SysBusDevice *sbd = SYS_BUS_DEVICE(cxl->cxl_host_bridge); in cedt_build_chbs()
/openbmc/linux/Documentation/driver-api/cxl/
H A Dmemory-devices.rst50 "host":"cxl_host_bridge.1",
116 "host":"cxl_host_bridge.0",
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c170 hb = PCI_HOST_BRIDGE(fw->target_hbs[rb_index]->cxl_host_bridge); in cxl_cfmws_find_device()