Searched refs:input_freq (Results 1 – 2 of 2) sorted by relevance
52 const unsigned long input_freq = CONFIG_ICS307_REFCLK_HZ; in ics307_sysclk_calculator() local63 vdw = out_freq * 1000 * od * rdw / (input_freq * 2); in ics307_sysclk_calculator()69 tmp_out = input_freq * 2 * vdw / (rdw * od * 1000); in ics307_sysclk_calculator()103 const unsigned long input_freq = CONFIG_ICS307_REFCLK_HZ; in ics307_clk_freq() local125 freq = input_freq * 2 * (vdw + 8) / ((rdw + 2) * od); in ics307_clk_freq()
119 unsigned int input_freq; member212 ret = cdns_i2c_calc_divs(&speed_p, bus->input_freq, &div_a, &div_b); in cdns_i2c_set_bus_speed()217 __func__, div_a, div_b, bus->input_freq, speed, speed_p); in cdns_i2c_set_bus_speed()429 i2c_bus->input_freq = 100000000; /* TODO hardcode input freq for now */ in cdns_i2c_ofdata_to_platdata()