Searched refs:clk_khz (Results 1 – 4 of 4) sorted by relevance
1151 unsigned int clk_khz, bitrate_khz, clk_period, tckh, tckl, tsdh; in img_i2c_init() local1192 clk_khz = clk_get_rate(i2c->scb_clk) / 1000; in img_i2c_init()1195 prescale = SCB_OPT_INC * clk_khz / (256 * 16 * bitrate_khz); in img_i2c_init()1197 clk_khz /= prescale; in img_i2c_init()1200 inc = (256 * 16 * bitrate_khz) / clk_khz; in img_i2c_init()1210 if (clk_khz < 20000) { in img_i2c_init()1212 } else if (clk_khz < 40000) { in img_i2c_init()1216 filt = (64000 / ((clk_khz / 1000) * SCB_FILT_GLITCH)); in img_i2c_init()1219 if (64000 % ((clk_khz / 1000) * SCB_FILT_GLITCH)) in img_i2c_init()1231 clk_period = (256 * 1000000) / (clk_khz * inc); in img_i2c_init()
282 enum drm_mode_status dc_fg_check_clock(struct dc_fg *fg, int clk_khz) in dc_fg_check_clock() argument286 rounded_rate = clk_round_rate(fg->clk_disp, clk_khz * HZ_PER_KHZ); in dc_fg_check_clock()288 if (rounded_rate != clk_khz * HZ_PER_KHZ) in dc_fg_check_clock()
488 u32 cw1200_dpll_from_clk(u16 clk_khz) in cw1200_dpll_from_clk() argument490 switch (clk_khz) { in cw1200_dpll_from_clk()515 clk_khz); in cw1200_dpll_from_clk()
957 u32 clk_khz = st->current_sample_rate / 1000; in at91_adc_configure_touch() local981 clk_khz / 1000, 1); in at91_adc_configure_touch()1008 clk_khz / 1000) - 1, 1); in at91_adc_configure_touch()