Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-rcar.c139 I2C_RCAR_GEN3, enumerator
247 if (priv->devtype < I2C_RCAR_GEN3) { in rcar_i2c_init()
334 ick = rate / (priv->devtype < I2C_RCAR_GEN3 ? (cdf + 1) : 1); in rcar_i2c_clock_calculate()
347 if (priv->devtype < I2C_RCAR_GEN3) { in rcar_i2c_clock_calculate()
462 if (priv->devtype >= I2C_RCAR_GEN3 && in rcar_i2c_cleanup_dma()
931 if (priv->devtype >= I2C_RCAR_GEN3) { in rcar_i2c_master_xfer()
1002 if (priv->devtype < I2C_RCAR_GEN3) in rcar_i2c_master_xfer_atomic()
1111 { .compatible = "renesas,i2c-r8a7795", .data = (void *)I2C_RCAR_GEN3 },
1112 { .compatible = "renesas,i2c-r8a7796", .data = (void *)I2C_RCAR_GEN3 },
1114 { .compatible = "renesas,i2c-r8a779f0", .data = (void *)I2C_RCAR_GEN3 },
[all …]