Searched refs:EnableAddress (Results 1 – 4 of 4) sorted by relevance
237 Status = AcpiHwRead (&EnableMask, &GpeRegisterInfo->EnableAddress); in AcpiHwLowSetGpe()279 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress); in AcpiHwLowSetGpe()399 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress); in AcpiHwGetGpeStatus()453 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress); in AcpiHwGpeEnableWrite()
400 ThisRegister->EnableAddress.Address = in AcpiEvCreateGpeInfoBlocks()404 ThisRegister->EnableAddress.SpaceId = GpeBlock->SpaceId; in AcpiEvCreateGpeInfoBlocks()406 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH; in AcpiEvCreateGpeInfoBlocks()408 ThisRegister->EnableAddress.BitOffset = 0; in AcpiEvCreateGpeInfoBlocks()421 Status = AcpiHwWrite (0x00, &ThisRegister->EnableAddress); in AcpiEvCreateGpeInfoBlocks()
854 Status = AcpiHwRead (&EnableReg, &GpeRegisterInfo->EnableAddress); in AcpiEvDetectGpe()
675 ACPI_GENERIC_ADDRESS EnableAddress; /* Address of enable reg */ member