Searched refs:hdmi_cinfo (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
| D | hdmi5.c | 186 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 196 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 209 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 215 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 216 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
| D | hdmi4.c | 170 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 184 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 192 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 198 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 199 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|