Searched refs:FixedIo (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/resources/ |
| H A D | rsio.c | 218 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedIo.AddressLength), 219 AML_OFFSET (FixedIo.AddressLength), 222 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.FixedIo.Address), 223 AML_OFFSET (FixedIo.Address),
|
| H A D | rsdumpinfo.c | 224 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedIo.Address), "Address", … 225 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedIo.AddressLength), "Address Length", …
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslrestype1i.c | 404 Descriptor->FixedIo.Address = in RsDoFixedIoDescriptor() 407 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedIo.Address)); in RsDoFixedIoDescriptor() 413 Descriptor->FixedIo.AddressLength = in RsDoFixedIoDescriptor() 416 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedIo.AddressLength)); in RsDoFixedIoDescriptor() 435 if (Descriptor->FixedIo.Address > 0x03FF) in RsDoFixedIoDescriptor()
|
| /f-stack/freebsd/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrcs.c | 367 AcpiDmDumpInteger16 (Resource->FixedIo.Address, "Address"); in AcpiDmFixedIoDescriptor() 370 AcpiDmDumpInteger8 (Resource->FixedIo.AddressLength, "Length"); in AcpiDmFixedIoDescriptor()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | amlresrc.h | 774 AML_RESOURCE_FIXED_IO FixedIo; member
|
| H A D | acrestyp.h | 857 ACPI_RESOURCE_FIXED_IO FixedIo; member
|