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

Annotation of funnyos/arch/sam7s64/dev/sapmcreg.h, Revision 1.1

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #ifndef _ARCH_SAM7S64_DEV_SAPMCREG_H
        !             5: #define _ARCH_SAM7S64_DEV_SAPMCREG_H
        !             6:
        !             7: #include <sys/types.h>
        !             8:
        !             9: /*
        !            10:  * Power Management Controller base address and offsets.
        !            11:  */
        !            12:
        !            13: #define SAPMC_BASE                     0xfffffc00
        !            14: #define  SAPMC_PMC_SCER        0x0000
        !            15: #define  SAPMC_PMC_SCDR        0x0004
        !            16: #define  SAPMC_PMC_SCSR        0x0008
        !            17: /* 0x000c reserved */
        !            18: #define  SAPMC_PMC_PCER        0x0010
        !            19: #define  SAPMC_PMC_PCDR                0x0014
        !            20: #define  SAPMC_PMC_PCSR        0x0018
        !            21: /* 0x001c reserved */
        !            22: #define  SAPMC_CKGR_MOR        0x0020
        !            23: #define  SAPMC_CKGR_MCFR       0x0024
        !            24: /* 0x0028 reserved */
        !            25: #define  SAPMC_CKGR_PLLR       0x002c
        !            26: #define  SAPMC_PMC_MCKR        0x0030
        !            27: /* 0x0038 reserved */
        !            28: /* 0x003c reserved */
        !            29: #define  SAPMC_PMC_PCK0        0x0040
        !            30: #define  SAPMC_PMC_PCK1        0x0044
        !            31: #define  SAPMC_PMC_IER                 0x0060
        !            32: #define  SAPMC_PMC_IDR                 0x0064
        !            33: #define  SAPMC_PMC_SR          0x0068
        !            34: #define  SAPMC_PMC_IMR                 0x006c
        !            35:
        !            36: #endif /* not _ARCH_SAM7S64_DEV_SAPMCREG_H */
        !            37:

CVSweb