Home
last modified time | relevance | path

Searched refs:GEN_PMCON_2 (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dlpc.h13 #define GEN_PMCON_2 0xa2 macro
Dpch.h114 #define GEN_PMCON_2 0xa2 macro
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h60 #define GEN_PMCON_2 0xa2 macro
86 #define GEN_PMCON_2 0xa2 macro
/external/u-boot/arch/x86/cpu/ivybridge/
Dlpc.c399 dm_pci_read_config8(pch, GEN_PMCON_2, &gen_pmcon_2); in pch_fixups()
401 dm_pci_write_config8(pch, GEN_PMCON_2, gen_pmcon_2); in pch_fixups()
/external/u-boot/arch/x86/cpu/broadwell/
Dpower_state.c83 dm_pci_read_config16(pch_dev, GEN_PMCON_2, &ps->gen_pmcon2); in power_state_get()
Dpch.c95 dm_pci_clrset_config8(dev, GEN_PMCON_2, 0, 1 << 7); in pch_misc_init()