Searched refs:CXLDVSECDeviceGPF (Results 1 – 3 of 3) sorted by relevance
140 typedef struct CXLDVSECDeviceGPF { struct144 } CXLDVSECDeviceGPF; argument145 QEMU_BUILD_BUG_ON(sizeof(CXLDVSECDeviceGPF) != 0x10);
456 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_duration)] = 0x0F; in cxl_component_create_dvsec()457 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_duration) + 1] = 0x0F; in cxl_component_create_dvsec()458 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power)] = 0xFF; in cxl_component_create_dvsec()459 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power) + 1] = 0xFF; in cxl_component_create_dvsec()460 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power) + 2] = 0xFF; in cxl_component_create_dvsec()461 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power) + 3] = 0xFF; in cxl_component_create_dvsec()
382 dvsec = (uint8_t *)&(CXLDVSECDeviceGPF){ in build_dvsecs()