Lines Matching refs:config
160 u16 target_ratio, u16 epp, u16 config, u16 cdyn)
182 val = REG_SET_FLD_NUM(VPU_40XX_BUTTRESS_WP_REQ_PAYLOAD2, CONFIG, config, val);
230 u16 config = enable ? PLL_CONFIG_DEFAULT : 0;
237 ivpu_dbg(vdev, PM, "PLL workpoint request: %u Hz, epp: 0x%x, config: 0x%x, cdyn: 0x%x\n",
238 PLL_RATIO_TO_FREQ(target_ratio), epp, config, cdyn);
241 target_ratio, epp, config, cdyn);
681 static bool ivpu_tile_disable_check(u32 config)
684 if (config == 0)
687 if (config > BIT(TILE_MAX_NUM - 1))
690 if ((config & (config - 1)) == 0)
710 ivpu_err(vdev, "Fuse: Invalid tile disable config (0x%x)\n", tile_disable);