<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='377' type='ACPI_STATUS AcpiExPrepCommonFieldObject(ACPI_OPERAND_OBJECT * ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='373'>/*
 * exprep - ACPI AML execution - prep utilities
 */</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c' l='262' u='c' c='AcpiDsInitBufferField'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exprep.c' l='346' ll='421' type='ACPI_STATUS AcpiExPrepCommonFieldObject(ACPI_OPERAND_OBJECT * ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength)'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exprep.c' l='482' u='c' c='AcpiExPrepFieldValue'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exprep.c' l='325'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExPrepCommonFieldObject
 *
 * PARAMETERS:  ObjDesc             - The field object
 *              FieldFlags          - Access, LockRule, and UpdateRule.
 *                                    The format of a FieldFlag is described
 *                                    in the ACPI specification
 *              FieldAttribute      - Special attributes (not used)
 *              FieldBitPosition    - Field start position
 *              FieldBitLength      - Field length in number of bits
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Initialize the areas of the field object that are common
 *              to the various types of fields. Note: This is very &quot;sensitive&quot;
 *              code because we are solving the general case for field
 *              alignment.
 *
 ******************************************************************************/</doc>
