Searched refs:EnableAddress (Results 1 – 4 of 4) sorted by relevance
129 Status = AcpiHwRead (&EnableMask, &GpeRegisterInfo->EnableAddress); in AcpiHwLowSetGpe()169 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress); in AcpiHwLowSetGpe()281 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress); in AcpiHwGetGpeStatus()335 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress); in AcpiHwGpeEnableWrite()
292 ThisRegister->EnableAddress.Address = in AcpiEvCreateGpeInfoBlocks()296 ThisRegister->EnableAddress.SpaceId = GpeBlock->SpaceId; in AcpiEvCreateGpeInfoBlocks()298 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH; in AcpiEvCreateGpeInfoBlocks()300 ThisRegister->EnableAddress.BitOffset = 0; in AcpiEvCreateGpeInfoBlocks()313 Status = AcpiHwWrite (0x00, &ThisRegister->EnableAddress); in AcpiEvCreateGpeInfoBlocks()
449 Status = AcpiHwRead (&EnableReg, &GpeRegisterInfo->EnableAddress); in AcpiEvGpeDetect()
566 ACPI_GENERIC_ADDRESS EnableAddress; /* Address of enable reg */ member