浏览代码

Added edge conditioning register (ecr) for PPC405GPr.

stroese 22 年之前
父节点
当前提交
97a43d641d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/ppc405.h

+ 1 - 0
include/ppc405.h

@@ -236,6 +236,7 @@
 #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 */