Home
last modified time | relevance | path

Searched refs:StatusAddress (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/acpica/events/
H A Devgpeblk.c397 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()
H A Devgpe.c862 Status = AcpiHwRead (&StatusReg, &GpeRegisterInfo->StatusAddress); in AcpiEvDetectGpe()
/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwgpe.c322 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()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h674 ACPI_GENERIC_ADDRESS StatusAddress; /* Address of status reg */ member