Searched refs:t_setup (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-axxia.c182 u32 t_setup; local
208 t_setup = ns_to_clk(250, clk_mhz);
213 t_setup = ns_to_clk(100, clk_mhz);
221 writel(t_setup, idev->base + SDA_SETUP_TIME);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h511 float t_setup; member in struct:dcn_bw_internal_vars
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c1657 v->t_setup = (v->v_update_offset_pix[k] + v->v_update_width_pix[k] + v->v_ready_offset_pix[k]) / v->pixel_clock[k];
1668 v->destination_lines_for_prefetch[k] =dcn_bw_floor2(4.0 * (v->v_startup[k] - v->t_wait / (v->htotal[k] / v->pixel_clock[k]) - (v->t_calc + v->t_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dsty_after_scaler + v->dstx_after_scaler / v->htotal[k]) + 0.125), 1.0) / 4;

Completed in 129 milliseconds