Searched refs:LPC_EN (Results 1 – 5 of 5) sorted by relevance
/u-boot/arch/x86/include/asm/ |
A D | lpc_common.h | 20 #define LPC_EN 0x82 /* LPC IF Enables Register */ macro
|
/u-boot/board/intel/cougarcanyon2/ |
A D | cougarcanyon2.c | 32 dm_pci_write_config16(pch, LPC_EN, KBC_LPC_EN | COMA_LPC_EN); in board_early_init_f()
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | cpu.c | 109 pci_x86_write_config(PCH_DEV_LPC, LPC_EN, COMA_LPC_EN, PCI_SIZE_16); in board_debug_uart_init()
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | lpc.c | 64 dm_pci_write_config16(pch, LPC_EN, KBC_LPC_EN | MC_LPC_EN | in lpc_common_early_init()
|
/u-boot/arch/x86/cpu/ivybridge/ |
A D | cpu.c | 206 pci_x86_write_config(PCH_LPC_DEV, LPC_EN, COMA_LPC_EN, PCI_SIZE_16); in board_debug_uart_init()
|
Completed in 4 milliseconds