diff options
author | joe@perches.com <joe@perches.com> | 2007-12-17 14:30:13 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 00:17:44 -0500 |
commit | 567e9fdd49bcfa7e15ebc0005853ac5529c81856 (patch) | |
tree | d1b22a2f9f3ef929bdd479e72f0eb4c66e3aebf0 /include/asm-powerpc/8xx_immap.h | |
parent | 00d70419fc8f86db94f56e0191be392c4a57f244 (diff) |
[POWERPC] include/asm-powerpc/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/8xx_immap.h')
-rw-r--r-- | include/asm-powerpc/8xx_immap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/8xx_immap.h b/include/asm-powerpc/8xx_immap.h index 1311cefdfd30..4b0e15206006 100644 --- a/include/asm-powerpc/8xx_immap.h +++ b/include/asm-powerpc/8xx_immap.h | |||
@@ -123,7 +123,7 @@ typedef struct mem_ctlr { | |||
123 | #define OR_G5LA 0x00000400 /* Output #GPL5 on #GPL_A5 */ | 123 | #define OR_G5LA 0x00000400 /* Output #GPL5 on #GPL_A5 */ |
124 | #define OR_G5LS 0x00000200 /* Drive #GPL high on falling edge of...*/ | 124 | #define OR_G5LS 0x00000200 /* Drive #GPL high on falling edge of...*/ |
125 | #define OR_BI 0x00000100 /* Burst inhibit */ | 125 | #define OR_BI 0x00000100 /* Burst inhibit */ |
126 | #define OR_SCY_MSK 0x000000f0 /* Cycle Lenght in Clocks */ | 126 | #define OR_SCY_MSK 0x000000f0 /* Cycle Length in Clocks */ |
127 | #define OR_SCY_0_CLK 0x00000000 /* 0 clock cycles wait states */ | 127 | #define OR_SCY_0_CLK 0x00000000 /* 0 clock cycles wait states */ |
128 | #define OR_SCY_1_CLK 0x00000010 /* 1 clock cycles wait states */ | 128 | #define OR_SCY_1_CLK 0x00000010 /* 1 clock cycles wait states */ |
129 | #define OR_SCY_2_CLK 0x00000020 /* 2 clock cycles wait states */ | 129 | #define OR_SCY_2_CLK 0x00000020 /* 2 clock cycles wait states */ |