Searched refs:ThisRegister (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devgpeblk.c233 ACPI_GPE_REGISTER_INFO *ThisRegister; local
279 ThisRegister = GpeRegisterInfo;
286 ThisRegister->BaseGpeNumber = (UINT16)
289 ThisRegister->StatusAddress.Address =
292 ThisRegister->EnableAddress.Address =
295 ThisRegister->StatusAddress.SpaceId = GpeBlock->SpaceId;
296 ThisRegister->EnableAddress.SpaceId = GpeBlock->SpaceId;
297 ThisRegister->StatusAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
298 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
299 ThisRegister
[all...]

Completed in 10 milliseconds