Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexserial.c298 UINT16 AccessorType; in AcpiExReadSerialBus() local
332 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() local
459 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 …]