Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c1210 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1240 isp->hpll_freq = gmin_get_var_int(&pdev->dev, false, "HpllFreq", HPLL_FREQ_2000MHZ); in atomisp_pci_probe()
1255 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1269 isp->hpll_freq = HPLL_FREQ_800MHZ; in atomisp_pci_probe()
1272 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1275 isp->hpll_freq = HPLL_FREQ_2000MHZ; in atomisp_pci_probe()
1278 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe()
1292 dev_info(&pdev->dev, "ISP HPLL frequency base = %d MHz\n", isp->hpll_freq); in atomisp_pci_probe()
H A Datomisp_internal.h200 unsigned int hpll_freq; member
H A Datomisp_cmd.c117 if (!isp->hpll_freq) { in write_target_freq_to_hw()
129 ratio = (2 * isp->hpll_freq + new_freq / 2) / new_freq - 1; in write_target_freq_to_hw()
130 guar_ratio = (2 * isp->hpll_freq + 200 / 2) / 200 - 1; in write_target_freq_to_hw()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device_types.h614 unsigned int hpll_freq; member
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_drv.h250 unsigned int hpll_freq; member
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c528 int freq_320 = (dev_priv->hpll_freq << 1) % 320000 != 0 ? in vlv_calc_cdclk()
563 return DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1; in vlv_calc_voltage_level()
680 divider = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, in vlv_set_cdclk()
H A Dintel_display.c143 int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 }; in vlv_get_hpll_vco() local
146 hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) & in vlv_get_hpll_vco()
149 return vco_freq[hpll_freq] * 1000; in vlv_get_hpll_vco()
175 if (dev_priv->hpll_freq == 0) in vlv_get_cck_clock_hpll()
176 dev_priv->hpll_freq = vlv_get_hpll_vco(dev_priv); in vlv_get_cck_clock_hpll()
178 hpll = vlv_get_cck_clock(dev_priv, name, reg, dev_priv->hpll_freq); in vlv_get_cck_clock_hpll()