Searched refs:txbyteclkhs (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-video-combo-phy.c | 309 u32 txbyteclkhs, txclkesc, esc_clk_div; in inno_video_phy_mipi_mode_enable() local 341 txbyteclkhs = inno->pll.rate / 8; in inno_video_phy_mipi_mode_enable() 342 t_txbyteclkhs = div_u64(PSEC_PER_SEC, txbyteclkhs); in inno_video_phy_mipi_mode_enable() 344 esc_clk_div = DIV_ROUND_UP(txbyteclkhs, 20000000); in inno_video_phy_mipi_mode_enable() 345 txclkesc = txbyteclkhs / esc_clk_div; in inno_video_phy_mipi_mode_enable()
|
| H A D | phy-rockchip-inno-dsidphy.c | 474 u32 txbyteclkhs, txclkesc, esc_clk_div; in inno_mipi_dphy_timing_init() local 480 txbyteclkhs = inno->pll.rate / 8; in inno_mipi_dphy_timing_init() 481 t_txbyteclkhs = div_u64(PSEC_PER_SEC, txbyteclkhs); in inno_mipi_dphy_timing_init() 483 esc_clk_div = DIV_ROUND_UP(txbyteclkhs, 20000000); in inno_mipi_dphy_timing_init() 484 txclkesc = txbyteclkhs / esc_clk_div; in inno_mipi_dphy_timing_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | vlv_dsi.c | 43 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function 1189 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1191 hsync_sw = txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1193 hbp_sw = txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1304 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings() 1306 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1307 hsync = txbyteclkhs(hsync, bpp, lane_count, in set_dsi_timings() 1309 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1469 …txbyteclkhs(adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burst_mode_ratio) +… in intel_dsi_prepare() 1472 …txbyteclkhs(adjusted_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, i… in intel_dsi_prepare()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | inno_video_combo_phy.c | 452 u32 txbyteclkhs, txclkesc, esc_clk_div; in inno_mipi_dphy_timing_init() local 458 txbyteclkhs = inno->pll.rate / 8; in inno_mipi_dphy_timing_init() 459 t_txbyteclkhs = div_u64(PSEC_PER_SEC, txbyteclkhs); in inno_mipi_dphy_timing_init() 460 esc_clk_div = DIV_ROUND_UP(txbyteclkhs, 20000000); in inno_mipi_dphy_timing_init() 461 txclkesc = txbyteclkhs / esc_clk_div; in inno_mipi_dphy_timing_init()
|
| H A D | dw_mipi_dsi.c | 519 unsigned int index, txbyteclkhs; in dw_mipi_dsi_phy_init() local 532 txbyteclkhs = dsi->lane_mbps >> 3; in dw_mipi_dsi_phy_init() 533 counter = txbyteclkhs * 60 / 1000; in dw_mipi_dsi_phy_init()
|