Searched refs:hpll_freq (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | vlv_clock.c | 22 int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 }; in vlv_clock_get_hpll_vco() local 24 if (!display->vlv_clock.hpll_freq) { in vlv_clock_get_hpll_vco() 27 hpll_freq = vlv_cck_read(drm, CCK_FUSE_REG) & in vlv_clock_get_hpll_vco() 31 display->vlv_clock.hpll_freq = vco_freq[hpll_freq] * 1000; in vlv_clock_get_hpll_vco() 33 drm_dbg_kms(drm, "HPLL frequency: %d kHz\n", display->vlv_clock.hpll_freq); in vlv_clock_get_hpll_vco() 36 return display->vlv_clock.hpll_freq; in vlv_clock_get_hpll_vco()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_v4l2.c | 1239 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe() 1269 isp->hpll_freq = gmin_get_var_int(&pdev->dev, false, "HpllFreq", HPLL_FREQ_2000MHZ); in atomisp_pci_probe() 1284 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe() 1298 isp->hpll_freq = HPLL_FREQ_800MHZ; in atomisp_pci_probe() 1301 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe() 1304 isp->hpll_freq = HPLL_FREQ_2000MHZ; in atomisp_pci_probe() 1307 isp->hpll_freq = HPLL_FREQ_1600MHZ; in atomisp_pci_probe() 1321 dev_info(&pdev->dev, "ISP HPLL frequency base = %d MHz\n", isp->hpll_freq); in atomisp_pci_probe()
|
| H A D | atomisp_internal.h | 206 unsigned int hpll_freq; member
|
| H A D | atomisp_cmd.c | 117 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()
|