Searched refs:AccessorType (Results 1 – 1 of 1) sorted by relevance
298 UINT16 AccessorType; in AcpiExReadSerialBus() local332 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus()333 if (AccessorType == AML_FIELD_ATTRIB_RAW_PROCESS_BYTES) in AcpiExReadSerialBus()341 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExReadSerialBus()345 "Invalid protocol ID for GSBus: 0x%4.4X", AccessorType)); in AcpiExReadSerialBus()353 Function = ACPI_READ | (AccessorType << 16); in AcpiExReadSerialBus()410 UINT16 AccessorType; in AcpiExWriteSerialBus() local459 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()460 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExWriteSerialBus()464 "Invalid protocol ID for GSBus: 0x%4.4X", AccessorType)); in AcpiExWriteSerialBus()[all …]