Searched refs:CXLDVSECPortGPF (Results 1 – 4 of 4) sorted by relevance
128 typedef struct CXLDVSECPortGPF { struct133 } CXLDVSECPortGPF; argument134 QEMU_BUILD_BUG_ON(sizeof(CXLDVSECPortGPF) != 0x10);
450 wmask[offset + offsetof(CXLDVSECPortGPF, phase1_ctrl)] = 0x0F; in cxl_component_create_dvsec()451 wmask[offset + offsetof(CXLDVSECPortGPF, phase1_ctrl) + 1] = 0x0F; in cxl_component_create_dvsec()452 wmask[offset + offsetof(CXLDVSECPortGPF, phase2_ctrl)] = 0x0F; in cxl_component_create_dvsec()453 wmask[offset + offsetof(CXLDVSECPortGPF, phase2_ctrl) + 1] = 0x0F; in cxl_component_create_dvsec()
116 dvsec = (uint8_t *)&(CXLDVSECPortGPF){ in build_dvsecs()