Home
last modified time | relevance | path

Searched refs:clk_khz (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/i2c/busses/
Di2c-img-scb.c1152 unsigned int clk_khz, bitrate_khz, clk_period, tckh, tckl, tsdh; in img_i2c_init() local
1194 clk_khz = clk_get_rate(i2c->scb_clk) / 1000; in img_i2c_init()
1197 prescale = SCB_OPT_INC * clk_khz / (256 * 16 * bitrate_khz); in img_i2c_init()
1199 clk_khz /= prescale; in img_i2c_init()
1202 inc = (256 * 16 * bitrate_khz) / clk_khz; in img_i2c_init()
1212 if (clk_khz < 20000) { in img_i2c_init()
1214 } else if (clk_khz < 40000) { in img_i2c_init()
1218 filt = (64000 / ((clk_khz / 1000) * SCB_FILT_GLITCH)); in img_i2c_init()
1221 if (64000 % ((clk_khz / 1000) * SCB_FILT_GLITCH)) in img_i2c_init()
1233 clk_period = (256 * 1000000) / (clk_khz * inc); in img_i2c_init()
Di2c-designware-platdrv.c267 u64 clk_khz; in dw_i2c_plat_probe() local
270 clk_khz = dev->get_clk_rate_khz(dev); in dw_i2c_plat_probe()
274 DIV_S64_ROUND_CLOSEST(clk_khz * t->sda_hold_ns, MICRO); in dw_i2c_plat_probe()
/linux-6.12.1/drivers/net/wireless/st/cw1200/
Dmain.c488 u32 cw1200_dpll_from_clk(u16 clk_khz) in cw1200_dpll_from_clk() argument
490 switch (clk_khz) { in cw1200_dpll_from_clk()
515 clk_khz); in cw1200_dpll_from_clk()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.h184 uint32_t clk_khz,
Ddcn10_hwseq.c3908 uint32_t clk_khz, in dcn10_set_clock() argument
3921 if (clk_khz > clock_cfg.max_clock_khz) in dcn10_set_clock()
3924 if (clk_khz < clock_cfg.min_clock_khz) in dcn10_set_clock()
3927 if (clk_khz < clock_cfg.bw_requirequired_clock_khz) in dcn10_set_clock()
3932 current_clocks->dispclk_khz = clk_khz; in dcn10_set_clock()
3934 current_clocks->dppclk_khz = clk_khz; in dcn10_set_clock()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/
Dhw_sequencer.h341 uint32_t clk_khz, uint32_t stepping);
/linux-6.12.1/drivers/iio/adc/
Dat91-sama5d2_adc.c955 u32 clk_khz = st->current_sample_rate / 1000; in at91_adc_configure_touch() local
980 clk_khz / 1000, 1); in at91_adc_configure_touch()
1007 clk_khz / 1000) - 1, 1); in at91_adc_configure_touch()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc.h2463 enum dc_status dc_set_clock(struct dc *dc, enum dc_clock_type clock_type, uint32_t clk_khz, uint32_…
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c5255 enum dc_status dc_set_clock(struct dc *dc, enum dc_clock_type clock_type, uint32_t clk_khz, uint32_… in dc_set_clock() argument
5258 return dc->hwss.set_clock(dc, clock_type, clk_khz, stepping); in dc_set_clock()