Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/hardware/
H A Dhwgpe.c129 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()
/titanic_44/usr/src/uts/intel/io/acpica/events/
H A Devgpeblk.c292 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()
H A Devgpe.c449 Status = AcpiHwRead (&EnableReg, &GpeRegisterInfo->EnableAddress); in AcpiEvGpeDetect()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Daclocal.h566 ACPI_GENERIC_ADDRESS EnableAddress; /* Address of enable reg */ member