Home | History | Annotate | Download | only in events

Lines Matching defs:Address

210     /* Run the _REG methods for OpRegions in each default address space */
246 * DESCRIPTION: Dispatch an address space or operation region access to
251 * region address spaces are always available as per the ACPI specification.
275 ACPI_PHYSICAL_ADDRESS Address;
329 Ctx->SubspaceId = (UINT8) RegionObj->Region.Address;
337 Ctx->Offset = RegionObj->Region.Address;
381 /* We have everything we need, we can invoke the address space handler */
384 Address = (RegionObj->Region.Address + RegionOffset);
387 "Handler %p (@%p) Address %8.8X%8.8X [%s]\n",
389 ACPI_FORMAT_UINT64 (Address),
416 * In addition, for GeneralPurposeIo, the Address and BitWidth fields
418 * 1) Address is the pin number index of the field (bit offset from
444 Address = FieldObj->Field.PinNumberIndex;
451 Status = Handler (Function, Address, BitWidth, Value, Context,
530 /* Get the address handler from the region object */
553 "Removing Region %p from address handler %p\n",
653 "Cannot remove region %p from address handler %p\n",
693 "Adding Region [%4.4s] %p to address handler %p [%s]\n",
858 * SpaceId - The address space ID
880 * These address spaces do not need a call to _REG, since the ACPI
883 * call _REG on them. Also, a DataTable is not a "real" address space,
962 * address space handlers
984 /* This region is for a different address space, just ignore it */
1000 * SpaceId - The address space ID
1010 * an actual Operation Region with the correct address space ID.