HomeSort by relevance Sort by last modified time
    Searched refs:LPC_IO_DEC (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/x86/include/asm/
lpc_common.h 17 #define LPC_IO_DEC 0x80 /* IO Decode Ranges Register */
27 #define FDD_LPC_EN (1 << 3) /* LPC_IO_DEC[12] */
28 #define LPT_LPC_EN (1 << 2) /* LPC_IO_DEC[9:8] */
29 #define COMB_LPC_EN (1 << 1) /* LPC_IO_DEC[6:4] */
30 #define COMA_LPC_EN (1 << 0) /* LPC_IO_DEC[3:2] */
  /external/u-boot/board/intel/cougarcanyon2/
cougarcanyon2.c 30 dm_pci_write_config16(pch, LPC_IO_DEC, COMA_DEC_RANGE | COMB_DEC_RANGE);
  /external/u-boot/arch/x86/cpu/intel_common/
lpc.c 59 dm_pci_write_config16(pch, LPC_IO_DEC, 0x0010);
  /external/u-boot/arch/x86/cpu/broadwell/
sdram.c 287 pci_x86_write_config(bus, PCH_DEV_LPC, LPC_IO_DEC, 1 << 4, PCI_SIZE_16);

Completed in 452 milliseconds