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

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4778 unsigned long byteclk_max; local
4779 byteclk_max = div64_u64((u64)ctx->req_pck_max * bitspp,
4782 pll_max = byteclk_max * 4 * 4;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4041 unsigned long byteclk_max; local
4042 byteclk_max = div64_u64((u64)ctx->req_pck_max * bitspp,
4045 pll_max = byteclk_max * 4 * 4;

Completed in 242 milliseconds