Searched refs:StartDpf (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/resources/ |
H A D | rsio.c | 209 {ACPI_RSC_SET8, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority), 215 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.DescriptorLength), 216 AML_OFFSET (StartDpf.DescriptorType), 225 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority), 226 AML_OFFSET (StartDpf.Flags), 229 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.PerformanceRobustness), 230 AML_OFFSET (StartDpf.Flags), 251 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority), 252 AML_OFFSET (StartDpf.Flags), 255 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.PerformanceRobustness), [all …]
|
H A D | rsdumpinfo.c | 93 …{ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (StartDpf.DescriptorLength), "Descriptor Length", … 94 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (StartDpf.CompatibilityPriority), "Compatibility Priority", … 95 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (StartDpf.PerformanceRobustness), "Performance/Robustness", …
|
H A D | rsmisc.c | 802 if (Resource->Data.StartDpf.PerformanceRobustness >= 3)
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslrestype1.c | 450 Descriptor->StartDpf.DescriptorType = in RsDoStartDependentDescriptor() 468 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 0, 0); in RsDoStartDependentDescriptor() 479 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 2, 0); in RsDoStartDependentDescriptor() 538 Descriptor->StartDpf.DescriptorType = in RsDoStartDependentNoPriDescriptor()
|
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmresrcs.c | 300 (UINT32) ACPI_GET_2BIT_FLAG (Resource->StartDpf.Flags), in AcpiDmStartDependentDescriptor() 301 (UINT32) ACPI_EXTRACT_2BIT_FLAG (Resource->StartDpf.Flags, 2)); in AcpiDmStartDependentDescriptor()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | amlresrc.h | 701 AML_RESOURCE_START_DEPENDENT StartDpf; member
|
H A D | acrestyp.h | 776 ACPI_RESOURCE_START_DEPENDENT StartDpf; member
|
/netbsd-src/sys/dev/acpi/ |
H A D | acpi_resource.c | 235 res->Data.StartDpf.CompatibilityPriority)); in acpi_resource_parse_callback() 238 res->Data.StartDpf.CompatibilityPriority); in acpi_resource_parse_callback()
|