Hello,
"Alexey Zaytsev" <[EMAIL PROTECTED]> writes:
> #ifndef __ASSEMBLY__
>
>> +static inline u32 ixp4xx_read_fuses(void)
Oops. You're right, of course.
--
Krzysztof Halasa
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More ma
Hello, Krzysztof.
On 5/7/07, Krzysztof Halasa <[EMAIL PROTECTED]> wrote:
...
+IXP4XX_FUSE_RSA | \
+IXP4XX_FUSE_XSCALE_MAX_FREQ)
+
#ifndef __ASSEMBLY__
+static inline u32 ixp4xx_read_fuses(void)
+{
+ un
Adds "fuse" functions to help determine installed IXP4xx CPU
components and to reset/disable/enable them (only NPE - network
coprocessors - can be reset and reenabled).
Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]>
diff --git a/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h
b/include/asm-arm/ar