Searched refs:AccessorType (Results 1 – 1 of 1) sorted by relevance
190 UINT16 AccessorType; in AcpiExReadSerialBus() local224 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus()225 if (AccessorType == AML_FIELD_ATTRIB_RAW_PROCESS_BYTES) in AcpiExReadSerialBus()233 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExReadSerialBus()237 "Invalid protocol ID for GSBus: 0x%4.4X", AccessorType)); in AcpiExReadSerialBus()245 Function = ACPI_READ | (AccessorType << 16); in AcpiExReadSerialBus()308 UINT16 AccessorType; in AcpiExWriteSerialBus() local357 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()358 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExWriteSerialBus()362 "Invalid protocol ID for GSBus: 0x%4.4X", AccessorType)); in AcpiExWriteSerialBus()[all …]