Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dsamsung_mipi_dcphy.c1341 unsigned int lane_hs_rate = div64_ul(samsung->pll.rate, USEC_PER_SEC); in samsung_mipi_dphy_clk_lane_timing_init() local
1357 if (lane_hs_rate >= 4500) in samsung_mipi_dphy_clk_lane_timing_init()
1365 if (lane_hs_rate < 1500) in samsung_mipi_dphy_clk_lane_timing_init()
1388 if (lane_hs_rate > 1500) in samsung_mipi_dphy_clk_lane_timing_init()
1396 unsigned int lane_hs_rate = div64_ul(samsung->pll.rate, USEC_PER_SEC); in samsung_mipi_dphy_data_lane_timing_init() local
1414 if (lane_hs_rate >= 1500) { in samsung_mipi_dphy_data_lane_timing_init()
1426 if (lane_hs_rate < 1500) in samsung_mipi_dphy_data_lane_timing_init()
1513 unsigned int lane_hs_rate = div64_ul(samsung->pll.rate, USEC_PER_SEC); in samsung_mipi_cphy_timing_init() local
1522 if (lane_hs_rate < 500) in samsung_mipi_cphy_timing_init()
H A Ddw_mipi_dsi2.c288 unsigned int lane_hs_rate; /* Kbps/Ksps per lane */ member
600 phy_hs_clk = DIV_ROUND_CLOSEST(dsi2->lane_hs_rate * MSEC_PER_SEC, 7); in dw_mipi_dsi2_ipi_set()
602 phy_hs_clk = DIV_ROUND_CLOSEST(dsi2->lane_hs_rate * MSEC_PER_SEC, 16); in dw_mipi_dsi2_ipi_set()
983 dsi2->lane_hs_rate = DIV_ROUND_CLOSEST(rate, MSEC_PER_SEC); in dw_mipi_dsi2_set_hs_clk()
1044 phy_hsclk = DIV_ROUND_CLOSEST(dsi2->lane_hs_rate * MSEC_PER_SEC, 7); in dw_mipi_dsi2_phy_ratio_cfg()
1047 phy_hsclk = DIV_ROUND_CLOSEST(dsi2->lane_hs_rate * MSEC_PER_SEC, 16); in dw_mipi_dsi2_phy_ratio_cfg()
1066 hstx_clk = DIV_ROUND_CLOSEST(dsi2->lane_hs_rate * MSEC_PER_SEC, 16); in dw_mipi_dsi2_lp2hs_or_hs2lp_cfg()
1211 dsi2->lane_hs_rate, dsi2->c_option ? "Ksps" : "Kbps", in dw_mipi_dsi2_connector_prepare()