Home
last modified time | relevance | path

Searched refs:txbyteclkhs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c312 u32 txbyteclkhs, txclkesc, esc_clk_div; in inno_dsidphy_mipi_mode_enable() local
346 txbyteclkhs = inno->pll.rate / 8; in inno_dsidphy_mipi_mode_enable()
347 t_txbyteclkhs = div_u64(PSEC_PER_SEC, txbyteclkhs); in inno_dsidphy_mipi_mode_enable()
349 esc_clk_div = DIV_ROUND_UP(txbyteclkhs, 20000000); in inno_dsidphy_mipi_mode_enable()
350 txclkesc = txbyteclkhs / esc_clk_div; in inno_dsidphy_mipi_mode_enable()
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c371 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c42 /* return pixels in terms of txbyteclkhs */
43 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function
50 /* return pixels equvalent to txbyteclkhs */
1166 * in Pixels but txbyteclkhs.. So retrieval process adds some in bxt_dsi_get_pipe_config()
1167 * ROUND_UP ERRORS in the process of PIXELS<==>txbyteclkhs. in bxt_dsi_get_pipe_config()
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(hf in set_dsi_timings()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c51 /* return pixels in terms of txbyteclkhs */
52 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function
59 /* return pixels equvalent to txbyteclkhs */
1098 * in Pixels but txbyteclkhs.. So retrieval process adds some in bxt_dsi_get_pipe_config()
1099 * ROUND_UP ERRORS in the process of PIXELS<==>txbyteclkhs. in bxt_dsi_get_pipe_config()
1121 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1123 hsync_sw = txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1125 hbp_sw = txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1240 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings()
1242 hfp = txbyteclkhs(hf in set_dsi_timings()
[all...]

Completed in 12 milliseconds