Searched refs:HPET_BASE_ADDRESS (Results 1 – 6 of 6) sorted by relevance
51 #define HPET_BASE_ADDRESS 0xFED00000
64 #define HPET_BASE_ADDRESS 0xFED00000 // HPET Base Address macro
52 HPET_BASE_ADDRESS, // Base addresse of HPET
34 Name(HPTB, 0xfed00000) // Same as HPET_BASE_ADDRESS for ASL use
457 HpetTbl->BaseAddressLower32Bit.Address = HPET_BASE_ADDRESS; in PlatformUpdateTables()458 HpetTbl->EventTimerBlockId = *((UINT32*)(UINTN)HPET_BASE_ADDRESS); in PlatformUpdateTables()460 HpetCapIdValue = *(UINT16 *)(UINTN)(HPET_BASE_ADDRESS); in PlatformUpdateTables()
673 PchPlatformPolicyPpi->HpetConfig->Base = HPET_BASE_ADDRESS;