OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpRegion
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.c
31
This is part of the implementation of an Intel Graphics drivers
OpRegion
/
35
Supporting Specifiction:
OpRegion
/ Software SCI SPEC 0.70
40
OpRegion
: ACPI Operational Region
501
Get Intel GOP driver version and copy it into IGD
OpRegion
GVER. This version
523
StrCpy((CHAR16*)&(mIgdOpRegion.
OpRegion
->Header.GOPV[0]), GopVersion);
590
mIgdOpRegion.
OpRegion
->VBT.GVD1,
617
mIgdOpRegion.
OpRegion
->Header.VVER[0] = VBiosVbtPtr->CoreBlockBiosBuild[0];
618
mIgdOpRegion.
OpRegion
->Header.VVER[1] = VBiosVbtPtr->CoreBlockBiosBuild[1];
619
mIgdOpRegion.
OpRegion
->Header.VVER[2] = VBiosVbtPtr->CoreBlockBiosBuild[2];
620
mIgdOpRegion.
OpRegion
->Header.VVER[3] = VBiosVbtPtr->CoreBlockBiosBuild[3];
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c
311
AML_OP_REGION_32_8 *
OpRegion
;
319
for (
OpRegion
= (AML_OP_REGION_32_8 *) (Table + 1);
320
OpRegion
<= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
321
OpRegion
= (AML_OP_REGION_32_8 *) ((UINT8 *)
OpRegion
+ 1)) {
322
if ((
OpRegion
->OpRegionOp == AML_EXT_REGION_OP) &&
323
(
OpRegion
->NameString == Name) &&
324
(
OpRegion
->DWordPrefix == AML_DWORD_PREFIX) &&
325
(
OpRegion
->BytePrefix == AML_BYTE_PREFIX)) {
330
OpRegion
->RegionOffset = (UINT32) (UINTN) MemoryAddress;
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c
307
AML_OP_REGION_32_8 *
OpRegion
;
315
for (
OpRegion
= (AML_OP_REGION_32_8 *) (Table + 1);
316
OpRegion
<= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
317
OpRegion
= (AML_OP_REGION_32_8 *) ((UINT8 *)
OpRegion
+ 1)) {
318
if ((
OpRegion
->OpRegionOp == AML_EXT_REGION_OP) &&
319
(
OpRegion
->NameString == Name) &&
320
(
OpRegion
->DWordPrefix == AML_DWORD_PREFIX) &&
321
(
OpRegion
->BytePrefix == AML_BYTE_PREFIX)) {
326
OpRegion
->RegionOffset = (UINT32) (UINTN) MemoryAddress;
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c
242
AML_OP_REGION_32_8 *
OpRegion
;
250
for (
OpRegion
= (AML_OP_REGION_32_8 *) (Table + 1);
251
OpRegion
<= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
252
OpRegion
= (AML_OP_REGION_32_8 *) ((UINT8 *)
OpRegion
+ 1)) {
253
if ((
OpRegion
->OpRegionOp == AML_EXT_REGION_OP) &&
254
(
OpRegion
->NameString == Name) &&
255
(
OpRegion
->DWordPrefix == AML_DWORD_PREFIX) &&
256
(
OpRegion
->BytePrefix == AML_BYTE_PREFIX)) {
261
OpRegion
->RegionOffset = (UINT32) (UINTN) MemoryAddress;
[
all
...]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/
IgdOpRegion.h
21
This file is part of the IGD
OpRegion
Implementation. The IGD
OpRegion
is
24
Supporting Specifiction: IGD
OpRegion
/Software SCI SPEC
35
OpRegion
: ACPI Operational Region
44
//
OpRegion
/ Software SCI protocol GUID
66
//
OpRegion
structures:
67
// Sub-structures define the different parts of the
OpRegion
followed by the
68
// main structure representing the entire
OpRegion
.
77
//
OpRegion
header (mailbox 0) structure and #defines.
81
CHAR8 SIGN[0x10]; // 0
OpRegion
signature
[
all
...]
Completed in 2645 milliseconds