vpu_cfg_readl
} while (!vpu_cfg_readl(vpu, VPU_IDLE_REG));
vpu_cfg_readl(vpu, VPU_INT_STATUS) & ~(VPU_IDLE_STATE),
return vpu_cfg_readl(vpu, VPU_RESET) & BIT(0);
vpu_cfg_readl(vpu, VPU_WDT_REG) & ~(1L << 31),
vpu_cfg_readl(vpu, VPU_WDT_REG) | (1L << 31),
vpu_running(vpu), vpu_cfg_readl(vpu, VPU_PC_REG),
vpu_cfg_readl(vpu, VPU_RA_REG), vpu_cfg_readl(vpu, VPU_SP_REG),
vpu_cfg_readl(vpu, VPU_IDLE_REG),
vpu_cfg_readl(vpu, VPU_INT_STATUS),
vpu_cfg_readl(vpu, HOST_TO_VPU),
vpu_cfg_readl(vpu, VPU_TO_HOST),
vpu_cfg_readl(vpu, VPU_WDT_REG));
} while (vpu_cfg_readl(vpu, HOST_TO_VPU));
pc = vpu_cfg_readl(vpu, VPU_PC_REG);
wdt = vpu_cfg_readl(vpu, VPU_WDT_REG);
host_to_vpu = vpu_cfg_readl(vpu, HOST_TO_VPU);
vpu_to_host = vpu_cfg_readl(vpu, VPU_TO_HOST);
ra = vpu_cfg_readl(vpu, VPU_RA_REG);
sp = vpu_cfg_readl(vpu, VPU_SP_REG);
idle = vpu_cfg_readl(vpu, VPU_IDLE_REG);
vpu_to_host = vpu_cfg_readl(vpu, VPU_TO_HOST);
vpu_cfg_writel(vpu, vpu_cfg_readl(vpu, VPU_INT_STATUS) | VPU_IDLE_STATE,