Searched refs:OpRegion (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/ |
D | IgdOpRegion.c | 523 StrCpy((CHAR16*)&(mIgdOpRegion.OpRegion->Header.GOPV[0]), GopVersion); in SetGOPVersionCallback() 590 mIgdOpRegion.OpRegion->VBT.GVD1, in GetVBiosVbtCallback() 617 mIgdOpRegion.OpRegion->Header.VVER[0] = VBiosVbtPtr->CoreBlockBiosBuild[0]; in GetVBiosVbtCallback() 618 mIgdOpRegion.OpRegion->Header.VVER[1] = VBiosVbtPtr->CoreBlockBiosBuild[1]; in GetVBiosVbtCallback() 619 mIgdOpRegion.OpRegion->Header.VVER[2] = VBiosVbtPtr->CoreBlockBiosBuild[2]; in GetVBiosVbtCallback() 620 mIgdOpRegion.OpRegion->Header.VVER[3] = VBiosVbtPtr->CoreBlockBiosBuild[3]; in GetVBiosVbtCallback() 622 mIgdOpRegion.OpRegion->VBT.GVD1, in GetVBiosVbtCallback() 677 (void **)&mIgdOpRegion.OpRegion in IgdOpRegionInit() 681 mIgdOpRegion.OpRegion, in IgdOpRegionInit() 685 GlobalNvsArea->Area->IgdOpRegionAddress = (UINT32)(UINTN)(mIgdOpRegion.OpRegion); in IgdOpRegionInit() [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/ |
D | TcgSmm.c | 311 AML_OP_REGION_32_8 *OpRegion; in AssignOpRegion() local 319 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1); in AssignOpRegion() 320 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length); in AssignOpRegion() 321 OpRegion = (AML_OP_REGION_32_8 *) ((UINT8 *) OpRegion + 1)) { in AssignOpRegion() 322 if ((OpRegion->OpRegionOp == AML_EXT_REGION_OP) && in AssignOpRegion() 323 (OpRegion->NameString == Name) && in AssignOpRegion() 324 (OpRegion->DWordPrefix == AML_DWORD_PREFIX) && in AssignOpRegion() 325 (OpRegion->BytePrefix == AML_BYTE_PREFIX)) { in AssignOpRegion() 330 OpRegion->RegionOffset = (UINT32) (UINTN) MemoryAddress; in AssignOpRegion() 331 OpRegion->RegionLen = (UINT8) Size; in AssignOpRegion()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/ |
D | TrEESmm.c | 307 AML_OP_REGION_32_8 *OpRegion; in AssignOpRegion() local 315 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1); in AssignOpRegion() 316 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length); in AssignOpRegion() 317 OpRegion = (AML_OP_REGION_32_8 *) ((UINT8 *) OpRegion + 1)) { in AssignOpRegion() 318 if ((OpRegion->OpRegionOp == AML_EXT_REGION_OP) && in AssignOpRegion() 319 (OpRegion->NameString == Name) && in AssignOpRegion() 320 (OpRegion->DWordPrefix == AML_DWORD_PREFIX) && in AssignOpRegion() 321 (OpRegion->BytePrefix == AML_BYTE_PREFIX)) { in AssignOpRegion() 326 OpRegion->RegionOffset = (UINT32) (UINTN) MemoryAddress; in AssignOpRegion() 327 OpRegion->RegionLen = (UINT8) Size; in AssignOpRegion()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/ |
D | Tcg2Smm.c | 242 AML_OP_REGION_32_8 *OpRegion; in AssignOpRegion() local 250 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1); in AssignOpRegion() 251 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length); in AssignOpRegion() 252 OpRegion = (AML_OP_REGION_32_8 *) ((UINT8 *) OpRegion + 1)) { in AssignOpRegion() 253 if ((OpRegion->OpRegionOp == AML_EXT_REGION_OP) && in AssignOpRegion() 254 (OpRegion->NameString == Name) && in AssignOpRegion() 255 (OpRegion->DWordPrefix == AML_DWORD_PREFIX) && in AssignOpRegion() 256 (OpRegion->BytePrefix == AML_BYTE_PREFIX)) { in AssignOpRegion() 261 OpRegion->RegionOffset = (UINT32) (UINTN) MemoryAddress; in AssignOpRegion() 262 OpRegion->RegionLen = (UINT8) Size; in AssignOpRegion()
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IgdOpRn.ASL | 21 IGD OpRegion/Software SCI Reference Code for the Baytrail Family. 23 Graphics Device (IGD) OpRegion/Software SCI mechanism. 41 // of the GMCH SCI OpRegion must be programmed where the driver can 46 // described in the IGD OpRegion specificiation. 49 // described in the IGD OpRegion specificiation. 76 ASLS, 32, // Reg 0xFC, Address of the IGD OpRegion 95 // Define an OperationRegion to cover the IGD OpRegion layout. 101 // OpRegion Header 104 SIZE, 32, // OpRegion Size 105 OVER, 32, // OpRegion Version [all …]
|
D | Gpe.asl | 61 // IGD OpRegion SCI event (see IGD OpRegion/Software SCI BIOS SPEC).
|
D | IgdOMOBF.ASL | 21 IGD OpRegion/Software SCI Reference Code for the Baytrail Family. 468 ;* Description: Checks the presence of the OpRegion and SCI 470 ;* Usage: This method is called before other OpRegion methods. The 472 ;* checks if the OpRegion Version is non-zero and if non-zero, 485 If(LNotEqual(OVER,0)) // If OpRegion Version not 0.
|
D | IgdOGBDA.ASL | 21 IGD OpRegion/Software SCI Reference Code for the Baytrail Family. 23 the Integrated Graphics Device (IGD) OpRegion/Software SCI mechanism.
|
D | GloblNvs.asl | 130 Offset(170), // IGD OpRegion/Software SCI base address 131 ASLB, 32, // (170) IGD OpRegion base address 132 Offset(174), // IGD OpRegion/Software SCI shared data
|
D | IgdOSBCB.ASL | 21 IGD OpRegion/Software SCI Reference Code for the Baytrail Family. 23 OpRegion/Software SCI mechanism.
|
D | Platform.asl | 604 // Track status of GPIO OpRegion availability for this controller 673 // Track status of GPIO OpRegion availability for this controller 683 …Name (GMOD, ResourceTemplate () //One method of creating a Connection for OpRegion accesses in…
|
D | INTELGFX.ASL | 21 IGD OpRegion/Software ACPI Reference Code for the Baytrail Family. 882 // Include IGD OpRegion/Software SCI interrupt handler which is use by
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/ |
D | IgdOpRegion.h | 216 IGD_OPREGION_STRUC *OpRegion; member
|