Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexserial.c190 UINT16 AccessorType; in AcpiExReadSerialBus() local
224 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() local
357 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 …]