Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/executer/
H A Dexfield.c166 UINT32 AccessorType,
187 UINT32 AccessorType, in AcpiExGetSerialAccessLength() argument
193 switch (AccessorType) in AcpiExGetSerialAccessLength()
257 UINT16 AccessorType; in AcpiExReadDataFromField() local
310 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadDataFromField()
312 AccessorType, ObjDesc->Field.AccessLength); in AcpiExReadDataFromField()
322 Function = ACPI_READ | (AccessorType << 16); in AcpiExReadDataFromField()
479 UINT16 AccessorType; in AcpiExWriteDataToField() local
544 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteDataToField()
546 AccessorType, ObjDesc->Field.AccessLength); in AcpiExWriteDataToField()
[all …]