Home
last modified time | relevance | path

Searched refs:FieldObj (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/events/
Devregion.c258 ACPI_OPERAND_OBJECT *FieldObj, in AcpiEvAddressSpaceDispatch() argument
379 FieldObj) in AcpiEvAddressSpaceDispatch()
383 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch()
384 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
385 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch()
389 FieldObj) in AcpiEvAddressSpaceDispatch()
393 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch()
394 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
395 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch()
396 Address = FieldObj->Field.PinNumberIndex; in AcpiEvAddressSpaceDispatch()
[all …]
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dacevents.h393 ACPI_OPERAND_OBJECT *FieldObj,