Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsserial.c285 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinFunction.FunctionNumber),
286 AML_OFFSET (PinFunction.FunctionNumber),
786 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinGroupFunction.FunctionNumber),
787 AML_OFFSET (PinGroupFunction.FunctionNumber),
H A Drsdumpinfo.c369 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.FunctionNumber), "FunctionNumber", …
410 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.FunctionNumber), "FunctionNumber", …
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h648 UINT16 FunctionNumber; member
713 UINT16 FunctionNumber; member
H A Dacrestyp.h740 UINT16 FunctionNumber; member
798 UINT16 FunctionNumber; member
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslrestype2s.c1482 Descriptor->PinFunction.FunctionNumber = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor()
1484 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.FunctionNumber)); in RsDoPinFunctionDescriptor()
2013 Descriptor->PinGroupFunction.FunctionNumber = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinGroupFunctionDescriptor()
2015 CurrentByteOffset + ASL_RESDESC_OFFSET (PinGroupFunction.FunctionNumber)); in RsDoPinGroupFunctionDescriptor()
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c564 AcpiOsPrintf ("0x%4.4X, ", Resource->PinFunction.FunctionNumber); in AcpiDmPinFunctionDescriptor()
1211 AcpiOsPrintf ("0x%4.4X, ", Resource->PinGroupFunction.FunctionNumber); in AcpiDmPinGroupFunctionDescriptor()
/f-stack/freebsd/contrib/edk2/Include/Protocol/
H A DDevicePath.h104 UINT8 FunctionNumber; member