Searched refs:txbyteclkhs (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-dsidphy.c | 371 u32 txbyteclkhs, txclkesc, esc_clk_div; in inno_dsidphy_mipi_mode_enable() local 414 txbyteclkhs = inno->pll.rate / 8; in inno_dsidphy_mipi_mode_enable() 415 t_txbyteclkhs = div_u64(PSEC_PER_SEC, txbyteclkhs); in inno_dsidphy_mipi_mode_enable() 417 esc_clk_div = DIV_ROUND_UP(txbyteclkhs, 20000000); in inno_dsidphy_mipi_mode_enable() 418 txclkesc = txbyteclkhs / esc_clk_div; in inno_dsidphy_mipi_mode_enable()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | vlv_dsi.c | 55 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function 1129 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1131 hsync_sw = txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1133 hbp_sw = txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1248 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings() 1250 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1251 hsync = txbyteclkhs(hsync, bpp, lane_count, in set_dsi_timings() 1253 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1409 …txbyteclkhs(adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burst_mode_ratio) +… in intel_dsi_prepare() 1412 …txbyteclkhs(adjusted_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, i… in intel_dsi_prepare()
|