Searched refs:CXLDVSECPortExt (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/cxl/ |
H A D | cxl-component-utils.c | 419 wmask[offset + offsetof(CXLDVSECPortExt, control)] = 0x0F; in cxl_component_create_dvsec() 420 wmask[offset + offsetof(CXLDVSECPortExt, control) + 1] = 0x40; in cxl_component_create_dvsec() 421 wmask[offset + offsetof(CXLDVSECPortExt, alt_bus_base)] = 0xFF; in cxl_component_create_dvsec() 422 wmask[offset + offsetof(CXLDVSECPortExt, alt_bus_limit)] = 0xFF; in cxl_component_create_dvsec() 423 wmask[offset + offsetof(CXLDVSECPortExt, alt_memory_base)] = 0xF0; in cxl_component_create_dvsec() 425 wmask[offset + offsetof(CXLDVSECPortExt, alt_memory_limit)] = 0xF0; in cxl_component_create_dvsec() 427 wmask[offset + offsetof(CXLDVSECPortExt, alt_prefetch_base)] = 0xF0; in cxl_component_create_dvsec() 429 wmask[offset + offsetof(CXLDVSECPortExt, alt_prefetch_limit)] = 0xF0; in cxl_component_create_dvsec() 430 wmask[offset + offsetof(CXLDVSECPortExt, alt_prefetch_limit) + 1] = in cxl_component_create_dvsec() 432 wmask[offset + offsetof(CXLDVSECPortExt, alt_prefetch_base_high)] = in cxl_component_create_dvsec() [all …]
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_pci.h | 103 typedef struct CXLDVSECPortExt { struct 117 } CXLDVSECPortExt; argument 118 QEMU_BUILD_BUG_ON(sizeof(CXLDVSECPortExt) != 0x28);
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | cxl_downstream.c | 99 dvsec = (uint8_t *)&(CXLDVSECPortExt){ 0 }; in build_dvsecs()
|
H A D | cxl_root_port.c | 110 dvsec = (uint8_t *)&(CXLDVSECPortExt){ 0 }; in build_dvsecs()
|
H A D | cxl_upstream.c | 110 dvsec = (uint8_t *)&(CXLDVSECPortExt){ in build_dvsecs()
|