Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dlpc.c149 dm_pci_read_config16(pch, GEN_PMCON_3, &reg16); in pch_power_options()
176 dm_pci_write_config16(pch, GEN_PMCON_3, reg16); in pch_power_options()
240 dm_pci_read_config8(pch, GEN_PMCON_3, &reg8); in pch_rtc_init()
244 dm_pci_write_config8(pch, GEN_PMCON_3, reg8); in pch_rtc_init()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dlpc.h18 #define GEN_PMCON_3 0xa4 macro
H A Dpch.h122 #define GEN_PMCON_3 0xa4 macro
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h61 #define GEN_PMCON_3 0xa4 macro
87 #define GEN_PMCON_3 0xa4 macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c87 dm_pci_clrset_config8(dev, GEN_PMCON_3, 3 << 4 | 1 << 10, in pch_misc_init()
172 dm_pci_read_config16(dev, GEN_PMCON_3, &reg16); in pch_power_options()
190 dm_pci_write_config16(dev, GEN_PMCON_3, reg16); in pch_power_options()
H A Dpower_state.c84 dm_pci_read_config16(pch_dev, GEN_PMCON_3, &ps->gen_pmcon3); in power_state_get()