Home
last modified time | relevance | path

Searched refs:PCH_TYPE_PPT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c83 if (cur_type == PCH_TYPE_PPT) in pch_silicon_supported()
87 case PCH_TYPE_PPT: in pch_silicon_supported()
89 if (cur_type == PCH_TYPE_PPT && cur_rev >= rev) in pch_silicon_supported()
H A Dlpc.c455 case PCH_TYPE_PPT: /* PantherPoint */ in lpc_init_extra()
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h18 #define PCH_TYPE_PPT 0x1e /* IvyBridge */ macro