]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-mxs/regs-bch.h
TX6 Release 2013-04-22
[karo-tx-uboot.git] / arch / arm / include / asm / arch-mxs / regs-bch.h
index 40baa4d1f9d35563fbb0036bdf58883eae45f171..287ea91768fa83c5fc0e3b2777f87135f86cdfee 100644 (file)
@@ -29,7 +29,7 @@
 #include <asm/arch/regs-common.h>
 
 #ifndef        __ASSEMBLY__
-struct mxs_bch_regs {
+struct bch_regs {
        mxs_reg_32(hw_bch_ctrl)
        mxs_reg_32(hw_bch_status0)
        mxs_reg_32(hw_bch_mode)
@@ -57,6 +57,8 @@ struct mxs_bch_regs {
 };
 #endif
 
+#define BCH_BASE_ADDRESS                               MXS_BCH_BASE
+
 #define        BCH_CTRL_SFTRST                                 (1 << 31)
 #define        BCH_CTRL_CLKGATE                                (1 << 30)
 #define        BCH_CTRL_DEBUGSYNDROME                          (1 << 22)