Searched refs:PinConfigType (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c970 * PARAMETERS: PinConfigType - Pin configuration type
981 UINT8 PinConfigType,
984 if (PinConfigType <= 13)
986 AcpiOsPrintf ("0x%2.2X /* %s */, ", PinConfigType,
987 AcpiGbl_PtypDecode[PinConfigType]);
991 AcpiOsPrintf ("0x%2.2X, /* Vendor Defined */ ", PinConfigType);
1031 AcpiDmPinConfig (Resource->PinConfig.PinConfigType,
1283 AcpiDmPinConfig(Resource->PinGroupConfig.PinConfigType,
980 AcpiDmPinConfig( UINT8 PinConfigType, UINT32 PinConfigValue) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsserial.c650 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinConfig.PinConfigType),
651 AML_OFFSET (PinConfig.PinConfigType),
853 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinGroupConfig.PinConfigType),
854 AML_OFFSET (PinGroupConfig.PinConfigType),
H A Drsdumpinfo.c383 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinConfig.PinConfigType), "PinConfigType", NULL},
423 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinGroupConfig.PinConfigType), "PinConfigType", NULL},
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h670 UINT8 PinConfigType; member in struct:aml_resource_pin_config
735 UINT8 PinConfigType; member in struct:aml_resource_pin_group_config
H A Dacrestyp.h754 UINT8 PinConfigType; member in struct:acpi_resource_pin_config
764 /* Values for PinConfigType field above */
811 UINT8 PinConfigType; /* For values, see PinConfigType above */ member in struct:acpi_resource_pin_group_config
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c1675 Descriptor->PinConfig.PinConfigType = (UINT8) InitializerOp->Asl.Value.Integer;
1677 CurrentByteOffset + ASL_RESDESC_OFFSET (PinConfig.PinConfigType));
2173 Descriptor->PinGroupConfig.PinConfigType = (UINT8) InitializerOp->Asl.Value.Integer;
2175 CurrentByteOffset + ASL_RESDESC_OFFSET (PinGroupConfig.PinConfigType));

Completed in 184 milliseconds