ivpu_hw_btrs_pll_ratio_to_mhz
ivpu_hw_btrs_pll_ratio_to_mhz(vdev, wp.target), wp.cfg, wp.epp, wp.cdyn);
return ivpu_hw_btrs_pll_ratio_to_mhz(vdev, pll_ratio) * HZ_PER_MHZ;
ivpu_hw_btrs_pll_ratio_to_mhz(vdev, min_ratio),
ivpu_hw_btrs_pll_ratio_to_mhz(vdev, pn_ratio),
ivpu_hw_btrs_pll_ratio_to_mhz(vdev, cfg_max_ratio));
ivpu_hw_btrs_pll_ratio_to_mhz(vdev, min_ratio),
ivpu_hw_btrs_pll_ratio_to_mhz(vdev, pn_ratio),
ivpu_hw_btrs_pll_ratio_to_mhz(vdev, cfg_max_ratio),
u32 ivpu_hw_btrs_pll_ratio_to_mhz(struct ivpu_device *vdev, u8 pll_ratio);
u32 freq_mhz = ivpu_hw_btrs_pll_ratio_to_mhz(vdev, vdev->hw->pll.min_ratio);
u32 freq_mhz = ivpu_hw_btrs_pll_ratio_to_mhz(vdev, vdev->hw->pll.pn_ratio);
u32 freq_mhz = ivpu_hw_btrs_pll_ratio_to_mhz(vdev, vdev->hw->pll.max_ratio);
u32 freq_mhz = ivpu_hw_btrs_pll_ratio_to_mhz(vdev, vdev->hw->pll.cfg_min_ratio);
u32 freq_mhz = ivpu_hw_btrs_pll_ratio_to_mhz(vdev, vdev->hw->pll.cfg_max_ratio);