Searched refs:cdf_width (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/i2c/busses/
H A Di2c-rcar.c278 u32 cdf, round, ick, sum, scl, cdf_width; local
312 cdf_width = (priv->devtype == I2C_RCAR_GEN1) ? 2 : 3;
313 if (cdf >= 1U << cdf_width)
353 priv->icccr = scgd << cdf_width | cdf;

Completed in 120 milliseconds