[BACK]Return to tartcreg.h CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm / dev

File: [local] / funnyos / arch / testarm / dev / tartcreg.h (download)

Revision 1.1, Mon Oct 29 15:04:01 2007 UTC (16 years, 6 months ago) by init
Branch: MAIN

add tartcreg.h, testarm RTC register bits

/*
 * $Id: tartcreg.h,v 1.1 2007/10/29 15:04:01 init Exp $
 */
#ifndef _ARCH_TESTARM_DEV_TARTCREG_H
#define _ARCH_TESTARM_DEV_TARTCREG_H

#define TARTC_REG_BASE 			0x15000000
#define  TARTC_OFF_CLOCKUPDATE 	0x0000
#define  TARTC_OFF_READSECONDS	0x0010
#define  TARTC_OFF_READUSECONDS 0x0020
#define  TARTC_OFF_TMRINTRFREQ	0x1000
#define  TARTC_OFF_TMRINTRACK 	0x0110

#endif /* not _ARCH_TESTARM_DEV_TARTCREG_H */