aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/ixp
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-08-04 18:45:45 +0200
committerWolfgang Denk <wd@denx.de>2011-08-04 23:34:02 +0200
commitfa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 (patch)
treee42df8af804c785913a25c066368909a618b1dd8 /arch/arm/cpu/ixp
parenteccfb49046fde7af9ae12ab59d97ae867368eaa8 (diff)
Convert ISO-8859 files to UTF-8
There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/ixp')
-rw-r--r--arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h14
-rw-r--r--arch/arm/cpu/ixp/npe/include/IxOsal.h6
2 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h b/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h
index e2230493f..50ef582f7 100644
--- a/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h
+++ b/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h
@@ -975,7 +975,7 @@ typedef struct
* @li 1 - Generate HEC.
* @li 0 - Disable HEC generation.
*/
- unsigned int txCOSET:1; /**< [24] If enabled the HEC is Exclusive-ORÆed with the value 0x55 before
+ unsigned int txCOSET:1; /**< [24] If enabled the HEC is Exclusive-OR'ed with the value 0x55 before
* being presented on the Utopia bus.
* @li 1 - Enable HEC ExOR with value 0x55
* @li 0 - Use generated HEC value.
@@ -1302,7 +1302,7 @@ typedef struct
@li 1 - HEC checking enabled
@li 0 - HEC checking disabled */
- unsigned int rxCOSET:1; /**< [25] If enabled the HEC is Exclusive-ORÆed with the value 0x55
+ unsigned int rxCOSET:1; /**< [25] If enabled the HEC is Exclusive-OR'ed with the value 0x55
before being tested with the received HEC.
@li 1 - Enable HEC ExOR with value 0x55.
@li 0 - Use generated HEC value.*/
@@ -1320,9 +1320,9 @@ typedef struct
unsigned int rxHashEnbGFC:1; /**< [15] Specifies if the VPI field [11:8]/GFC field should be
included in the Hash data input or if the bits should be padded
- with 1Æb0.
+ with 1'b0.
@li 1 - VPI [11:8]/GFC field valid and used in Hash residue calculation.
- @li 0 - VPI [11:8]/GFC field padded with 1Æb0 */
+ @li 0 - VPI [11:8]/GFC field padded with 1'b0 */
unsigned int rxPreHash:1; /**< [14] Enable Pre-hash value generation. Specifies if the
incoming cell data should be pre-hashed to allow VPI/VCI header look-up
@@ -1489,10 +1489,10 @@ typedef struct
unsigned int invalidSizeOvrInt:1; /**< [9] Enable CBI Receive Status Condition if the InvalidSizeCount
register overflows.
@li 1 - CBI Receive Status Condition asserted.
- @li¸0 - No CBI Receive Status asserted */
+ @li 0 - No CBI Receive Status asserted */
unsigned int rxIdleOvrInt:1; /**< [8] Enable CBI Receive Status Condition if the RxIdleCount overflows.
- @li 1 - CBI Receive Condition asserted.
+ @li 1 - CBI Receive Condition asserted.
@li 0 - No CBI Receive Condition asserted */
unsigned int reserved_2:3; /**< [7:5] These bits are always 0 */
@@ -1679,7 +1679,7 @@ typedef struct
unsigned int txReset:1; /**< [25] Resets the Utopia Coprocessor transmit module to a known state.
* @li Note: All transmit configuration and status registers will be reset
* to their reset values.
- * @li 0 - Normal operating mode¸
+ * @li 0 - Normal operating mode
* @li 1 - Reset transmit modules
*/
diff --git a/arch/arm/cpu/ixp/npe/include/IxOsal.h b/arch/arm/cpu/ixp/npe/include/IxOsal.h
index b2a93a5db..4ca2e45f6 100644
--- a/arch/arm/cpu/ixp/npe/include/IxOsal.h
+++ b/arch/arm/cpu/ixp/npe/include/IxOsal.h
@@ -250,7 +250,7 @@ PUBLIC void ixOsalIrqUnlock (UINT32 irqEnable);
*
* @brief Selectively disables interrupts
*
- * @param irqLevel ­ new interrupt level
+ * @param irqLevel - new interrupt level
*
* Disables the interrupts below the specified interrupt level
*
@@ -269,7 +269,7 @@ PUBLIC UINT32 ixOsalIrqLevelSet (UINT32 irqLevel);
*
* @brief Enables an interrupt level
*
- * @param irqLevel ­ interrupt level to enable
+ * @param irqLevel - interrupt level to enable
*
* Enables the specified interrupt level
*
@@ -285,7 +285,7 @@ PUBLIC void ixOsalIrqEnable (UINT32 irqLevel);
*
* @brief Disables an interrupt level
*
- * @param irqLevel ­ interrupt level to disable
+ * @param irqLevel - interrupt level to disable
*
* Disables the specified interrupt level
*