Searched refs:StartDpf (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/resources/ |
| H A D | rsio.c | 317 {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), 360 AML_OFFSET (StartDpf.Flags), 364 AML_OFFSET (StartDpf.Flags), 371 ACPI_RS_OFFSET(Data.StartDpf.DescriptorLength), [all …]
|
| H A D | rsdumpinfo.c | 201 …{ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (StartDpf.DescriptorLength), "Descriptor Length", … 202 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (StartDpf.CompatibilityPriority), "Compatibility Priority", … 203 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (StartDpf.PerformanceRobustness), "Performance/Robustness", …
|
| H A D | rsmisc.c | 889 if (Resource->Data.StartDpf.PerformanceRobustness >= 3)
|
| /f-stack/freebsd/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrcs.c | 408 (UINT32) ACPI_GET_2BIT_FLAG (Resource->StartDpf.Flags), in AcpiDmStartDependentDescriptor() 409 (UINT32) ACPI_EXTRACT_2BIT_FLAG (Resource->StartDpf.Flags, 2)); in AcpiDmStartDependentDescriptor()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslrestype1.c | 558 Descriptor->StartDpf.DescriptorType = in RsDoStartDependentDescriptor() 576 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 0, 0); in RsDoStartDependentDescriptor() 587 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 2, 0); in RsDoStartDependentDescriptor() 646 Descriptor->StartDpf.DescriptorType = in RsDoStartDependentNoPriDescriptor()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | amlresrc.h | 771 AML_RESOURCE_START_DEPENDENT StartDpf; member
|
| H A D | acrestyp.h | 855 ACPI_RESOURCE_START_DEPENDENT StartDpf; member
|