Home
last modified time | relevance | path

Searched refs:timing_table (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_dsi.c962 } timing_table[] = { in mipi_dphy_set_timing() local
971 if (dsi->lane_mbps < timing_table[0].min_lane_mbps) in mipi_dphy_set_timing()
974 for (index = 0; index < ARRAY_SIZE(timing_table); index++) in mipi_dphy_set_timing()
975 if (dsi->lane_mbps >= timing_table[index].min_lane_mbps && in mipi_dphy_set_timing()
976 dsi->lane_mbps < timing_table[index].max_lane_mbps) in mipi_dphy_set_timing()
979 if (index == ARRAY_SIZE(timing_table)) in mipi_dphy_set_timing()
982 if (dsi->lane_mbps < timing_table[index].max_lane_mbps) in mipi_dphy_set_timing()
985 testif_set_timing(dsi, 0x60, 0x3f, timing_table[index].clk_lp); in mipi_dphy_set_timing()
986 testif_set_timing(dsi, 0x61, 0x7f, timing_table[index].clk_hs_prepare); in mipi_dphy_set_timing()
987 testif_set_timing(dsi, 0x62, 0x3f, timing_table[index].clk_hs_zero); in mipi_dphy_set_timing()
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618_dsi.c378 } timing_table[] = { in rk618_dsi_phy_power_on() local
427 for (index = 0; index < ARRAY_SIZE(timing_table); index++) in rk618_dsi_phy_power_on()
428 if (phy->rate <= timing_table[index].rate) in rk618_dsi_phy_power_on()
431 if (index == ARRAY_SIZE(timing_table)) in rk618_dsi_phy_power_on()
437 THS_SETTLE(timing_table[index].ths_settle)); in rk618_dsi_phy_power_on()
466 THS_ZERO(timing_table[index].ths_zero)); in rk618_dsi_phy_power_on()
470 THS_TRAIL(timing_table[index].ths_trail)); in rk618_dsi_phy_power_on()