Searched refs:GEN_PMCON_3 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | lpc.c | 150 dm_pci_read_config16(pch, GEN_PMCON_3, ®16); in pch_power_options() 177 dm_pci_write_config16(pch, GEN_PMCON_3, reg16); in pch_power_options() 241 dm_pci_read_config8(pch, GEN_PMCON_3, ®8); in pch_rtc_init() 245 dm_pci_write_config8(pch, GEN_PMCON_3, reg8); in pch_rtc_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | pch.c | 86 dm_pci_clrset_config8(dev, GEN_PMCON_3, 3 << 4 | 1 << 10, in pch_misc_init() 171 dm_pci_read_config16(dev, GEN_PMCON_3, ®16); in pch_power_options() 189 dm_pci_write_config16(dev, GEN_PMCON_3, reg16); in pch_power_options()
|
| H A D | power_state.c | 85 dm_pci_read_config16(pch_dev, GEN_PMCON_3, &ps->gen_pmcon3); in power_state_get()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/ |
| H A D | lpc.h | 19 #define GEN_PMCON_3 0xa4 macro
|
| H A D | pch.h | 120 #define GEN_PMCON_3 0xa4 macro
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/ |
| H A D | pch.h | 62 #define GEN_PMCON_3 0xa4 macro 88 #define GEN_PMCON_3 0xa4 macro
|