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

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

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #ifndef _ARCH_SAM7S64_DEV_SAPIOREG_H
        !             5: #define _ARCH_SAM7S64_DEV_SAPIOREG_H
        !             6:
        !             7: #include <sys/types.h>
        !             8:
        !             9: /*
        !            10:  * Parallel Input/Output controller.
        !            11:  */
        !            12: #define SAPIO_BASE 0xfffff400
        !            13: #define  SAPIO_PIO_PER 0x0000
        !            14: #define  SAPIO_PIO_PDR 0x0004
        !            15: #define  SAPIO_PIO_PSR 0x0008
        !            16: /* ... */
        !            17: #define  SAPIO_PIO_ASR 0x0070
        !            18: #define  SAPIO_PIO_BSR 0x0074
        !            19: /* ... */
        !            20:
        !            21: #endif /* not _ARCH_SAM7S64_DEV_SAPIOREG_H */
        !            22:

CVSweb