]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-mxs/regs-i2c.h
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / arch / arm / include / asm / arch-mxs / regs-i2c.h
index a58303efb8d9578cbac308feea0c2dc8561946df..77ddd0bc49d26d9c1efe37199e6d29e45ea36c68 100644 (file)
 
 #ifndef        __ASSEMBLY__
 struct mxs_i2c_regs {
-       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)
+       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