Mercurial > flash_v2
changeset 1175:99159e78cd8e
* include/var_io.h: Fixed minor typo.
* include/var_io.h: Fix typos (duplicates) from last change.
| author | asl |
|---|---|
| date | Thu, 21 Aug 2003 15:29:53 +0000 |
| parents | 93665b8f410a |
| children | 7fd6f3ffc54f |
| files | packages/hal/arm/at91/var/current/ChangeLog packages/hal/arm/at91/var/current/include/var_io.h |
| diffstat | 2 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/at91/var/current/ChangeLog +++ b/packages/hal/arm/at91/var/current/ChangeLog @@ -1,3 +1,12 @@ +2003-08-21 Thomas Koeller <thomas.koeller@baslerweb.com> + + * include/var_io.h: + Fixed minor typo. + +2003-08-20 Daniel Néri <daniel.neri@sigicom.se> + + * include/var_io.h: Fix typos (duplicates) from last change. + 2003-08-18 Thomas Koeller <thomas.koeller@baslerweb.com> * include/var_io.h:
--- a/packages/hal/arm/at91/var/current/include/var_io.h +++ b/packages/hal/arm/at91/var/current/include/var_io.h @@ -165,8 +165,8 @@ #define AT91_PIO_PSR_RXD0 0x00008000 // Serial port #0 RxD #define AT91_PIO_PSR_P16 0x00010000 // PIO port #16 #define AT91_PIO_PSR_P17 0x00020000 // PIO port #17 -#define AT91_PIO_PSR_P16 0x00040000 // PIO port #18 -#define AT91_PIO_PSR_P16 0x00080000 // PIO port #19 +#define AT91_PIO_PSR_P18 0x00040000 // PIO port #18 +#define AT91_PIO_PSR_P19 0x00080000 // PIO port #19 #define AT91_PIO_PSR_SCK1 0x00100000 // Serial port #1 clock #define AT91_PIO_PSR_TXD1 0x00200000 // Serial port #1 TxD #define AT91_PIO_PSR_RXD1 0x00400000 // Serial port #1 RxD @@ -402,7 +402,7 @@ #define AT91_EBI_CSR_TDF_7 (0x7 << 9) // Data float output time #define AT91_EBI_CSR_BAT (0x1 << 12) // Byte access type #define AT91_EBI_CSR_CSEN (0x1 << 13) // Chip select enable -#define AT91_EBI_CSR_BA (0xFFF << 24) // Base address +#define AT91_EBI_CSR_BA (0xFFF << 20) // Base address #define AT91_EBI_RCR 0x20 // Reset control #define AT91_EBI_RCR_RCB 0x1 // Remap command bit #define AT91_EBI_MCR 0x24 // Memory control
