Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 152) sorted by relevance

1234567

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cgs.c255 if ((adev->pdev->revision == 0x81) && in amdgpu_cgs_get_firmware_info()
266 ((adev->pdev->revision == 0x81) || in amdgpu_cgs_get_firmware_info()
267 (adev->pdev->revision == 0x83))) || in amdgpu_cgs_get_firmware_info()
269 ((adev->pdev->revision == 0x83) || in amdgpu_cgs_get_firmware_info()
270 (adev->pdev->revision == 0x87))) || in amdgpu_cgs_get_firmware_info()
313 if ((adev->pdev->revision == 0x80) || in amdgpu_cgs_get_firmware_info()
314 (adev->pdev->revision == 0x81) || in amdgpu_cgs_get_firmware_info()
323 if (adev->pdev->revision == 0x80) { in amdgpu_cgs_get_firmware_info()
419 ((adev->pdev->revision == 0xc0) || in amdgpu_cgs_get_firmware_info()
420 (adev->pdev->revision == 0xc1) || in amdgpu_cgs_get_firmware_info()
[all …]
H A Dgmc_v8_0.c230 ((adev->pdev->revision == 0xe0) || in gmc_v8_0_init_microcode()
233 ((adev->pdev->revision == 0xcf) || in gmc_v8_0_init_microcode()
234 (adev->pdev->revision == 0xef) || in gmc_v8_0_init_microcode()
235 (adev->pdev->revision == 0xff)))) in gmc_v8_0_init_microcode()
238 (adev->pdev->revision == 0xe2)) in gmc_v8_0_init_microcode()
245 ((adev->pdev->revision == 0xe1) || in gmc_v8_0_init_microcode()
246 (adev->pdev->revision == 0xf7))) in gmc_v8_0_init_microcode()
253 ((adev->pdev->revision == 0xc0) || in gmc_v8_0_init_microcode()
256 ((adev->pdev->revision == 0x00) || in gmc_v8_0_init_microcode()
257 (adev->pdev->revision == 0x01) || in gmc_v8_0_init_microcode()
[all …]
/dragonfly/usr.bin/patch/
H A Dinp.c256 if (revision != NULL) { in plan_a()
262 revision); in plan_a()
266 revision); in plan_a()
270 revision); in plan_a()
276 revision); in plan_a()
320 if (revision != NULL) { in plan_b()
326 revision); in plan_b()
330 revision); in plan_b()
334 revision); in plan_b()
340 revision); in plan_b()
[all …]
/dragonfly/usr.sbin/cpucontrol/
H A Dvia.c89 int32_t revision; in via_update() local
133 revision = msrargs.data >> 32; /* Revision in the high dword. */ in via_update()
198 if (fw_header->revision != 0 && revision >= fw_header->revision) { in via_update()
200 path, fw_header->revision); in via_update()
204 path, dev, revision, fw_header->revision); in via_update()
H A Dintel.c92 int32_t revision; in intel_update() local
140 revision = msrargs.data >> 32; /* Revision in the high dword. */ in intel_update()
262 if (revision >= fw_header->revision) { in intel_update()
264 path, fw_header->revision); in intel_update()
268 path, dev, revision, fw_header->revision); in intel_update()
H A Damd10h.c106 uint32_t revision; in amd10h_update() local
138 revision = (uint32_t)msrargs.data; in amd10h_update()
145 WARNX(1, "microcode revision %#x", revision); in amd10h_update()
255 if (fw_header->patch_id <= revision) in amd10h_update()
262 revision = fw_header->patch_id; in amd10h_update()
276 path, dev, revision); in amd10h_update()
296 if (new_rev != revision) in amd10h_update()
/dragonfly/stand/boot/pc32/libi386/
H A Dbiosacpi.c52 int revision; in biosacpi_detect() local
61 revision = rsdp->Revision; in biosacpi_detect()
62 if (revision == 0) in biosacpi_detect()
63 revision = 1; in biosacpi_detect()
64 sprintf(buf, "%d", revision); in biosacpi_detect()
71 if (revision >= 2) { in biosacpi_detect()
/dragonfly/stand/boot/efi/loader/arch/x86_64/
H A Delf64_freebsd.c97 int revision; in elf64_exec() local
106 revision = rsdp->Revision; in elf64_exec()
107 if (revision == 0) in elf64_exec()
108 revision = 1; in elf64_exec()
109 sprintf(buf, "%d", revision); in elf64_exec()
116 if (revision >= 2) { in elf64_exec()
/dragonfly/sys/dev/acpica/
H A Dacpi_quirk.c70 static int aq_revcmp(int revision, enum ops_t op, int value);
76 aq_revcmp(int revision, enum ops_t op, int value) in aq_revcmp() argument
80 if (revision <= value) in aq_revcmp()
84 if (revision >= value) in aq_revcmp()
88 if (revision == value) in aq_revcmp()
/dragonfly/gnu/usr.bin/rcs/
H A DNEWS128 stands for the last revision on that branch.
133 ci now always unlocks a revision like 3.5 if you check in a revision
165 To generate the Nth youngest revision on the trunk,
181 of the working file to be that of the revision.
416 Add ways to specify the earliest revision, the most recent revision,
418 the parent or child of some other revision.
421 method to figure out which revision to use.
428 message of that revision.
490 Also record the time when the revision was locked,
493 Let the user mark an RCS revision as deleted; checking out such a revision
[all …]
/dragonfly/usr.sbin/mlxcontrol/
H A Dutil.c113 char *device, *vendor, *revision; in mlx_print_phys_drv() local
152 if (!mlx_scsi_inquiry(0, chn, targ, &vendor, &device, &revision)) { in mlx_print_phys_drv()
153 printf("'%8.8s' '%16.16s' '%4.4s'", vendor, device, revision); in mlx_print_phys_drv()
H A Dinterface.c228 mlx_scsi_inquiry(int unit, int channel, int target, char **vendor, char **device, char **revision) in mlx_scsi_inquiry() argument
264 *revision = &dcdb_cmd.d.inq.revision[0]; in mlx_scsi_inquiry()
/dragonfly/contrib/file/magic/Magdir/
H A Drevision3 # $File: revision,v 1.11 2019/04/19 00:42:27 christos Exp $
4 # file(1) magic for revision control files
62 # Type: Bazaar revision bundles and merge requests
65 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
H A Dgnu20 >4 ulelong x revision
25 # only found three revision combinations 0.0 0.1 1.1 as unsigned 32-bit
26 # major revision
28 # minor revision
37 # for revision x.0 offset of table with originals is 1Ch if directly after header
43 # The following variables are only used in .mo files with minor revision >= 1
109 >4 beshort x revision %d.
H A Dintel164 # structure revision like: 01h
165 >>(26.s+4) ubyte !1 \b, revision %u
232 # PCI data structure revision like: 0 3
237 # revision level of code/data like: 0 1 201h 502h
277 # skip ASCII text starting with DSDT by looking for valid "low" revision
288 # OEM revision of DSDT for supplied OEM Table ID like: 0 1 2 20090511
301 >>8 ubyte x \b, revision %u
308 # revision number of the ASL Compiler like: 20051117 20140724 20190703 20200110 ...
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c569 switch (revision.major) { in bios_parser_get_voltage_ddc_info()
571 if (revision.minor != 1) in bios_parser_get_voltage_ddc_info()
1346 switch (revision.major) { in bios_parser_get_firmware_info()
1348 switch (revision.minor) { in bios_parser_get_firmware_info()
1446 if (revision.minor == 2) { in get_firmware_info_v3_2()
1473 if (revision.minor == 2) in get_firmware_info_v3_2()
1475 else if (revision.minor == 3) in get_firmware_info_v3_2()
1484 if (revision.minor == 2) in get_firmware_info_v3_2()
1487 else if (revision.minor == 3) in get_firmware_info_v3_2()
1828 switch (revision.minor) { in construct_integrated_info()
[all …]
H A Dbios_parser.c429 switch (revision.major) { in bios_parser_get_voltage_ddc_info()
436 if (revision.minor != 1) in bios_parser_get_voltage_ddc_info()
643 switch (revision.major) { in bios_parser_get_firmware_info()
645 switch (revision.minor) { in bios_parser_get_firmware_info()
655 switch (revision.minor) { in bios_parser_get_firmware_info()
1472 if (1 != revision.major || 2 > revision.minor) in get_ss_info_from_ss_info_table()
1946 switch (revision.major) { in bios_parser_get_ss_entry_number()
1948 switch (revision.minor) { in bios_parser_get_ss_entry_number()
1956 switch (revision.minor) { in bios_parser_get_ss_entry_number()
2004 if (1 != revision.major || 2 > revision.minor) in get_ss_entry_number_from_ss_info_tbl()
[all …]
/dragonfly/usr.sbin/mptutil/
H A Dmpt_drive.c286 u_char vendor[9], product[17], revision[5]; in mpt_pd_inq_string() local
294 cam_strvis(revision, inq_data->ProductRevLevel, in mpt_pd_inq_string()
295 sizeof(inq_data->ProductRevLevel), sizeof(revision)); in mpt_pd_inq_string()
300 product, revision); in mpt_pd_inq_string()
303 vendor, product, revision); in mpt_pd_inq_string()
H A Dmpt_cam.c305 char vendor[16], product[48], revision[16], rstr[12]; in format_scsi_inquiry() local
318 cam_strvis(revision, inq_data->revision, sizeof(inq_data->revision), in format_scsi_inquiry()
319 sizeof(revision)); in format_scsi_inquiry()
324 "<%s %s> SATA", product, revision); in format_scsi_inquiry()
341 vendor, product, revision, rstr); in format_scsi_inquiry()
/dragonfly/usr.sbin/mfiutil/
H A Dmfi_drive.c333 char vendor[16], product[48], revision[16], rstr[12], serial[SID_VENDOR_SPECIFIC_0_SIZE]; in mfi_pd_inq_string() local
348 cam_strvis(revision, inq_data->revision, sizeof(inq_data->revision), in mfi_pd_inq_string()
349 sizeof(revision)); in mfi_pd_inq_string()
356 product, revision, serial); in mfi_pd_inq_string()
373 product, revision, serial, rstr); in mfi_pd_inq_string()
/dragonfly/contrib/cvs-1.12/contrib/
H A Drcs2log.sh110 revision= # t if we want revision numbers
179 -v) revision=t;;
641 revision = "'"$revision"'"
/dragonfly/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c50 static struct buf revision; variable
166 if (!fexpandsym(rev, &revision, workptr))
168 p = revision.string;
/dragonfly/sys/dev/video/bktr/
H A Dbktr_card.c997 unsigned int model,revision; in probeCard() local
1015 revision = (block_1[15] << 16 | block_1[14] << 8 | block_1[13]); in probeCard()
1027 ((revision >> 18) & 0x3f) + 32, in probeCard()
1028 ((revision >> 12) & 0x3f) + 32, in probeCard()
1029 ((revision >> 6) & 0x3f) + 32, in probeCard()
1030 ((revision >> 0) & 0x3f) + 32 ); in probeCard()
/dragonfly/sys/dev/disk/nata/
H A Data-all.c635 bswap(atacap->revision, sizeof(atacap->revision)); in ata_getparam()
640 btrim(atacap->revision, sizeof(atacap->revision)); in ata_getparam()
641 bpack(atacap->revision, atacap->revision, sizeof(atacap->revision)); in ata_getparam()
657 ksprintf(buffer, "%.40s/%.8s", atacap->model, atacap->revision); in ata_getparam()
/dragonfly/contrib/gcc-4.7/
H A DLAST_UPDATED1 Obtained from SVN: tags/gcc_4_7_4_release revision 211579

1234567