<dec f='src/src/sys/external/bsd/acpica/dist/include/achware.h' l='79' type='ACPI_STATUS AcpiHwRead(UINT32 * Value, ACPI_GENERIC_ADDRESS * Reg)'/>
<use f='src/src/sys/external/bsd/acpica/dist/events/evgpe.c' l='505' u='c' c='AcpiEvGpeDetect'/>
<use f='src/src/sys/external/bsd/acpica/dist/events/evgpe.c' l='513' u='c' c='AcpiEvGpeDetect'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwgpe.c' l='129' u='c' c='AcpiHwLowSetGpe'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwgpe.c' l='291' u='c' c='AcpiHwGetGpeStatus'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwgpe.c' l='304' u='c' c='AcpiHwGetGpeStatus'/>
<def f='src/src/sys/external/bsd/acpica/dist/hardware/hwregs.c' l='168' ll='216' type='ACPI_STATUS AcpiHwRead(UINT32 * Value, ACPI_GENERIC_ADDRESS * Reg)'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwregs.c' l='457' u='c' c='AcpiHwRegisterRead'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwregs.c' l='462' u='c' c='AcpiHwRegisterRead'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwregs.c' l='581' u='c' c='AcpiHwRegisterWrite'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwregs.c' l='646' u='c' c='AcpiHwReadMultiple'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwregs.c' l='656' u='c' c='AcpiHwReadMultiple'/>
<doc f='src/src/sys/external/bsd/acpica/dist/hardware/hwregs.c' l='147'>/******************************************************************************
 *
 * FUNCTION:    AcpiHwRead
 *
 * PARAMETERS:  Value               - Where the value is returned
 *              Reg                 - GAS register structure
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Read from either memory or IO space. This is a 32-bit max
 *              version of AcpiRead, used internally since the overhead of
 *              64-bit values is not needed.
 *
 * LIMITATIONS: &lt;These limitations also apply to AcpiHwWrite&gt;
 *      BitWidth must be exactly 8, 16, or 32.
 *      SpaceID must be SystemMemory or SystemIO.
 *      BitOffset and AccessWidth are currently ignored, as there has
 *          not been a need to implement these.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwtimer.c' l='127' u='c' c='AcpiGetTimer'/>
