Searched refs:hdmi_cinfo (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | hdmi4.c | 169 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 183 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 191 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 197 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 198 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
D | hdmi5.c | 185 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 195 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 208 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 214 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 215 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|