Lines Matching defs:ICMSR
37 #define ICMSR 0x0C /* master status */
72 /* ICMSR (also for ICMIE) */
162 writel(~val & 0x7f, priv->io + ICMSR);
217 rcar_i2c_write(priv, ICMSR, 0);
337 * ICMSR and ICMCR depends on whether we issue START or REP_START. So, ICMSR
338 * handling is outside of this function. First messages clear ICMSR before this
365 rcar_i2c_write(priv, ICMSR, 0); /* must be before preparing msg */
374 /* ICMSR handling must come afterwards in the irq handler */
694 rcar_i2c_write(priv, ICMSR, 0);
712 msr = rcar_i2c_read(priv, ICMSR);
725 msr = rcar_i2c_read(priv, ICMSR);
913 u32 msr = rcar_i2c_read(priv, ICMSR);