Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dlpc.c201 dm_pci_read_config16(pch, GEN_PMCON_1, &reg16); in pch_power_options()
208 dm_pci_write_config16(pch, GEN_PMCON_1, reg16); in pch_power_options()
356 dm_pci_read_config16(pch, GEN_PMCON_1, &reg16); in enable_clock_gating()
358 dm_pci_write_config16(pch, GEN_PMCON_1, reg16); in enable_clock_gating()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dlpc.h12 #define GEN_PMCON_1 0xa0 macro
H A Dpch.h113 #define GEN_PMCON_1 0xa0 macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h60 #define GEN_PMCON_1 0xa0 macro
86 #define GEN_PMCON_1 0xa0 macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c384 dm_pci_read_config16(dev, GEN_PMCON_1, &reg16); in pch_cg_init()
392 dm_pci_write_config16(dev, GEN_PMCON_1, reg16); in pch_cg_init()
H A Dpower_state.c83 dm_pci_read_config16(pch_dev, GEN_PMCON_1, &ps->gen_pmcon1); in power_state_get()