Searched refs:GEN_PMCON_3 (Results 1 – 6 of 6) sorted by relevance
/u-boot/arch/x86/include/asm/arch-broadwell/ |
A D | lpc.h | 18 #define GEN_PMCON_3 0xa4 macro
|
A D | pch.h | 119 #define GEN_PMCON_3 0xa4 macro
|
/u-boot/arch/x86/cpu/ivybridge/ |
A D | lpc.c | 151 dm_pci_read_config16(pch, GEN_PMCON_3, ®16); in pch_power_options() 178 dm_pci_write_config16(pch, GEN_PMCON_3, reg16); in pch_power_options() 242 dm_pci_read_config8(pch, GEN_PMCON_3, ®8); in pch_rtc_init() 246 dm_pci_write_config8(pch, GEN_PMCON_3, reg8); in pch_rtc_init()
|
/u-boot/arch/x86/include/asm/arch-ivybridge/ |
A D | pch.h | 61 #define GEN_PMCON_3 0xa4 macro 87 #define GEN_PMCON_3 0xa4 macro
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | power_state.c | 84 dm_pci_read_config16(pch_dev, GEN_PMCON_3, &ps->gen_pmcon3); in power_state_get()
|
A D | pch.c | 90 dm_pci_clrset_config8(dev, GEN_PMCON_3, 3 << 4 | 1 << 10, in pch_misc_init() 175 dm_pci_read_config16(dev, GEN_PMCON_3, ®16); in pch_power_options() 193 dm_pci_write_config16(dev, GEN_PMCON_3, reg16); in pch_power_options()
|
Completed in 12 milliseconds