Home
last modified time | relevance | path

Searched refs:Granularity (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/sys/external/bsd/acpica/dist/resources/
Drsaddr.c188 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Address16.Address.Granularity),
189 AML_OFFSET (Address16.Granularity),
228 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.Address32.Address.Granularity),
229 AML_OFFSET (Address32.Granularity),
268 {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.Address64.Address.Granularity),
269 AML_OFFSET (Address64.Granularity),
314 {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.ExtAddress64.Address.Granularity),
315 AML_OFFSET (ExtAddress64.Granularity),
Drsdumpinfo.c272 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Address.Granularity), "Granularity", …
285 …{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Address32.Address.Granularity), "Granularity", …
298 …{ACPI_RSD_UINT64, ACPI_RSD_OFFSET (Address64.Address.Granularity), "Granularity", …
311 …{ACPI_RSD_UINT64, ACPI_RSD_OFFSET (ExtAddress64.Address.Granularity), "Granularity", …
Drsxface.c172 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
/netbsd/src/sys/external/bsd/acpica/dist/tests/misc/
Dbadcode.asl269 0x0000, // Granularity
278 0x0000, // Granularity
287 0x00000000, // Granularity
294 // Granularity must be (power-of-two -1)
304 0x0000000000000003, // Granularity
313 0x0000000000000001, // Granularity
322 0x00000000, // Granularity
331 0x00000001, // Granularity
340 0x00000001, // Granularity
347 // Granularity must be zero if non-zero length, min/max fixed
[all …]
Dgrammar.asl250 0x0000, // Address Space Granularity
256 0x0000, // Address Space Granularity
262 0x0000, // Address Space Granularity
269 0x0000, // Address Space Granularity
276 0x0000, // Address Space Granularity
283 0x00000000, // Address Space Granularity
290 0x00000000, // Address Space Granularity
297 0x00000000, // Address Space Granularity
303 0x0000000000000000, // Address Space Granularity
310 0x0000000000000000, // Address Space Granularity
[all …]
/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Daslresource.c323 UINT64 Granularity, in RsLargeAddressCheck() argument
351 if (!Minimum && !Maximum && !Length && !Granularity) in RsLargeAddressCheck()
378 if (Granularity) in RsLargeAddressCheck()
380 if ((Granularity + 1) & in RsLargeAddressCheck()
381 Granularity) in RsLargeAddressCheck()
402 if (Granularity & Length) in RsLargeAddressCheck()
412 if (Granularity != 0) in RsLargeAddressCheck()
456 if (Granularity & Minimum) in RsLargeAddressCheck()
466 if (Granularity & (Maximum + 1)) in RsLargeAddressCheck()
Daslrestype2e.c250 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
252 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Granularity)); in RsDoExtendedIoDescriptor()
328 Descriptor->ExtAddress64.Granularity, in RsDoExtendedIoDescriptor()
430 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor()
432 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Granularity)); in RsDoExtendedMemoryDescriptor()
509 Descriptor->ExtAddress64.Granularity, in RsDoExtendedMemoryDescriptor()
608 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedSpaceDescriptor()
610 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Granularity)); in RsDoExtendedSpaceDescriptor()
672 Descriptor->ExtAddress64.Granularity, in RsDoExtendedSpaceDescriptor()
Daslrestype2w.c259 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
261 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Granularity)); in RsDoWordIoDescriptor()
378 (UINT64) Descriptor->Address16.Granularity, in RsDoWordIoDescriptor()
473 Descriptor->Address16.Granularity = in RsDoWordBusNumberDescriptor()
476 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Granularity)); in RsDoWordBusNumberDescriptor()
583 (UINT64) Descriptor->Address16.Granularity, in RsDoWordBusNumberDescriptor()
655 Descriptor->Address32.Granularity = 0x0; in RsDoWordPccDescriptor()
738 (UINT64) Descriptor->Address32.Granularity, in RsDoWordPccDescriptor()
844 Descriptor->Address16.Granularity = in RsDoWordSpaceDescriptor()
847 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Granularity)); in RsDoWordSpaceDescriptor()
[all …]
Daslrestype2q.c259 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
261 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Granularity)); in RsDoQwordIoDescriptor()
378 Descriptor->Address64.Granularity, in RsDoQwordIoDescriptor()
487 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor()
489 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Granularity)); in RsDoQwordMemoryDescriptor()
607 Descriptor->Address64.Granularity, in RsDoQwordMemoryDescriptor()
679 Descriptor->Address32.Granularity = 0x0; in RsDoQwordPccDescriptor()
762 (UINT64) Descriptor->Address32.Granularity, in RsDoQwordPccDescriptor()
868 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordSpaceDescriptor()
870 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Granularity)); in RsDoQwordSpaceDescriptor()
[all …]
Daslrestype2d.c230 Descriptor->Address32.Granularity = 0x0; in RsDoDwordPccDescriptor()
313 (UINT64) Descriptor->Address32.Granularity, in RsDoDwordPccDescriptor()
415 Descriptor->Address32.Granularity = in RsDoDwordIoDescriptor()
418 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Granularity)); in RsDoDwordIoDescriptor()
543 (UINT64) Descriptor->Address32.Granularity, in RsDoDwordIoDescriptor()
653 Descriptor->Address32.Granularity = in RsDoDwordMemoryDescriptor()
656 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Granularity)); in RsDoDwordMemoryDescriptor()
778 (UINT64) Descriptor->Address32.Granularity, in RsDoDwordMemoryDescriptor()
884 Descriptor->Address32.Granularity = in RsDoDwordSpaceDescriptor()
887 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Granularity)); in RsDoDwordSpaceDescriptor()
[all …]
Daslcompiler.h1379 UINT64 Granularity,
/netbsd/src/sys/external/bsd/acpica/dist/include/
Damlresrc.h450 UINT64 Granularity; member
466 UINT64 Granularity; member
479 UINT32 Granularity; member
492 UINT16 Granularity; member
Dacrestyp.h471 UINT16 Granularity; member
481 UINT32 Granularity; member
491 UINT64 Granularity; member
Dactbl1.h799 UINT32 Granularity; member
/netbsd/src/sys/external/bsd/acpica/dist/disassembler/
Ddmresrcl.c713 AcpiDmAddressFields (&Resource->Address16.Granularity, 16, Level); in AcpiDmWordDescriptor()
760 AcpiDmAddressFields (&Resource->Address32.Granularity, 32, Level); in AcpiDmDwordDescriptor()
807 AcpiDmAddressFields (&Resource->Address64.Granularity, 64, Level); in AcpiDmQwordDescriptor()
855 AcpiDmAddressFields (&Resource->ExtAddress64.Granularity, 64, Level); in AcpiDmExtendedDescriptor()
/netbsd/src/sys/dev/acpi/
Dacpi_resource.c270 res->Data.Address32.Address.Granularity); in acpi_resource_parse_callback()
285 res->Data.Address32.Address.Granularity); in acpi_resource_parse_callback()
324 res->Data.Address64.Address.Granularity); in acpi_resource_parse_callback()
339 res->Data.Address64.Address.Granularity); in acpi_resource_parse_callback()
/netbsd/src/distrib/syspkg/notes/
DNOTES8 1. Package Granularity
DPROPOSAL9 1.2 Package Granularity
105 1.2 Package Granularity
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-nat.c1108 if (info.HighWord.Bits.Granularity) in display_selector()
1152 if (info.HighWord.Bits.Granularity) in display_selector()
/netbsd/src/sys/external/bsd/acpica/dist/common/
Ddmtbinfo1.c798 {ACPI_DMT_UINT32, ACPI_CEDT1_OFFSET (Granularity), "Granularity", 0},