]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Added edge conditioning register (ecr) for PPC405GPr.
authorstroese <stroese>
Thu, 20 Mar 2003 15:27:41 +0000 (15:27 +0000)
committerstroese <stroese>
Thu, 20 Mar 2003 15:27:41 +0000 (15:27 +0000)
include/ppc405.h

index e09e9f86e6c84eff632fb9c936592c012cb97f9c..c99d591a7a9c33b084f19b3af9455a3368145456 100644 (file)
 #define cntrl1  (CNTRL_DCR_BASE+0x2)  /* Control 1 register                 */
 #define reset   (CNTRL_DCR_BASE+0x3)  /* reset register                             */
 #define strap   (CNTRL_DCR_BASE+0x4)  /* strap register                             */
+#define ecr     (0xAA)                /* edge conditioning register (405GPr) */
 
 /* Bit definitions */
 #define PLLMR_FWD_DIV_MASK      0xE0000000     /* Forward Divisor */