Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Daie2_pm.c22 ret = aie2_runtime_cfg(ndev, AIE2_RT_CFG_CLK_GATING, &val); in aie2_pm_set_clk_gating()
H A Daie2_pci.c164 int aie2_runtime_cfg(struct amdxdna_dev_hdl *ndev, in aie2_runtime_cfg() function
214 ret = aie2_runtime_cfg(ndev, AIE2_RT_CFG_INIT, NULL); in aie2_mgmt_fw_init()
332 aie2_runtime_cfg(ndev, AIE2_RT_CFG_CLK_GATING, NULL); in aie2_hw_stop()
1214 ret = aie2_runtime_cfg(ndev, AIE2_RT_CFG_FRAME_BOUNDARY_PREEMPT, in aie2_set_preempt_state()
H A Daie2_pci.h301 int aie2_runtime_cfg(struct amdxdna_dev_hdl *ndev,
H A Daie2_message.c292 ret = aie2_runtime_cfg(ndev, AIE2_RT_CFG_FORCE_PREEMPT, &hwctx->fw_ctx_id); in aie2_create_context()