Re: [U-Boot] [PATCH] powerpc: Add accessor macros for TCR[WPEXT] and TCR[FPEXT]

14 Mar
2013
14 Mar
'13
3 p.m.
Dear KRONSTORFER Horst,
In message 024FE3275EF7814D9B07390F28C0832C704F57D8@vie196nt you wrote:
+#define TCR_WPEXT(x) (((x)&0xf)<<17) /* WDT Period Extension */ +#define TCR_FPEXT(x) (((x)&0xf)<<13) /* FIT Period Extension */
Are these defines actually used anywhere, or are you just adding dead code?
i'm currently working on setting up/enabling the e500 wdt ... probably should have sent it in the according series.
Indeed.
[And please don't full-quote].
Thanks.
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
God is real, unless declared integer.
4440
Age (days ago)
4440
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk