Searched refs:version_major (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ucode.c53 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
59 if (version_major == 1) {
68 DRM_ERROR("Unknown MC ucode version: %u.%u\n", version_major, version_minor);
74 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
80 if (version_major == 1) {
86 DRM_ERROR("Unknown SMC ucode version: %u.%u\n", version_major, version_minor);
92 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
98 if (version_major == 1) {
107 DRM_ERROR("Unknown GFX ucode version: %u.%u\n", version_major, version_minor);
113 uint16_t version_major local
140 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
[all...]
H A Dradeon_uvd.c154 unsigned version_major, version_minor, family_id; local
163 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff;
166 version_major, version_minor, family_id);
172 if ((version_major >= 0x01) && (version_minor >= 0x37))
/netbsd-current/external/bsd/unbound/dist/dnscrypt/
H A Dcert.h19 uint8_t version_major[2]; member in struct:SignedCert
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ucode.c55 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
61 if (version_major == 1) {
70 DRM_ERROR("Unknown MC ucode version: %u.%u\n", version_major, version_minor);
76 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
82 if (version_major == 1) {
87 } else if (version_major == 2) {
96 DRM_ERROR("Unknown SMC ucode version: %u.%u\n", version_major, version_minor);
102 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
108 if (version_major == 1) {
117 DRM_ERROR("Unknown GFX ucode version: %u.%u\n", version_major, version_mino
123 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
218 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
247 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
297 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
[all...]
H A Damdgpu_uvd.c219 unsigned version_major, version_minor; local
221 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff;
224 version_major, version_minor, family_id);
232 if ((version_major > 0x01) ||
233 ((version_major == 0x01) && (version_minor >= 0x50)))
236 adev->uvd.fw_version = ((version_major << 24) | (version_minor << 16) |
243 version_major, version_minor);
H A Damdgpu_vce.c107 unsigned ucode_version, version_major, version_minor, binary_id; local
185 version_major = (ucode_version >> 20) & 0xfff;
189 version_major, version_minor, binary_id);
190 adev->vce.fw_version = ((version_major << 24) | (version_minor << 16) |
H A Damdgpu_ucode.h43 /* version_major=1, version_minor=0 */
50 /* version_major=1, version_minor=0 */
56 /* version_major=2, version_minor=0 */
69 /* version_major=2, version_minor=1 */
76 /* version_major=1, version_minor=0 */
84 /* version_major=1, version_minor=1 */
95 /* version_major=1, version_minor=2 */
104 /* version_major=1, version_minor=0 */
121 /* version_major=1, version_minor=0 */
129 /* version_major
245 uint16_t version_major; /* version */ member in struct:gpu_info_firmware_header_v1_0
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcompiler.d46 * version_major.version_minor
48 uint version_major = __VERSION__ / 1000;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcompiler.d46 * version_major.version_minor
48 uint version_major = __VERSION__ / 1000;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_vgpu.c71 u16 version_major; local
122 version_major = bus_space_read_2(bst, bsh,
123 (bus_size_t)vgtif_offset(version_major));
125 version_major = readw(shared_area + vgtif_offset(version_major));
127 if (version_major < VGT_VERSION_MAJOR) {
H A Di915_pvinfo.h65 u16 version_major; member in struct:vgt_if
/netbsd-current/external/bsd/libpcap/dist/
H A Dsf-pcap.c219 hdr.version_major = SWAPSHORT(hdr.version_major);
227 if (hdr.version_major < PCAP_VERSION_MAJOR) {
238 if (! ((hdr.version_major == PCAP_VERSION_MAJOR &&
240 (hdr.version_major == 543 &&
244 hdr.version_major, hdr.version_minor);
260 p->version_major = hdr.version_major;
330 switch (hdr.version_major) {
730 hdr.version_major
[all...]
H A Dpcap-int.h264 int version_major; member in struct:pcap
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Ddiscovery.h58 uint16_t version_major; member in struct:binary_header
119 uint16_t version_major; /* table version */ member in struct:gpu_info_header
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Ddeffile.h93 int version_major, version_minor; member in struct:def_file
H A Ddeffilep.y378 rv->version_major = rv->version_minor = -1;
587 if (fdef->version_major != -1)
588 fprintf (file, " version: %d.%d\n", fdef->version_major, fdef->version_minor);
1222 def->version_major = major;
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Ddeffile.h93 int version_major, version_minor; member in struct:def_file
H A Ddeffilep.y378 rv->version_major = rv->version_minor = -1;
577 if (fdef->version_major != -1)
578 fprintf (file, " version: %d.%d\n", fdef->version_major, fdef->version_minor);
1211 def->version_major = major;
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Ddeffile.h93 int version_major, version_minor; member in struct:def_file
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dhsa.h571 * @param[in] version_major Major version number.
589 uint16_t version_major,
600 * @param[in] version_major Major version number.
618 uint16_t version_major,
638 * @param[in] version_major Major version number for which to retrieve the
658 uint16_t version_major,
677 * @param[in] version_major Major version number for which to retrieve the
698 uint16_t version_major,
1211 * @param[in] version_major Major version number.
1234 uint16_t version_major,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dhsa.h420 uint16_t version_major,
466 uint16_t version_major,
494 uint16_t version_major,
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Ddump.c103 hdr.version_major = PCAP_VERSION_MAJOR;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.h272 uint8_t version_major; member in struct:crat_subtype_iolink
/netbsd-current/dist/pf/sbin/pflogd/
H A Dpflogd.c350 hdr.version_major = PCAP_VERSION_MAJOR;
406 hdr.version_major != PCAP_VERSION_MAJOR ||
/netbsd-current/usr.sbin/npf/npfd/
H A Dnpfd_log.c98 hdr->version_major != PCAP_VERSION_MAJOR ||

Completed in 434 milliseconds

123