Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslrestype2.c234 Descriptor->GenericReg.AccessSize = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor()
236 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.AccessSize)); in RsDoGeneralRegisterDescriptor()
243 if (Descriptor->GenericReg.AccessSize > AML_FIELD_ACCESS_QWORD) in RsDoGeneralRegisterDescriptor()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dactypes.h690 #define ACPI_ACCESS_BIT_WIDTH(AccessSize) (1 << ((AccessSize) + 2)) argument
691 #define ACPI_ACCESS_BYTE_WIDTH(AccessSize) (1 << ((AccessSize) - 1)) argument
H A Damlresrc.h514 UINT8 AccessSize; /* ACPI 3.0, was previously Reserved */ member
H A Dacrestyp.h550 UINT8 AccessSize; member
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl.c1042 if (Resource->GenericReg.AccessSize) in AcpiDmGenericRegisterDescriptor()
1045 Resource->GenericReg.AccessSize, "Access Size"); in AcpiDmGenericRegisterDescriptor()
/f-stack/freebsd/contrib/edk2/Include/IndustryStandard/
H A DAcpi30.h67 UINT8 AccessSize; member
H A DAcpi40.h25 UINT8 AccessSize; member
H A DAcpi50.h147 UINT8 AccessSize; member
H A DAcpi51.h28 UINT8 AccessSize; member
H A DAcpi60.h27 UINT8 AccessSize; member
/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsdumpinfo.c339 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.AccessSize), "Access Size", …
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2454 address space when the AccessSize of the GAS register is greater than a
7650 Disassembler: Decode the AccessSize within a Generic Address Structure
11519 limited in size to the AccessSize (width) of the IndexField itself. (BZ
12654 Implemented disassembler support for the ACPI 3.0 AccessSize field within
14019 AccessSize.