Searched refs:StartDpf (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsio.c317 {ACPI_RSC_SET8, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority),
323 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.DescriptorLength),
324 AML_OFFSET (StartDpf.DescriptorType),
333 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority),
334 AML_OFFSET (StartDpf.Flags),
337 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.PerformanceRobustness),
338 AML_OFFSET (StartDpf.Flags),
359 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority),
360 AML_OFFSET (StartDpf.Flags),
363 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf
[all...]
H A Drsdumpinfo.c201 {ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (StartDpf.DescriptorLength), "Descriptor Length", NULL},
202 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (StartDpf.CompatibilityPriority), "Compatibility Priority", AcpiGbl_ConfigDecode},
203 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (StartDpf.PerformanceRobustness), "Performance/Robustness", AcpiGbl_ConfigDecode}
H A Drsmisc.c889 if (Resource->Data.StartDpf.PerformanceRobustness >= 3)
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c408 (UINT32) ACPI_GET_2BIT_FLAG (Resource->StartDpf.Flags),
409 (UINT32) ACPI_EXTRACT_2BIT_FLAG (Resource->StartDpf.Flags, 2));
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype1.c558 Descriptor->StartDpf.DescriptorType =
576 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 0, 0);
587 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 2, 0);
646 Descriptor->StartDpf.DescriptorType =
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h771 AML_RESOURCE_START_DEPENDENT StartDpf; member in union:aml_resource
H A Dacrestyp.h855 ACPI_RESOURCE_START_DEPENDENT StartDpf; member in union:acpi_resource_data
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_resource.c289 res->Data.StartDpf.CompatibilityPriority);

Completed in 111 milliseconds