Lines Matching refs:config
142 u16 target_ratio, u16 config)
164 val = REG_SET_FLD_NUM(VPU_37XX_BUTTRESS_WP_REQ_PAYLOAD2, CONFIG, config, val);
223 u16 config;
234 config = hw->config;
237 config = 0;
240 ivpu_dbg(vdev, PM, "PLL workpoint request: config 0x%04x pll ratio 0x%x\n",
241 config, target_ratio);
243 ret = ivpu_pll_cmd_send(vdev, hw->pll.min_ratio, hw->pll.max_ratio, target_ratio, config);
640 hw->config = WP_CONFIG_2_TILE_4_3_RATIO;
802 static u32 ivpu_hw_37xx_pll_to_freq(u32 ratio, u32 config)
807 if ((config & 0xff) == PLL_RATIO_4_3)
826 return ivpu_hw_37xx_pll_to_freq(pll_curr_ratio, vdev->hw->config);