Searched refs:rev (Results 276 - 296 of 296) sorted by relevance

<<1112

/openbsd-current/sys/dev/ic/
H A Drt2661.c217 /* retrieve RF rev. no and various other things from EEPROM */
2413 rt2661_get_rf(int rev) argument
2415 switch (rev) {
H A Datw.c520 atw_printmac(u_int8_t rev) { argument
521 switch (rev) {
2298 /* XXX deal with rev BA bug linux driver talks of? */
/openbsd-current/sys/dev/usb/
H A Dif_mtw.c388 /* retrieve RF rev. no and various other things from EEPROM */
391 printf("%s: MAC/BBP MT%04X (rev 0x%04X), RF %s (MIMO %dT%dR), "
1240 mtw_get_rf(int rev) argument
1242 switch (rev) {
1316 DPRINTF(("EEPROM RF rev=0x%02x chains=%dT%dR\n",
1321 DPRINTF(("EEPROM rev=%d, FAE=%d\n", val & 0xff, val >> 8));
H A Dif_run.c593 /* retrieve RF rev. no and various other things from EEPROM */
596 printf("%s: MAC/BBP RT%04X (rev 0x%04X), RF %s (MIMO %dT%dR), "
1273 run_get_rf(int rev) argument
1275 switch (rev) {
1432 DPRINTF(("EEPROM rev=%d, FAE=%d\n", val & 0xff, val >> 8));
1525 DPRINTF(("EEPROM RF rev=0x%02x chains=%dT%dR\n",
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm1321 teraterm yes reverse no yes rev/red yes no
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_cik.c2235 .rev = 0,
H A Dvcn_v3_0.c2235 .rev = 0,
H A Damdgpu_si.c2729 .rev = 0,
H A Dsdma_v4_0.c2646 .rev = 0,
H A Dgfx_v8_0.c7157 .rev = 0,
7166 .rev = 0,
H A Dgfx_v6_0.c3609 .rev = 0,
H A Dgfx_v9_4_3.c4357 .rev = 0,
H A Dgfx_v9_0.c7273 .rev = 0,
H A Dgfx_v11_0.c6406 .rev = 0,
H A Dgfx_v10_0.c9542 .rev = 0,
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_kv_dpm.c3325 .rev = 0,
H A Damdgpu_si_dpm.c8070 .rev = 0,
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl4024 && `git rev-parse HEAD` eq "22c35a8c2392967a5ba6b5370695be464bd7012c\n") {
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c6213 X(rev, ba00, fa90f080), \
9351 tCE(rev, 6bf0f30, rev, 2, (RRnpc, RRnpc), rd_rm, t_rev),
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7562 static bool isVMOVNTruncMask(ArrayRef<int> M, EVT ToVT, bool rev) { argument
7569 // !rev: 0 N/2 1 N/2+1 2 N/2+2 ...
7570 // rev: N/2 0 N/2+1 1 N/2+2 2 ...
7572 unsigned Off0 = rev ? NumElts / 2 : 0;
7573 unsigned Off1 = rev ? 0 : NumElts / 2;
16533 // !rev: 0 N 1 N+1 2 N+2 ...
16534 // rev: N 0 N+1 1 N+2 2 ...
20084 // Looking for "rev" which is V6+.
20100 // rev $0, $1
20102 AsmPieces[0] == "rev"
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3044 .rev = 0,

Completed in 794 milliseconds

<<1112