OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KBC_LPC_EN
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/x86/include/asm/
lpc_common.h
24
#define
KBC_LPC_EN
(1 << 10) /* 0x60/0x64 */
/external/u-boot/board/intel/cougarcanyon2/
cougarcanyon2.c
31
dm_pci_write_config16(pch, LPC_EN,
KBC_LPC_EN
| COMA_LPC_EN);
/external/u-boot/arch/x86/cpu/intel_common/
lpc.c
62
dm_pci_write_config16(pch, LPC_EN,
KBC_LPC_EN
| MC_LPC_EN |
Completed in 767 milliseconds