Lines Matching defs:platform
73 static char *ivpu_platform_to_str(u32 platform)
75 switch (platform) {
83 return "Invalid platform";
90 u32 platform = REG_GET_FLD(VPU_37XX_HOST_SS_GEN_CTRL, PS, gen_ctrl);
92 if (platform == IVPU_PLATFORM_SIMICS || platform == IVPU_PLATFORM_FPGA)
93 vdev->platform = platform;
95 vdev->platform = IVPU_PLATFORM_SILICON;
98 ivpu_platform_to_str(vdev->platform), vdev->platform);
228 ivpu_platform_to_str(vdev->platform));