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

12

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_ucode.c48 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
54 if (version_major == 1) {
63 DRM_ERROR("Unknown MC ucode version: %u.%u\n", version_major, version_minor);
69 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
75 if (version_major == 1) {
81 DRM_ERROR("Unknown SMC ucode version: %u.%u\n", version_major, version_minor);
87 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
93 if (version_major == 1) {
102 DRM_ERROR("Unknown GFX ucode version: %u.%u\n", version_major, version_minor);
108 uint16_t version_major local
135 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
[all...]
H A Dradeon_uvd.c147 unsigned version_major, version_minor, family_id; local
156 version_major = (le32_to_cpu((__force __le32)(hdr->ucode_version))
161 version_major, version_minor, family_id);
167 if ((version_major >= 0x01) && (version_minor >= 0x37))
/openbsd-current/usr.sbin/unbound/dnscrypt/
H A Dcert.h19 uint8_t version_major[2]; member in struct:SignedCert
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Ddeffile.h85 int version_major, version_minor; member in struct:def_file
H A Ddeffilep.y279 rv->version_major = rv->version_minor = -1;
465 if (def->version_major != -1)
466 fprintf (file, " version: %d.%d\n", def->version_major, def->version_minor);
809 def->version_major = major;
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Ddeffile.h85 int version_major, version_minor; member in struct:def_file
H A Ddeffilep.y278 rv->version_major = rv->version_minor = -1;
464 if (def->version_major != -1)
465 fprintf (file, " version: %d.%d\n", def->version_major, def->version_minor);
819 def->version_major = major;
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_sdma.c157 uint16_t version_major; local
164 version_major = le16_to_cpu(header->header_version_major);
166 switch (version_major) {
209 uint16_t version_major; local
224 version_major = le16_to_cpu(header->header_version_major);
226 if ((duplicate && instance) || (!duplicate && version_major > 1)) {
246 switch (version_major) {
H A Damdgpu_ucode.c48 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
54 if (version_major == 1) {
63 DRM_ERROR("Unknown MC ucode version: %u.%u\n", version_major, version_minor);
69 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
78 if (version_major == 1) {
81 } else if (version_major == 2) {
98 DRM_ERROR("Unknown SMC ucode version: %u.%u\n", version_major, version_minor);
104 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
110 if (version_major == 1) {
118 } else if (version_major
131 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
294 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
334 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
481 uint16_t version_major = le16_to_cpu(hdr->header_version_major); local
[all...]
H A Damdgpu_uvd.c278 unsigned int version_major, version_minor; local
280 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff;
283 version_major, version_minor, family_id);
291 if ((version_major > 0x01) ||
292 ((version_major == 0x01) && (version_minor >= 0x50)))
295 adev->uvd.fw_version = ((version_major << 24) | (version_minor << 16) |
302 version_major, version_minor);
H A Damdgpu_rlc.h273 uint16_t version_major,
H A Damdgpu_vce.c102 unsigned int ucode_version, version_major, version_minor, binary_id; local
172 version_major = (ucode_version >> 20) & 0xfff;
176 version_major, version_minor, binary_id);
177 adev->vce.fw_version = ((version_major << 24) | (version_minor << 16) |
H A Damdgpu_rlc.c519 uint16_t version_major,
524 if (version_major < 2) {
531 if (version_major == 2 && version_minor == 1)
518 amdgpu_gfx_rlc_init_microcode(struct amdgpu_device *adev, uint16_t version_major, uint16_t version_minor) argument
H A Damdgpu_discovery.c1451 switch (le16_to_cpu(gc_info->v1.header.version_major)) {
1518 le16_to_cpu(gc_info->v1.header.version_major),
1551 switch (le16_to_cpu(mall_info->v1.header.version_major)) {
1575 le16_to_cpu(mall_info->v1.header.version_major),
1616 switch (le16_to_cpu(vcn_info->v1.header.version_major)) {
1629 le16_to_cpu(vcn_info->v1.header.version_major),
/openbsd-current/lib/libpcap/
H A Dsavefile.c76 hdr.version_major = PCAP_VERSION_MAJOR;
93 hp->version_major = SWAPSHORT(hp->version_major);
157 if (hdr.version_major < PCAP_VERSION_MAJOR) {
251 p->sf.version_major = hdr.version_major;
H A Dpcap-int.h60 int version_major; member in struct:pcap_sf
H A Dpcap.h73 u_short version_major; member in struct:pcap_file_header
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_pvinfo.h63 u16 version_major; member in struct:vgt_if
H A Di915_vgpu.c67 u16 version_major; local
92 version_major = readw(shared_area + vgtif_offset(version_major));
93 if (version_major < VGT_VERSION_MAJOR) {
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep_pcap.c337 hp->version_major = swap16(hp->version_major);
402 if (hdr.version_major < PCAP_VERSION_MAJOR) {
439 p->sf.version_major = hdr.version_major;
463 hdr.version_major = PCAP_VERSION_MAJOR;
/openbsd-current/sys/dev/pci/drm/amd/include/
H A Ddiscovery.h60 uint16_t version_major; member in struct:binary_header
171 uint16_t version_major; /* table version */ member in struct:gpu_info_header
331 uint16_t version_major; /* table version */ member in struct:mall_info_header
355 uint16_t version_major; /* table version */ member in struct:vcn_info_header
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_crat.h274 uint8_t version_major; member in struct:crat_subtype_iolink
/openbsd-current/sbin/pflogd/
H A Dpflogd.c383 hdr.version_major = PCAP_VERSION_MAJOR;
432 hdr.version_major != PCAP_VERSION_MAJOR ||
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_ioc32.c80 int version_major; /* Major version */ member in struct:drm_version_32
116 v32.version_major = v.version_major;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs7020 int version_major;
7068 version_major = -1;
7071 version_major = use_network_order >> 1;
7073 cxt->retrieve_vtbl = (SV*(**)(pTHX_ stcxt_t *cxt, const char *cname)) (version_major > 0 ? sv_retrieve : sv_old_retrieve);
7083 if (version_major > 1)
7086 cxt->ver_major = version_major;
7089 TRACEME(("binary image version is %d.%d", version_major, version_minor));
7099 version_major > STORABLE_BIN_MAJOR ||
7100 (version_major == STORABLE_BIN_MAJOR &&
7107 if (version_major
[all...]

Completed in 298 milliseconds

12