Searched refs:hpll_freq (Results 1 – 2 of 2) sorted by relevance
5002 int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 }; in valleyview_get_vco() local5006 hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) & in valleyview_get_vco()5010 return vco_freq[hpll_freq] * 1000; in valleyview_get_vco()5059 divider = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1; in valleyview_set_cdclk()5117 cmd = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1; in cherryview_set_cdclk()5137 int freq_320 = (dev_priv->hpll_freq << 1) % 320000 != 0 ? 333333 : 320000; in valleyview_calc_cdclk()5884 if (dev_priv->hpll_freq == 0) in valleyview_get_display_clock_speed()5885 dev_priv->hpll_freq = valleyview_get_vco(dev_priv); in valleyview_get_display_clock_speed()5897 return DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, divider + 1); in valleyview_get_display_clock_speed()
1665 unsigned int hpll_freq; member