Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/arch-broadwell/
Drcb.h37 #define PCH_DISABLE_ALWAYS (1 << 0) macro
Dpch.h30 #define PCH_DISABLE_ALWAYS (1 << 0) macro
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h271 #define PCH_DISABLE_ALWAYS ((1 << 0)|(1 << 26)) macro
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c472 setbits_le32(RCB_REG(FD), PCH_DISABLE_ALWAYS); in broadwell_pch_init()
/external/u-boot/arch/x86/cpu/ivybridge/
Dsdram.c397 setbits_le32(RCB_REG(FD), PCH_DISABLE_ALWAYS); in rcba_config()