OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HPET_BASE_ADDRESS
(Results
1 - 11
of
11
) sorted by null
/external/u-boot/arch/x86/include/asm/arch-broadwell/
iomap.h
14
#define
HPET_BASE_ADDRESS
0xfed00000
34
#define
HPET_BASE_ADDRESS
0xfed00000
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/
Hpet.h
51
#define
HPET_BASE_ADDRESS
0xFED00000
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Hpet/
Hpet.aslc
52
HPET_BASE_ADDRESS
, // Base addresse of HPET
/external/u-boot/arch/x86/include/asm/arch-quark/
iomap.h
20
#define
HPET_BASE_ADDRESS
0xfed00000
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/
PlatformBaseAddresses.h
64
#define
HPET_BASE_ADDRESS
0xFED00000 // HPET Base Address
/external/u-boot/arch/x86/include/asm/arch-baytrail/
iomap.h
26
#define
HPET_BASE_ADDRESS
0xfed00000
/external/u-boot/arch/x86/include/asm/arch-quark/acpi/
lpc.asl
82
Memory32Fixed(ReadOnly,
HPET_BASE_ADDRESS
, HPET_BASE_SIZE)
/external/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
lpc.asl
104
Memory32Fixed(ReadOnly,
HPET_BASE_ADDRESS
, HPET_BASE_SIZE)
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c
457
HpetTbl->BaseAddressLower32Bit.Address =
HPET_BASE_ADDRESS
;
458
HpetTbl->EventTimerBlockId = *((UINT32*)(UINTN)
HPET_BASE_ADDRESS
);
460
HpetCapIdValue = *(UINT16 *)(UINTN)(
HPET_BASE_ADDRESS
);
[
all
...]
/external/u-boot/arch/x86/cpu/broadwell/
pch.c
58
setbits_le32(
HPET_BASE_ADDRESS
+ 0x10, 1 << 0);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
PchInitPeim.c
673
PchPlatformPolicyPpi->HpetConfig->Base =
HPET_BASE_ADDRESS
;
Completed in 176 milliseconds