source: svn/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/asm/lasat/ds1603.h @ 43

Last change on this file since 43 was 43, checked in by megakiss, 11 years ago

광주방송 OTC 주파수 369Mhz로 변경

  • Property svn:executable set to *
File size: 566 bytes
Line 
1#include <asm/addrspace.h>
2
3/* Lasat 100    */
4#define DS1603_REG_100          (KSEG1ADDR(0x1c810000))
5#define DS1603_RST_100          (1 << 2)
6#define DS1603_CLK_100          (1 << 0)
7#define DS1603_DATA_SHIFT_100   1
8#define DS1603_DATA_100         (1 << DS1603_DATA_SHIFT_100)
9
10/* Lasat 200    */
11#define DS1603_REG_200          (KSEG1ADDR(0x11000000))
12#define DS1603_RST_200          (1 << 3)
13#define DS1603_CLK_200          (1 << 4)
14#define DS1603_DATA_200         (1 << 5)
15
16#define DS1603_DATA_REG_200             (DS1603_REG_200 + 0x10000)
17#define DS1603_DATA_READ_SHIFT_200      9
18#define DS1603_DATA_READ_200    (1 << DS1603_DATA_READ_SHIFT_200)
Note: See TracBrowser for help on using the repository browser.