Home
last modified time | relevance | path

Searched refs:mAmlByteEncoding (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
DAml.c18 AML_BYTE_ENCODING mAmlByteEncoding[] = { variable
207 for (Index = 0; Index < sizeof(mAmlByteEncoding)/sizeof(mAmlByteEncoding[0]); Index++) { in AmlSearchByOpByte()
208 …if ((mAmlByteEncoding[Index].OpCode == OpCode) && (mAmlByteEncoding[Index].SubOpCode == SubOpCode)… in AmlSearchByOpByte()
209 return &mAmlByteEncoding[Index]; in AmlSearchByOpByte()