Home
last modified time | relevance | path

Searched refs:txbyteclk (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm64/boot/dts/st/
Dstm32mp251.dtsi43 clk_dsi_txbyte: txbyteclk {
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/
Ddsi.c3718 unsigned long pck, txbyteclk; in dsi_cm_calc() local
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()
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4458 unsigned long pck, txbyteclk; in dsi_cm_calc() local
4472 txbyteclk = pck * bitspp / 8 / ndl; in dsi_cm_calc()
4482 pll_min = max(cfg->hs_clk_min * 4, txbyteclk * 4 * 4); in dsi_cm_calc()