Searched refs:CXLDVSECDevice (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/cxl/ |
H A D | cxl-component-utils.c | 398 wmask[offset + offsetof(CXLDVSECDevice, ctrl)] = 0xFD; in cxl_component_create_dvsec() 399 wmask[offset + offsetof(CXLDVSECDevice, ctrl) + 1] = 0x4F; in cxl_component_create_dvsec() 401 wmask[offset + offsetof(CXLDVSECDevice, ctrl2)] = 0x0F; in cxl_component_create_dvsec() 403 wmask[offset + offsetof(CXLDVSECDevice, lock)] = 0x01; in cxl_component_create_dvsec() 405 wmask[offset + offsetof(CXLDVSECDevice, range1_base_hi)] = 0xFF; in cxl_component_create_dvsec() 406 wmask[offset + offsetof(CXLDVSECDevice, range1_base_hi) + 1] = 0xFF; in cxl_component_create_dvsec() 407 wmask[offset + offsetof(CXLDVSECDevice, range1_base_hi) + 2] = 0xFF; in cxl_component_create_dvsec() 408 wmask[offset + offsetof(CXLDVSECDevice, range1_base_hi) + 3] = 0xFF; in cxl_component_create_dvsec() 409 wmask[offset + offsetof(CXLDVSECDevice, range1_base_lo) + 3] = 0xF0; in cxl_component_create_dvsec() 410 wmask[offset + offsetof(CXLDVSECDevice, range2_base_hi)] = 0xFF; in cxl_component_create_dvsec() [all …]
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_pci.h | 77 typedef struct CXLDVSECDevice { struct 96 } QEMU_PACKED CXLDVSECDevice; typedef 97 QEMU_BUILD_BUG_ON(sizeof(CXLDVSECDevice) != PCIE_CXL_DEVICE_DVSEC_LENGTH);
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 353 dvsec = (uint8_t *)&(CXLDVSECDevice){ in build_dvsecs()
|