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

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4457 unsigned long pck, txbyteclk; local
4464 * Here we should calculate minimum txbyteclk to be able to send the
4471 txbyteclk = pck * bitspp / 8 / ndl;
4481 pll_min = max(cfg->hs_clk_min * 4, txbyteclk * 4 * 4);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3718 unsigned long pck, txbyteclk; local
3725 * Here we should calculate minimum txbyteclk to be able to send the
3732 txbyteclk = pck * bitspp / 8 / ndl;
3742 pll_min = max(cfg->hs_clk_min * 4, txbyteclk * 4 * 4);

Completed in 110 milliseconds