Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c419 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 Dcxl_pci.h103 typedef struct CXLDVSECPortExt { struct
117 } CXLDVSECPortExt; argument
118 QEMU_BUILD_BUG_ON(sizeof(CXLDVSECPortExt) != 0x28);
/openbmc/qemu/hw/pci-bridge/
H A Dcxl_downstream.c99 dvsec = (uint8_t *)&(CXLDVSECPortExt){ 0 }; in build_dvsecs()
H A Dcxl_root_port.c110 dvsec = (uint8_t *)&(CXLDVSECPortExt){ 0 }; in build_dvsecs()
H A Dcxl_upstream.c110 dvsec = (uint8_t *)&(CXLDVSECPortExt){ in build_dvsecs()