Searched refs:StatusAddress (Results 1 – 4 of 4) sorted by relevance
397 ThisRegister->StatusAddress.Address = in AcpiEvCreateGpeInfoBlocks()403 ThisRegister->StatusAddress.SpaceId = GpeBlock->SpaceId; in AcpiEvCreateGpeInfoBlocks()405 ThisRegister->StatusAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH; in AcpiEvCreateGpeInfoBlocks()407 ThisRegister->StatusAddress.BitOffset = 0; in AcpiEvCreateGpeInfoBlocks()429 Status = AcpiHwWrite (0xFF, &ThisRegister->StatusAddress); in AcpiEvCreateGpeInfoBlocks()
862 Status = AcpiHwRead (&StatusReg, &GpeRegisterInfo->StatusAddress); in AcpiEvDetectGpe()
322 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress); in AcpiHwClearGpe()412 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress); in AcpiHwGetGpeStatus()527 Status = AcpiHwWrite (0xFF, &GpeBlock->RegisterInfo[i].StatusAddress); in AcpiHwClearGpeBlock()
674 ACPI_GENERIC_ADDRESS StatusAddress; /* Address of status reg */ member