Home
last modified time | relevance | path

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

/linux/drivers/accel/ivpu/
H A Divpu_hw_btrs.c63 static u32 pll_ratio_to_dpu_freq(struct ivpu_device *vdev, u32 ratio);
338 pll_ratio_to_dpu_freq(vdev, wp.target) / HZ_PER_MHZ, wp.cfg, wp.epp, wp.cdyn); in ivpu_hw_btrs_wp_drive()
596 static u32 pll_ratio_to_dpu_freq(struct ivpu_device *vdev, u32 ratio) in pll_ratio_to_dpu_freq() function
606 return pll_ratio_to_dpu_freq(vdev, vdev->hw->pll.max_ratio); in ivpu_hw_btrs_dpu_max_freq_get()