diff options
author | Tom Rini | 2014-11-10 09:20:52 -0500 |
---|---|---|
committer | Tom Rini | 2014-11-10 16:25:29 -0500 |
commit | 1e4b45c8f753f4523b8f60d3ce4191b6116966c0 (patch) | |
tree | 9a2b49bee239c6ca27afdaf25fbc5232da4f2f4b /arch | |
parent | 490fdad5862d919f26793a484e2be4530740407a (diff) | |
parent | cd818a381ddcdc2440a167757394298f28b70240 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/ppc4xx-i2c.h | 2 |
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 09189cf19bc..df97f175b36 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 |