Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h611 unsigned int hpll_freq; member
/linux/drivers/staging/media/atomisp/pci/
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()