Home
last modified time | relevance | path

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

/acpica-latest/source/components/resources/
Drsserial.c218 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Gpio.DriveStrength),
219 AML_OFFSET (Gpio.DriveStrength),
Drsdumpinfo.c354 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.DriveStrength), "DriveStrength", …
/acpica-latest/source/include/
Damlresrc.h537 UINT16 DriveStrength; member
Dacrestyp.h575 UINT16 DriveStrength; member
/acpica-latest/source/compiler/
Daslrestype2s.c736 Descriptor->Gpio.DriveStrength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
738 CurrentByteOffset + ASL_RESDESC_OFFSET (Gpio.DriveStrength)); in RsDoGpioIoDescriptor()
/acpica-latest/source/components/disassembler/
Ddmresrcl2.c470 AcpiOsPrintf ("0x%4.4X, ", Resource->Gpio.DriveStrength); in AcpiDmGpioIoDescriptor()