Home
last modified time | relevance | path

Searched refs:HPTC (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/x86/include/asm/arch-broadwell/
Drcb.h26 #define HPTC 0x3404 /* 32bit */ macro
Dpch.h26 #define HPTC 0x3404 /* 32bit */ macro
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c54 clrsetbits_le32(RCB_REG(HPTC), 3, 1 << 7); in broadwell_pch_early_init()
56 readl(RCB_REG(HPTC)); in broadwell_pch_early_init()
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h262 #define HPTC 0x3404 /* 32bit */ macro
/external/u-boot/arch/x86/cpu/ivybridge/
Dlpc.c345 clrsetbits_le32(RCB_REG(HPTC), 3 << 0, 1 << 7); in enable_hpet()