Home
last modified time | relevance | path

Searched refs:ucode_version (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/components/
H A Dphodevi_cpu.php377 $ucode_version = null;
381 … $ucode_version = pts_file_io::file_get_contents('/sys/devices/system/cpu/cpu0/microcode/version');
383 if(empty($ucode_version) && isset(phodevi::$vfs->cpuinfo))
385 $ucode_version = self::read_cpuinfo_line('microcode');
397 $ucode_version = $ucode;
402 if(empty($ucode_version) && phodevi::is_macos())
404 $ucode_version = phodevi_bsd_parser::read_sysctl(array('machdep.cpu.microcode_version'));
407 return $ucode_version;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vcn.c175 adev->vcn.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_vcn_sw_init()
183 fw_check = (le32_to_cpu(hdr->ucode_version) >> 20) & 0xf; in amdgpu_vcn_sw_init()
187 fw_rev = le32_to_cpu(hdr->ucode_version) & 0xfff; in amdgpu_vcn_sw_init()
188 enc_minor = (le32_to_cpu(hdr->ucode_version) >> 12) & 0xff; in amdgpu_vcn_sw_init()
190 dec_ver = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xf; in amdgpu_vcn_sw_init()
191 vep = (le32_to_cpu(hdr->ucode_version) >> 28) & 0xf; in amdgpu_vcn_sw_init()
197 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_vcn_sw_init()
198 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_vcn_sw_init()
199 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_vcn_sw_init()
H A Damdgpu_uvd.c236 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_uvd_sw_init()
241 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_uvd_sw_init()
242 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_uvd_sw_init()
267 dec_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_uvd_sw_init()
268 enc_minor = (le32_to_cpu(hdr->ucode_version) >> 24) & 0x3f; in amdgpu_uvd_sw_init()
269 enc_major = (le32_to_cpu(hdr->ucode_version) >> 30) & 0x3; in amdgpu_uvd_sw_init()
275 adev->uvd.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_uvd_sw_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vcn.c175 adev->vcn.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_vcn_sw_init()
183 fw_check = (le32_to_cpu(hdr->ucode_version) >> 20) & 0xf; in amdgpu_vcn_sw_init()
187 fw_rev = le32_to_cpu(hdr->ucode_version) & 0xfff; in amdgpu_vcn_sw_init()
188 enc_minor = (le32_to_cpu(hdr->ucode_version) >> 12) & 0xff; in amdgpu_vcn_sw_init()
190 dec_ver = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xf; in amdgpu_vcn_sw_init()
191 vep = (le32_to_cpu(hdr->ucode_version) >> 28) & 0xf; in amdgpu_vcn_sw_init()
197 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_vcn_sw_init()
198 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_vcn_sw_init()
199 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_vcn_sw_init()
H A Damdgpu_uvd.c236 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_uvd_sw_init()
241 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_uvd_sw_init()
242 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_uvd_sw_init()
267 dec_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_uvd_sw_init()
268 enc_minor = (le32_to_cpu(hdr->ucode_version) >> 24) & 0x3f; in amdgpu_uvd_sw_init()
269 enc_major = (le32_to_cpu(hdr->ucode_version) >> 30) & 0x3; in amdgpu_uvd_sw_init()
275 adev->uvd.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_uvd_sw_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vcn.c175 adev->vcn.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_vcn_sw_init()
183 fw_check = (le32_to_cpu(hdr->ucode_version) >> 20) & 0xf; in amdgpu_vcn_sw_init()
187 fw_rev = le32_to_cpu(hdr->ucode_version) & 0xfff; in amdgpu_vcn_sw_init()
188 enc_minor = (le32_to_cpu(hdr->ucode_version) >> 12) & 0xff; in amdgpu_vcn_sw_init()
190 dec_ver = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xf; in amdgpu_vcn_sw_init()
191 vep = (le32_to_cpu(hdr->ucode_version) >> 28) & 0xf; in amdgpu_vcn_sw_init()
197 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_vcn_sw_init()
198 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_vcn_sw_init()
199 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_vcn_sw_init()
H A Damdgpu_uvd.c236 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_uvd_sw_init()
241 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_uvd_sw_init()
242 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_uvd_sw_init()
267 dec_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_uvd_sw_init()
268 enc_minor = (le32_to_cpu(hdr->ucode_version) >> 24) & 0x3f; in amdgpu_uvd_sw_init()
269 enc_major = (le32_to_cpu(hdr->ucode_version) >> 30) & 0x3; in amdgpu_uvd_sw_init()
275 adev->uvd.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_uvd_sw_init()
/dports/sysutils/b43-fwcutter/b43-fwcutter-019/
H A Dfwcutter_list.h1004 .ucode_version = "295.14",
1013 .ucode_version = "351.126",
1022 .ucode_version = "351.126",
1030 .ucode_version = "410.2160",
1038 .ucode_version = "478.104",
1046 .ucode_version = "410.2160",
1054 .ucode_version = "478.104",
1062 .ucode_version = "508.1084",
1086 .ucode_version = "508.154",
1102 .ucode_version = "666.2",
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Dcpu.h25 int ucode_version; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/include/
H A Dcpu.h25 int ucode_version; member
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/include/
H A Dcpu.h25 int ucode_version; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/include/
H A Dcpu.h25 int ucode_version; member
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/include/
H A Dcpu.h25 int ucode_version; member
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-rpi/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/
H A Dcpu.h27 int ucode_version; member

12345678910>>...12