Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dlpc.h14 #define GEN_PMCON_2 0xa2 macro
H A Dpch.h115 #define GEN_PMCON_2 0xa2 macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h61 #define GEN_PMCON_2 0xa2 macro
87 #define GEN_PMCON_2 0xa2 macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dlpc.c400 dm_pci_read_config8(pch, GEN_PMCON_2, &gen_pmcon_2); in pch_fixups()
402 dm_pci_write_config8(pch, GEN_PMCON_2, gen_pmcon_2); in pch_fixups()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c84 dm_pci_read_config16(pch_dev, GEN_PMCON_2, &ps->gen_pmcon2); in power_state_get()
H A Dpch.c96 dm_pci_clrset_config8(dev, GEN_PMCON_2, 0, 1 << 7); in pch_misc_init()