| /freebsd-14-stable/sys/arm/broadcom/bcm2835/ |
| HD | bcm2838_xhci.c | 116 uint32_t revision; in bcm_xhci_check_firmware() local 119 revision = pci_read_config(dev, VL805_FIRMWARE_REG, 4); in bcm_xhci_check_firmware() 120 loaded = !(revision == 0 || revision == 0xffffffff); in bcm_xhci_check_firmware() 129 revision); in bcm_xhci_check_firmware() 134 return (revision); in bcm_xhci_check_firmware() 140 uint32_t revision, dev_addr; in bcm_xhci_install_xhci_firmware() local 143 revision = bcm_xhci_check_firmware(dev, false); in bcm_xhci_install_xhci_firmware() 144 if (revision > 0) { in bcm_xhci_install_xhci_firmware()
|
| /freebsd-14-stable/sys/arm/ti/ |
| HD | ti_cpuid.c | 96 uint32_t revision; in omap4_get_revision() local 119 revision = ((id_code >> 28) & 0xf); in omap4_get_revision() 125 if (revision == 0) { in omap4_get_revision() 127 revision = (id_code & 0xf) - 1; in omap4_get_revision() 132 switch (revision) { in omap4_get_revision() 146 switch (revision) { in omap4_get_revision() 163 switch (revision) { in omap4_get_revision() 177 switch (revision) { in omap4_get_revision() 199 hawkeye, revision); in omap4_get_revision()
|
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/ |
| HD | uefi.h | 51 u8 revision; member 56 u8 revision; member 61 u8 revision; member 86 u8 revision; member 99 u8 revision; member 113 u8 revision; member 125 u8 revision; member 137 u8 revision; member 148 u8 revision; member 159 u8 revision; member [all …]
|
| HD | uefi.c | 295 if (common_step_data->revision != 1) in iwl_uefi_step_parse() 298 trans->mbx_addr_0_step = (u32)common_step_data->revision | in iwl_uefi_step_parse() 332 if (sgom_data->revision != 1) in iwl_uefi_sgom_parse() 384 if (uats_data->revision != 1) in iwl_uefi_uats_parse() 435 if (data->revision != IWL_UEFI_WRDS_REVISION) { in iwl_uefi_get_wrds_table() 438 data->revision); in iwl_uefi_get_wrds_table() 461 if (data->revision != IWL_UEFI_EWRD_REVISION) { in iwl_uefi_get_ewrd_table() 464 data->revision); in iwl_uefi_get_ewrd_table() 496 if (data->revision != IWL_UEFI_WGDS_REVISION) { in iwl_uefi_get_wgds_table() 499 data->revision); in iwl_uefi_get_wgds_table() [all …]
|
| /freebsd-14-stable/usr.bin/patch/ |
| HD | inp.c | 255 if (revision != NULL) { in plan_a() 261 revision); in plan_a() 265 revision); in plan_a() 269 revision); in plan_a() 275 revision); in plan_a() 288 bool found_revision = (revision == NULL); in plan_b() 312 if (revision != NULL && !found_revision && rev_in_string(p)) in plan_b() 321 if (revision != NULL) { in plan_b() 327 revision); in plan_b() 331 revision); in plan_b() [all …]
|
| /freebsd-14-stable/usr.sbin/cpucontrol/ |
| HD | via.c | 87 int32_t revision; in via_update() local 128 revision = msrargs.data >> 32; /* Revision in the high dword. */ in via_update() 172 if (fw_header->revision != 0 && revision >= fw_header->revision) { in via_update() 174 path, fw_header->revision); in via_update() 178 path, dev, revision, fw_header->revision); in via_update()
|
| HD | amd10h.c | 104 uint32_t revision; in amd10h_update() local 135 revision = (uint32_t)msrargs.data; in amd10h_update() 143 WARNX(1, "microcode revision %#x", revision); in amd10h_update() 240 if (fw_header->patch_id <= revision) { in amd10h_update() 242 fw_header->patch_id, revision); in amd10h_update() 250 revision = fw_header->patch_id; in amd10h_update() 264 path, dev, revision); in amd10h_update() 284 if (new_rev != revision) in amd10h_update()
|
| HD | intel.c | 90 int32_t revision; in intel_update() local 144 revision = msrargs.data >> 32; /* Revision in the high dword. */ in intel_update() 247 if (revision >= fw_header->revision) { in intel_update() 249 path, fw_header->revision); in intel_update() 253 path, dev, revision, fw_header->revision); in intel_update()
|
| /freebsd-14-stable/stand/i386/libi386/ |
| HD | biosacpi.c | 54 int revision; in biosacpi_detect() local 68 revision = rsdp->Revision; in biosacpi_detect() 69 if (revision == 0) in biosacpi_detect() 70 revision = 1; in biosacpi_detect() 71 sprintf(buf, "%d", revision); in biosacpi_detect() 78 if (revision >= 2) { in biosacpi_detect()
|
| /freebsd-14-stable/sys/cam/ata/ |
| HD | ata_all.c | 512 char product[48], revision[16]; in ata_print_ident_short() local 516 cam_strvis(revision, ident_data->revision, sizeof(ident_data->revision), in ata_print_ident_short() 517 sizeof(revision)); in ata_print_ident_short() 518 printf("<%s %s>", product, revision); in ata_print_ident_short() 528 cam_strvis_sbuf(sb, ident_data->revision, sizeof(ident_data->revision), 0); in ata_print_ident_short_sbuf() 559 char vendor[9], product[17], revision[5], fw[5]; in semb_print_ident_short() local 563 cam_strvis(revision, ident_data->product_rev, 4, sizeof(revision)); in semb_print_ident_short() 565 printf("<%s %s %s %s>", vendor, product, revision, fw); in semb_print_ident_short() 970 ata_revision2speed(int revision) in ata_revision2speed() argument 972 switch (revision) { in ata_revision2speed() [all …]
|
| /freebsd-14-stable/tools/tools/commitsdb/ |
| HD | query_commit_db | 15 my ($file, $revision, $genpatch) = (shift, shift, shift); 28 next unless $name eq $file and $rev eq $revision; 41 die "Can't find $file rev $revision in database\n"; 59 print `cvs log -r$revision $file` if $genpatch;
|
| /freebsd-14-stable/sys/dev/acpica/ |
| HD | acpi_quirk.c | 69 static int aq_revcmp(int revision, enum ops_t op, int value); 75 aq_revcmp(int revision, enum ops_t op, int value) in aq_revcmp() argument 79 if (revision <= value) in aq_revcmp() 83 if (revision >= value) in aq_revcmp() 87 if (revision == value) in aq_revcmp()
|
| /freebsd-14-stable/stand/kboot/kboot/arch/aarch64/ |
| HD | exec.c | 123 int revision; in elf64_exec() local 141 revision = rsdp->Revision; in elf64_exec() 142 if (revision == 0) in elf64_exec() 143 revision = 1; in elf64_exec() 144 sprintf(buf, "%d", revision); in elf64_exec() 154 if (revision >= 2) { in elf64_exec()
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | revision | 3 # $File: revision,v 1.12 2024/08/30 17:29:28 christos Exp $ 4 # file(1) magic for revision control files 39 # Type: Bazaar revision bundles and merge requests 42 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|
| HD | gnu | 20 >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.
|
| /freebsd-14-stable/usr.sbin/mlxcontrol/ |
| HD | util.c | 112 char *type, *device, *vendor, *revision; in mlx_print_phys_drv() local 151 if (!mlx_scsi_inquiry(0, chn, targ, &vendor, &device, &revision)) { in mlx_print_phys_drv() 152 printf("'%8.8s' '%16.16s' '%4.4s'", vendor, device, revision); in mlx_print_phys_drv()
|
| /freebsd-14-stable/sys/arm/arm/ |
| HD | machdep_boot.c | 91 SYSCTL_UINT(_hw_board, OID_AUTO, revision, CTLFLAG_RD, 109 board_set_revision(uint32_t revision) in board_set_revision() argument 112 board_revision = revision; in board_set_revision() 190 uint32_t revision; in linux_parse_boot_param() local 240 revision = walker->u.tag_rev.rev; in linux_parse_boot_param() 241 board_set_revision(revision); in linux_parse_boot_param()
|
| /freebsd-14-stable/contrib/blocklist/diff/ |
| HD | named.diff | 54 retrieving revision 1.8 72 retrieving revision 1.11 96 retrieving revision 1.15 122 retrieving revision 1.17 156 retrieving revision 1.9 196 retrieving revision 1.7
|
| /freebsd-14-stable/contrib/ofed/libcxgb4/ |
| HD | t4_chip_type.h | 50 #define CHELSIO_CHIP_CODE(version, revision) (((version) << 4) | (revision)) argument
|
| /freebsd-14-stable/usr.sbin/mptutil/ |
| HD | mpt_drive.c | 304 u_char vendor[9], product[17], revision[5]; in mpt_pd_inq_string() local 312 cam_strvis(revision, inq_data->ProductRevLevel, in mpt_pd_inq_string() 313 sizeof(inq_data->ProductRevLevel), sizeof(revision)); in mpt_pd_inq_string() 318 product, revision); in mpt_pd_inq_string() 321 vendor, product, revision); in mpt_pd_inq_string()
|
| HD | mpt_cam.c | 304 char vendor[16], product[48], revision[16], rstr[12]; in format_scsi_inquiry() local 317 cam_strvis(revision, inq_data->revision, sizeof(inq_data->revision), in format_scsi_inquiry() 318 sizeof(revision)); in format_scsi_inquiry() 323 "<%s %s> SATA", product, revision); in format_scsi_inquiry() 340 vendor, product, revision, rstr); in format_scsi_inquiry()
|
| /freebsd-14-stable/sys/dev/fxp/ |
| HD | if_fxp.c | 506 sc->revision = FXP_REV_82559_A0; in fxp_attach() 510 sc->revision = FXP_REV_82557; in fxp_attach() 512 sc->revision = pci_get_revid(dev); in fxp_attach() 518 if (sc->revision >= FXP_REV_82558_A4 && in fxp_attach() 519 sc->revision != FXP_REV_82559S_A) { in fxp_attach() 525 if (sc->revision == FXP_REV_82550_C) { in fxp_attach() 538 if (sc->revision < FXP_REV_82558_A4) { in fxp_attach() 550 if (sc->revision == FXP_REV_82557 && (data & FXP_PHY_DEVICE_MASK) != 0 in fxp_attach() 568 (sc->ident->ich == 0 && sc->revision >= FXP_REV_82559_A0)) { in fxp_attach() 601 if (sc->revision != FXP_REV_82557) { in fxp_attach() [all …]
|
| /freebsd-14-stable/sys/contrib/dev/rtw89/ |
| HD | acpi.h | 51 u8 revision; member 68 u8 revision; member
|
| /freebsd-14-stable/sys/dev/drm2/ |
| HD | drm_edid.c | 41 ((edid)->version == (maj) && (edid)->revision > (min))) 202 if (edid->revision > 4) in drm_edid_block_valid() 645 if (edid->revision >= 4) { in drm_monitor_supports_rb() 709 if (edid->revision >= 2) { in standard_timing_level() 710 if (edid->revision >= 4 && (edid->features & DRM_EDID_FEATURE_DEFAULT_GTF)) in standard_timing_level() 741 struct std_timing *t, int revision) in drm_mode_std() argument 762 if (revision < 3) in drm_mode_std() 1006 if (edid->revision >= 4) in mode_in_hsync_range() 1009 if (edid->revision >= 4) in mode_in_hsync_range() 1023 if (edid->revision >= 4) in mode_in_vsync_range() [all …]
|
| /freebsd-14-stable/sys/contrib/libsodium/packaging/dotnet-core/ |
| HD | README.md | 30 * *package revision* 33 binary. In this case, a package revision number is added as a fourth part to 36 revision (sixth release) of that package. 42 fifth revision of the package for libsodium 1.0.16.
|