Home
last modified time | relevance | path

Searched refs:regm2 (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/video/omap2/dss/
Dhdmi.c281 if (dssdev->clocks.hdmi.regm2 == 0) in hdmi_compute_pll()
282 pi->regm2 = HDMI_DEFAULT_REGM2; in hdmi_compute_pll()
284 pi->regm2 = dssdev->clocks.hdmi.regm2; in hdmi_compute_pll()
290 pi->regm = phy * pi->regm2 / refclk; in hdmi_compute_pll()
297 mf = (phy - pi->regm / pi->regm2 * refclk) * 262144; in hdmi_compute_pll()
298 pi->regmf = pi->regm2 * mf / refclk; in hdmi_compute_pll()
Dti_hdmi.h77 u16 regm2; member
Dti_hdmi_4xxx_ip.c119 r = FLD_MOD(r, fmt->regm2, 24, 18); in hdmi_pll_init()
/linux-3.4.99/include/video/
Domapdss.h541 u16 regm2; member