Home
last modified time | relevance | path

Searched refs:KBC_LPC_EN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dlpc_common.h24 #define KBC_LPC_EN (1 << 10) /* 0x60/0x64 */ macro
/openbmc/u-boot/board/intel/cougarcanyon2/
H A Dcougarcanyon2.c31 dm_pci_write_config16(pch, LPC_EN, KBC_LPC_EN | COMA_LPC_EN); in board_early_init_f()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c62 dm_pci_write_config16(pch, LPC_EN, KBC_LPC_EN | MC_LPC_EN | in lpc_common_early_init()