Searched refs:TYPE_CXL_USP (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl.h | 59 #define TYPE_CXL_USP "cxl-upstream" macro 62 DECLARE_INSTANCE_CHECKER(CXLUpstreamPort, CXL_USP, TYPE_CXL_USP)
|
/openbmc/qemu/hw/cxl/ |
H A D | switch-mailbox-cci.c | 70 target, TYPE_CXL_USP, PCIDevice *),
|
H A D | cxl-host.c | 212 if (!object_dynamic_cast(OBJECT(d), TYPE_CXL_USP)) { in cxl_cfmws_find_device()
|
H A D | cxl-mailbox-utils.c | 189 } else if (object_dynamic_cast(OBJECT(cci->d), TYPE_CXL_USP)) { in cmd_tunnel_management_cmd() 394 if (object_dynamic_cast(OBJECT(cci->d), TYPE_CXL_USP)) { in cmd_infostat_identify()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | cxl_upstream.c | 331 cxl_component_register_block_init(OBJECT(d), cxl_cstate, TYPE_CXL_USP); in cxl_usp_realize() 394 .name = TYPE_CXL_USP,
|