mxs: prefix register acessor macros with 'mxs' prefix
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-mxs / regs-i2c.h
index 2e2e814..418a3c0 100644 (file)
 
 #ifndef        __ASSEMBLY__
 struct mx28_i2c_regs {
-       mx28_reg_32(hw_i2c_ctrl0)
-       mx28_reg_32(hw_i2c_timing0)
-       mx28_reg_32(hw_i2c_timing1)
-       mx28_reg_32(hw_i2c_timing2)
-       mx28_reg_32(hw_i2c_ctrl1)
-       mx28_reg_32(hw_i2c_stat)
-       mx28_reg_32(hw_i2c_queuectrl)
-       mx28_reg_32(hw_i2c_queuestat)
-       mx28_reg_32(hw_i2c_queuecmd)
-       mx28_reg_32(hw_i2c_queuedata)
-       mx28_reg_32(hw_i2c_data)
-       mx28_reg_32(hw_i2c_debug0)
-       mx28_reg_32(hw_i2c_debug1)
-       mx28_reg_32(hw_i2c_version)
+       mxs_reg_32(hw_i2c_ctrl0)
+       mxs_reg_32(hw_i2c_timing0)
+       mxs_reg_32(hw_i2c_timing1)
+       mxs_reg_32(hw_i2c_timing2)
+       mxs_reg_32(hw_i2c_ctrl1)
+       mxs_reg_32(hw_i2c_stat)
+       mxs_reg_32(hw_i2c_queuectrl)
+       mxs_reg_32(hw_i2c_queuestat)
+       mxs_reg_32(hw_i2c_queuecmd)
+       mxs_reg_32(hw_i2c_queuedata)
+       mxs_reg_32(hw_i2c_data)
+       mxs_reg_32(hw_i2c_debug0)
+       mxs_reg_32(hw_i2c_debug1)
+       mxs_reg_32(hw_i2c_version)
 };
 #endif