Searched refs:pixel_clock (Results 1 – 4 of 4) sorted by relevance
217 uint pixel_clock) in meson_dw_hdmi_phy_setup_mode() argument219 pixel_clock = pixel_clock / 1000; in meson_dw_hdmi_phy_setup_mode()223 if (pixel_clock >= 371250) { in meson_dw_hdmi_phy_setup_mode()227 } else if (pixel_clock >= 297000) { in meson_dw_hdmi_phy_setup_mode()231 } else if (pixel_clock >= 148500) { in meson_dw_hdmi_phy_setup_mode()241 if (pixel_clock >= 371250) { in meson_dw_hdmi_phy_setup_mode()245 } else if (pixel_clock >= 297000) { in meson_dw_hdmi_phy_setup_mode()257 static int meson_dw_hdmi_phy_init(struct dw_hdmi *hdmi, uint pixel_clock) in meson_dw_hdmi_phy_init() argument287 meson_dw_hdmi_phy_setup_mode(priv, pixel_clock); in meson_dw_hdmi_phy_init()
34 unsigned pixel_clock; /* Pixel clock in Hz */ member134 div = ((rate * 2 + priv->pixel_clock / 2) / priv->pixel_clock) - 2; in update_display_mode()286 if (priv->pixel_clock) in tegra_display_probe()368 priv->pixel_clock = timing->pixelclock.typ; in tegra_lcd_ofdata_to_platdata()
206 unsigned long pixel_clock; in exynos_fimd_set_clock() local210 pixel_clock = priv->vl_freq * in exynos_fimd_set_clock()216 pixel_clock = priv->vl_freq * in exynos_fimd_set_clock()221 pixel_clock = priv->vl_freq * in exynos_fimd_set_clock()238 remainder = do_div(src_clock, pixel_clock); in exynos_fimd_set_clock()242 remainder_div = remainder / pixel_clock; in exynos_fimd_set_clock()
39 unsigned char pixel_clock[2]; member41 (((((uint32_t)(_x).pixel_clock[1]) << 8) + \42 (_x).pixel_clock[0]) * 10000)