source: svn/trunk/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/asm/it8712.h @ 2

Last change on this file since 2 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 531 bytes
Line 
1
2#ifndef __IT8712_H__
3#define __IT8712_H__
4
5#define LPC_BASE_ADDR   0x14000000
6
7// MB PnP configuration register
8#define LPC_KEY_ADDR    0x1400002E
9#define LPC_DATA_ADDR   0x1400002F
10
11// Device LDN
12#define LDN_SERIAL1     0x01
13#define LDN_SERIAL2     0x02
14#define LDN_PARALLEL    0x03
15#define LDN_KEYBOARD    0x05
16#define LDN_MOUSE       0x06
17
18#define IT8712_UART1_PORT      0x3F8
19#define IT8712_UART2_PORT      0x2F8
20
21#ifndef ASM_ONLY
22
23void LPCSetConfig(char LdnNumber, char Index, char data);
24char LPCGetConfig(char LdnNumber, char Index);
25
26#endif
27
28#endif
Note: See TracBrowser for help on using the repository browser.