Home
last modified time | relevance | path

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

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