Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4359 unsigned long pck, txbyteclk; in dsi_cm_calc() local
4366 * Here we should calculate minimum txbyteclk to be able to send the in dsi_cm_calc()
4373 txbyteclk = pck * bitspp / 8 / ndl; in dsi_cm_calc()
4383 pll_min = max(cfg->hs_clk_min * 4, txbyteclk * 4 * 4); in dsi_cm_calc()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4459 unsigned long pck, txbyteclk; in dsi_cm_calc() local
4466 * Here we should calculate minimum txbyteclk to be able to send the in dsi_cm_calc()
4473 txbyteclk = pck * bitspp / 8 / ndl; in dsi_cm_calc()
4483 pll_min = max(cfg->hs_clk_min * 4, txbyteclk * 4 * 4); in dsi_cm_calc()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4457 unsigned long pck, txbyteclk; in dsi_cm_calc() local
4464 * Here we should calculate minimum txbyteclk to be able to send the in dsi_cm_calc()
4471 txbyteclk = pck * bitspp / 8 / ndl; in dsi_cm_calc()
4481 pll_min = max(cfg->hs_clk_min * 4, txbyteclk * 4 * 4); in dsi_cm_calc()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3718 unsigned long pck, txbyteclk; in dsi_cm_calc() local
3725 * Here we should calculate minimum txbyteclk to be able to send the in dsi_cm_calc()
3732 txbyteclk = pck * bitspp / 8 / ndl; in dsi_cm_calc()
3742 pll_min = max(cfg->hs_clk_min * 4, txbyteclk * 4 * 4); in dsi_cm_calc()

Completed in 27 milliseconds