Searched refs:hfbitclk (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_phy.c | 123 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure() argument 142 * If the hfbitclk != lfbitclk, it means the lfbitclk was configured in hdmi_phy_configure() 145 if (hfbitclk != lfbitclk) in hdmi_phy_configure() 147 else if (hfbitclk / 10 < phy->features->max_phy) in hdmi_phy_configure()
|
H A D | hdmi.h | 324 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi_phy.c | 132 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure() argument 151 * If the hfbitclk != lfbitclk, it means the lfbitclk was configured in hdmi_phy_configure() 154 if (hfbitclk != lfbitclk) in hdmi_phy_configure() 156 else if (hfbitclk / 10 < phy_feat->max_phy) in hdmi_phy_configure()
|
H A D | hdmi.h | 306 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
|