Home
last modified time | relevance | path

Searched refs:hpll_freq (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Datomisp_v4l2.c1601 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1631 isp->hpll_freq = gmin_get_var_int(&pdev->dev, false, "HpllFreq", HPLL_FREQ_2000MHZ); in atomisp_pci_probe()
1646 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1660 isp->hpll_freq = HPLL_FREQ_800MHZ; in atomisp_pci_probe()
1663 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1666 isp->hpll_freq = HPLL_FREQ_2000MHZ; in atomisp_pci_probe()
1669 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1679 dev_info(&pdev->dev, "ISP HPLL frequency base = %d MHz\n", isp->hpll_freq); in atomisp_pci_probe()
Datomisp_internal.h289 unsigned int hpll_freq; member
Datomisp_cmd.c146 if (!isp->hpll_freq) { in write_target_freq_to_hw()
158 ratio = (2 * isp->hpll_freq + new_freq / 2) / new_freq - 1; in write_target_freq_to_hw()
159 guar_ratio = (2 * isp->hpll_freq + 200 / 2) / 200 - 1; in write_target_freq_to_hw()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_cdclk.c479 int freq_320 = (dev_priv->hpll_freq << 1) % 320000 != 0 ? in vlv_calc_cdclk()
512 return DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1; in vlv_calc_voltage_level()
626 divider = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, in vlv_set_cdclk()
Dintel_display.c232 int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 }; in vlv_get_hpll_vco() local
235 hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) & in vlv_get_hpll_vco()
238 return vco_freq[hpll_freq] * 1000; in vlv_get_hpll_vco()
264 if (dev_priv->hpll_freq == 0) in vlv_get_cck_clock_hpll()
265 dev_priv->hpll_freq = vlv_get_hpll_vco(dev_priv); in vlv_get_cck_clock_hpll()
267 hpll = vlv_get_cck_clock(dev_priv, name, reg, dev_priv->hpll_freq); in vlv_get_cck_clock_hpll()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_drv.h549 unsigned int hpll_freq; member