Home
last modified time | relevance | path

Searched refs:RCAR_IIC_ICSR (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Drcar_iic.c27 #define RCAR_IIC_ICSR 0x08 macro
52 if (RCAR_IC_DTE & readb(priv->base + RCAR_IIC_ICSR)) in sh_irq_dte()
65 icsr = readb(priv->base + RCAR_IIC_ICSR); in sh_irq_dte_with_tack()
81 if (!(RCAR_IC_BUSY & readb(priv->base + RCAR_IIC_ICSR))) in sh_irq_busy()
102 clrbits_8(priv->base + RCAR_IIC_ICSR, RCAR_IC_TACK); in rcar_iic_set_addr()
111 writeb(0, priv->base + RCAR_IIC_ICSR); in rcar_iic_finish()