Lines Matching defs:RegisterId
601 * PARAMETERS: RegisterId - Index of ACPI Register to access
605 * DESCRIPTION: Map RegisterId into a register bitmask.
611 UINT32 RegisterId)
616 if (RegisterId > ACPI_BITREG_MAX)
618 ACPI_ERROR ((AE_INFO, "Invalid BitRegister ID: 0x%X", RegisterId));
622 return (&AcpiGbl_BitRegisterInfo[RegisterId]);
672 * PARAMETERS: RegisterId - ACPI Register ID
683 UINT32 RegisterId,
694 switch (RegisterId)
751 RegisterId));
769 * PARAMETERS: RegisterId - ACPI Register ID
793 UINT32 RegisterId,
804 switch (RegisterId)
889 RegisterId));