Searched refs:I2C_RCAR_GEN3 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/i2c/busses/ |
| D | i2c-rcar.c | 119 I2C_RCAR_GEN3, enumerator 219 if (priv->devtype == I2C_RCAR_GEN3) in rcar_i2c_init() 260 case I2C_RCAR_GEN3: in rcar_i2c_clock_calculate() 377 if (priv->devtype == I2C_RCAR_GEN3 && in rcar_i2c_dma_unmap() 792 if (priv->devtype == I2C_RCAR_GEN3) { in rcar_i2c_master_xfer() 919 { .compatible = "renesas,i2c-r8a7795", .data = (void *)I2C_RCAR_GEN3 }, 920 { .compatible = "renesas,i2c-r8a7796", .data = (void *)I2C_RCAR_GEN3 }, 924 { .compatible = "renesas,rcar-gen3-i2c", .data = (void *)I2C_RCAR_GEN3 }, 982 if (priv->devtype == I2C_RCAR_GEN3) { in rcar_i2c_probe()
|