Searched refs:IC_CLK (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/i2c/
H A Ddesignware_i2c.h65 #define IC_CLK 166666666 macro
H A Ddesignware_i2c.c214 * @bus_clk: Input clock to the I2C controller in Hz (e.g. IC_CLK)
284 * @bus_clk: Input clock to the I2C controller in Hz (e.g. IC_CLK)
354 rate = IC_CLK;
602 _dw_i2c_set_bus_speed(NULL, i2c_base, speed, IC_CLK);
647 return _dw_i2c_set_bus_speed(NULL, i2c_get_base(adap), speed, IC_CLK);
726 rate = IC_CLK;

Completed in 91 milliseconds