/src/usr.bin/rev/ |
Makefile | 4 PROG= rev
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/ |
Makefile | 3 amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb \
|
/src/sbin/mount_portal/examples/ |
cvs.sh.sh | 29 rev="-r`expr "$file" : '.*,\(.*\)' | sed 's/^-r//'`" 32 rev="" 34 cvs co -p $rev $file
|
/src/sys/arch/atari/stand/tostools/aptck/ |
setrev.awk | 21 rev = "0.0" 25 if (revcmp($4, rev) > 0) 26 rev = $4 33 sub("\\\$Revision.*\\\$", "Revision " rev)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
dal_asic_id.h | 42 #define ASIC_REV_IS_BONAIRE_M(rev) \ 43 ((rev >= CI_BONAIRE_M_A0) && (rev < CI_HAWAII_P_A0)) 45 #define ASIC_REV_IS_HAWAII_P(rev) \ 46 (rev >= CI_HAWAII_P_A0) 72 #define ASIC_REV_IS_KALINDI(rev) \ 73 ((rev >= KB_KALINDI_A0) && (rev < KV_UNKNOWN)) 75 #define ASIC_REV_IS_BHAVANI(rev) \ 76 ((rev >= BV_KALINDI_A2) && (rev < ML_GODAVARI_A0) [all...] |
/src/common/lib/libc/arch/aarch64/gen/ |
byte_swap_8.S | 41 rev x0, x0
|
byte_swap_4.S | 41 rev w0, w0
|
/src/sys/lib/libkern/arch/ia64/ |
byte_swap_8.S | 43 mux1 r8=in0,@rev
|
byte_swap_2.S | 42 mux1 r16=in0,@rev
|
byte_swap_4.S | 42 mux1 r16=in0,@rev
|
/src/sys/arch/evbmips/gdium/ |
bonito_mainbus.c | 71 pcireg_t rev; local in function:bonito_mainbus_attach 79 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS)); 81 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n", 82 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC", 83 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
|
/src/sys/arch/evbmips/loongson/ |
bonito_mainbus.c | 73 pcireg_t rev; local in function:bonito_mainbus_attach 93 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS)); 96 " %s rev. %d.%d\n", BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC", 97 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev)); 99 aprint_normal(": Memory and PCI-X controller, rev. %d\n", 100 PCI_REVISION(rev));
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
bswapdi2.S | 30 // before armv6 does not have "rev" instruction 31 // r2 = rev(r0) 36 // r0 = rev(r1) 42 rev r2, r0 // r2 = rev(r0) 43 rev r0, r1 // r0 = rev(r1) 45 mov r1, r2 // r1 = r2 = rev(r0)
|
bswapsi2.S | 30 // before armv6 does not have "rev" instruction 36 rev r0, r0
|
/src/sys/arch/algor/dev/ |
bonito_mainbus.c | 81 pcireg_t rev; local in function:bonito_mainbus_attach 94 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS)); 96 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n", 97 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC", 98 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
|
/src/sys/external/bsd/drm2/linux/ |
linux_acpi.c | 40 acpi_evaluate_dsm(acpi_handle handle, const guid_t *uuid, u64 rev, u64 func, 57 params[1].Integer.Value = rev; 78 acpi_evaluate_dsm_typed(acpi_handle handle, const guid_t *uuid, u64 rev, 83 obj = acpi_evaluate_dsm(handle, uuid, rev, func, argv4); 99 acpi_check_dsm(acpi_handle handle, const guid_t *uuid, u64 rev, u64 funcs) 108 obj = acpi_evaluate_dsm(handle, uuid, rev, 0, NULL);
|
/src/sys/arch/arm/ti/ |
ti_cpufreq.c | 65 uint32_t efuse, rev; local in function:am33xx_opp_supported 69 rev = __BIT(__SHIFTOUT(syscon_read_4(ti_opp_syscon, AM33XX_REV_OFFSET), AM33XX_REV_MASK)); 81 if ((rev & be32toh(supported_hw[0])) == 0)
|
/src/sys/dev/isa/ |
wbsioreg.h | 79 #define WBSIO_MAKEID(id, rev, bits) \ 80 (((bits) == 13) ? (((uint16_t)(id) << 8) | ((rev) & 0xf8)) : \ 81 ((bits) == 12) ? (((uint16_t)(id) << 4) | ((rev) >> 4)) : (id)) 83 #define WBSIO_MAKEREV(rev, bits) \ 84 (((bits) == 13) ? ((rev) & 0x07) : ((bits) == 12) ? ((rev) & 0x0f) : \ 85 (rev))
|
/src/sys/arch/arm/ep93xx/ |
epsoc.c | 81 const char *rev; local in function:epsoc_attach 96 rev = "A"; 99 rev = "B"; 102 rev = "C"; 105 rev = "D0"; 108 rev = "D1"; 111 rev = "E0"; 114 rev = "E1"; 117 rev = ">E1"; 120 printf(": Cirrus Logic EP93xx SoC rev %s\n", rev) [all...] |
/src/common/lib/libc/arch/aarch64/string/ |
memcmp.S | 150 rev x4, x4 158 rev x6, x6 179 rev x0, x0 181 rev x1, x0 187 rev x4, x4 /* byte reverse */ 188 rev x6, x6 /* byte reverse */
|
strlen.S | 70 rev x7, x7 /* convert to LE */ 85 rev x7, x7 /* convert to LE */ 101 rev x6, x6 /* convert to BE */
|
/src/sys/arch/i386/pci/ |
geode.c | 105 u_int rev; local in function:geode_gcb_attach 118 rev = bus_space_read_1(sc->sc_iot, sc->sc_ioh, SC1100_GCB_REV_B); 121 aprint_normal(": AMD Geode GCB (rev. 0x%02x)\n", rev);
|
/src/sys/arch/x86/pci/ |
aapic.c | 45 int bus, dev, func, rev; local in function:aapic_attach 50 rev = PCI_REVISION(pa->pa_class); 52 aprint_normal(": %s (rev. 0x%02x)\n", devinfo, rev);
|
/src/sys/arch/aarch64/include/ |
byte_swap.h | 42 rev _dst, _src 44 rev _dst, _src 57 __asm("rev\t%x0, %x1" : "=r" (v) : "0" (v)); 74 __asm("rev\t%w0, %w1" : "=r" (v) : "0" (v));
|
/src/sys/dev/i2c/ |
smscmon.c | 159 uint8_t cmd, cid, rev; local in function:smscmon_match 175 ia->ia_addr, &cmd, sizeof cmd, &rev, sizeof rev, 0)) { 180 if ( cid != SMSC_CID_47M192 || rev != SMSC_REV_47M192) { 194 uint8_t cid, rev; local in function:smscmon_attach 205 rev = sc->smscmon_readreg(sc, SMSCMON_REG_STEPPING); 208 if (rev == SMSC_REV_47M192) { 219 aprint_normal(": unknown chip: cid 0x%02x rev 0x%02x\n", 220 cid, rev);
|