summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-10 09:20:52 -0500
committerTom Rini <trini@ti.com>2014-11-10 16:25:29 -0500
commit1e4b45c8f753f4523b8f60d3ce4191b6116966c0 (patch)
tree9a2b49bee239c6ca27afdaf25fbc5232da4f2f4b /arch
parent490fdad5862d919f26793a484e2be4530740407a (diff)
parentcd818a381ddcdc2440a167757394298f28b70240 (diff)
downloadblackbird-obmc-uboot-1e4b45c8f753f4523b8f60d3ce4191b6116966c0.tar.gz
blackbird-obmc-uboot-1e4b45c8f753f4523b8f60d3ce4191b6116966c0.zip
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/ppc4xx-i2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/ppc4xx-i2c.h b/arch/powerpc/include/asm/ppc4xx-i2c.h
index 09189cf19b..df97f175b3 100644
--- a/arch/powerpc/include/asm/ppc4xx-i2c.h
+++ b/arch/powerpc/include/asm/ppc4xx-i2c.h
@@ -72,6 +72,8 @@ struct ppc4xx_i2c {
#define IIC_EXTSTS_XFRA 0x01
#define IIC_EXTSTS_ICT 0x02
#define IIC_EXTSTS_LA 0x04
+#define IIC_EXTSTS_BCS_MASK 0x70
+#define IIC_EXTSTS_BCS_FREE 0x40
/* XTCNTLSS Register Bit definition */
#define IIC_XTCNTLSS_SRST 0x01
OpenPOWER on IntegriCloud