Home
last modified time | relevance | path

Searched +full:2 +full:d (Results 1 – 25 of 1799) sorted by relevance

12345678910>>...72

/linux/drivers/pinctrl/sunplus/
H A Dsppctl_sp7021.c14 #define D(x, y) ((x) * 8 + (y)) macro
15 #define P(x, y) PINCTRL_PIN(D(x, y), D_PIS(x, y))
18 D_PIS(0, 0), D_PIS(0, 1), D_PIS(0, 2), D_PIS(0, 3),
20 D_PIS(1, 0), D_PIS(1, 1), D_PIS(1, 2), D_PIS(1, 3),
22 D_PIS(2, 0), D_PIS(2, 1), D_PIS(2, 2), D_PIS(2, 3),
23 D_PIS(2, 4), D_PIS(2, 5), D_PIS(2, 6), D_PIS(2, 7),
24 D_PIS(3, 0), D_PIS(3, 1), D_PIS(3, 2), D_PIS(3, 3),
26 D_PIS(4, 0), D_PIS(4, 1), D_PIS(4, 2), D_PIS(4, 3),
28 D_PIS(5, 0), D_PIS(5, 1), D_PIS(5, 2), D_PIS(5, 3),
30 D_PIS(6, 0), D_PIS(6, 1), D_PIS(6, 2), D_PIS(6, 3),
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_sf.h80 "Kick 3D: FWCtx 0x%08.8x @ %d, RTD 0x%08x. Partial render:%d, CSW resume:%d, prio:%d" },
81 { ROGUE_FW_LOG_CREATESFID(2, ROGUE_FW_GROUP_MAIN, 2),
82 "3D finished, HWRTData0State=%x, HWRTData1State=%x" },
84 "Kick 3D TQ: FWCtx 0x%08.8x @ %d, CSW resume:%d, prio: %d" },
86 "3D Transfer finished" },
88 "Kick Compute: FWCtx 0x%08.8x @ %d, prio: %d" },
92 … "Kick TA: FWCtx 0x%08.8x @ %d, RTD 0x%08x. First kick:%d, Last kick:%d, CSW resume:%d, prio:%d" },
99 { ROGUE_FW_LOG_CREATESFID(11, ROGUE_FW_GROUP_MAIN, 2),
102 "Kick TLA: FWCtx 0x%08.8x @ %d, prio:%d" },
106 "cCCB Woff update = %d, DM = %d, FWCtx = 0x%08.8x" },
[all …]
/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S45 zip1 s0.2d, RTMP0.2d, RTMP1.2d; \
46 zip2 s1.2d, RTMP0.2d, RTMP1.2d; \
47 zip1 s2.2d, RTMP2.2d, RTMP3.2d; \
48 zip2 s3.2d, RTMP2.2d, RTMP3.2d;
59 zip1 s0.2d, RTMP0.2d, RTMP1.2d; \
60 zip2 s1.2d, RTMP0.2d, RTMP1.2d; \
61 zip1 s2.2d, RTMP2.2d, RTMP3.2d; \
62 zip2 s3.2d, RTMP2.2d, RTMP3.2d; \
63 zip1 s4.2d, RTMP4.2d, RTMP5.2d; \
64 zip2 s5.2d, RTMP4.2d, RTMP5.2d; \
[all …]
H A Dsm4-ce-gcm-core.S18 .irp b, 0, 1, 2, 3, 24, 25, 26, 27, 28, 29, 30, 31
41 pmull r0.1q, m0.1d, m1.1d; \
42 pmull T1.1q, m0.1d, T0.1d; \
43 pmull2 T0.1q, m0.2d, T0.2d; \
44 pmull2 r1.1q, m0.2d, m1.2d; \
59 pmull r0.1q, m0.1d, m1.1d; \
60 pmull r2.1q, m2.1d, m3.1d; \
61 pmull r4.1q, m4.1d, m5.1d; \
62 pmull r6.1q, m6.1d, m7.1d; \
63 pmull T1.1q, m0.1d, T0.1d; \
[all …]
/linux/include/math-emu/
H A Ddouble.h12 published by the Free Software Foundation; either version 2 of the
33 #define _FP_FRACTBITS_D (2 * _FP_W_TYPE_SIZE)
47 ((_FP_W_TYPE)1 << (_FP_FRACBITS_D-2) % _FP_W_TYPE_SIZE)
73 #define FP_DECL_D(X) _FP_DECL(2,X)
74 #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_2(D,X,val)
75 #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val)
76 #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_2(D,val,X)
80 _FP_PACK_RAW_2_P(D,val,X); \
85 _FP_UNPACK_RAW_2(D,X,val); \
86 _FP_UNPACK_CANONICAL(D,2,X); \
[all …]
H A Dop-2.h12 published by the Free Software Foundation; either version 2 of the
29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
80 : (X##_f1 << (2*_FP_W_TYPE_SIZE - (N)))) \
234 /* Given a 1W * 1W => 2W primitive, do the extended multiplication. */
243 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \
245 __FP_FRAC_ADD_3(_FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
247 _FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
249 __FP_FRAC_ADD_3(_FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
251 _FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
256 at either 2B or 2B-1. */ \
[all …]
/linux/lib/crypto/powerpc/
H A Dmd5-asm.S61 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
65 andc rT1,d,b; /* 1: f' = ~b and d */ \
71 addis w1,w1,k1h; /* 2: wk = w + k */ \
73 addi w1,w1,k1l; /* 2: wk = w + k' */ \
75 add d,d,w1; /* 2: a = a + wk */ \
77 and rT0,a,b; /* 2: f = b and c */ \
78 andc rT1,c,a; /* 2: f' = ~b and d */ \
79 or rT0,rT0,rT1; /* 2: f = f or f' */ \
80 add d,d,rT0; /* 2: a = a + f */ \
82 rotrwi d,d,q; /* 2: a = a rotl x */ \
[all …]
H A Dsha1-spe-asm.S106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
110 andc rT1,d,b; /* 1: F" = ~B and D */ \
114 rotrwi b,b,2; /* 1: B = B rotl 30 */ \
116 LOAD_DATA(w1, off+4) /* 2: W */ \
118 and rT1,a,b; /* 2: F' = B and C */ \
120 andc rT2,c,a; /* 2: F" = ~B and D */ \
121 add d,d,rK; /* 2: E = E + K */ \
122 or rT2,rT2,rT1; /* 2: F = F' or F" */ \
123 rotrwi rT0,e,27; /* 2: A' = A rotl 5 */ \
124 add d,d,w1; /* 2: E = E + W */ \
[all …]
/linux/lib/crypto/
H A Ddes.c581 #define ROUND(L, R, A, B, K, d) \ argument
582 B = K[0]; A = K[1]; K += d; \
595 * PC2 lookup tables are organized as 2 consecutive sets of 4 interleaved
599 * After PC1 each of the variables a,b,c,d contains a 7 bit subset of C_i
603 #define T1(x) pt[2 * (x) + 0]
604 #define T2(x) pt[2 * (x) + 1]
605 #define T3(x) pt[2 * (x) + 2]
606 #define T4(x) pt[2 * (x) + 3]
608 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument
618 * alternating zero-one patterns in the C and D registers after Permuted
[all …]
/linux/drivers/video/fbdev/
H A Dc2p_core.h22 static inline void _transp(u32 d[], unsigned int i1, unsigned int i2, in _transp() argument
25 u32 t = (d[i1] ^ (d[i2] >> shift)) & mask; in _transp()
27 d[i1] ^= t; in _transp()
28 d[i2] ^= t << shift; in _transp()
38 case 2: in get_mask()
60 static __always_inline void transp8(u32 d[], unsigned int n, unsigned int m) in transp8() argument
67 _transp(d, 0, 1, n, mask); in transp8()
69 _transp(d, 2, 3, n, mask); in transp8()
71 _transp(d, 4, 5, n, mask); in transp8()
73 _transp(d, 6, 7, n, mask); in transp8()
[all …]
H A Datafb_utils.h55 " lsr.l #1,%1 ; jcc 1f ; move.b %2,-(%0)\n" in fb_memclear_small()
56 "1: lsr.l #1,%1 ; jcc 1f ; move.w %2,-(%0)\n" in fb_memclear_small()
57 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0)\n" in fb_memclear_small()
58 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0) ; move.l %2,-(%0)\n" in fb_memclear_small()
60 : "=a" (s), "=d" (count) in fb_memclear_small()
61 : "d" (0), "0" ((char *)s + count), "1" (count)); in fb_memclear_small()
65 " move.l %2,%%d4; move.l %2,%%d5; move.l %2,%%d6\n" in fb_memclear_small()
66 "2: movem.l %2/%%d4/%%d5/%%d6,-(%0)\n" in fb_memclear_small()
67 " dbra %1,2b\n" in fb_memclear_small()
69 : "=a" (s), "=d" (count) in fb_memclear_small()
[all …]
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.h18 if (vsx[i] != load[2 * i + 1]) { in validate_vsx()
19 printf("vsx[%d]: %lx load[%d] %lx\n", in validate_vsx()
20 i, vsx[i], 2 * i + 1, load[2 * i + 1]); in validate_vsx()
28 * unsigned long vmx[32][2]
31 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx() argument
37 if ((vmx[i][0] != load[64 + 2 * i]) || in validate_vmx()
38 (vmx[i][1] != load[65 + 2 * i])) { in validate_vmx()
39 printf("vmx[%d][0]: %lx load[%d] %lx\n", in validate_vmx()
40 i, vmx[i][0], 64 + 2 * i, in validate_vmx()
41 load[64 + 2 * i]); in validate_vmx()
[all …]
/linux/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c18 struct dvb_usb_device *d; member
49 static int af9005_write_word_agc(struct dvb_usb_device *d, u16 reghi, in af9005_write_word_agc() argument
54 if ((ret = af9005_write_ofdm_register(d, reglo, (u8) (value & 0xff)))) in af9005_write_word_agc()
56 return af9005_write_register_bits(d, reghi, pos, len, in af9005_write_word_agc()
60 static int af9005_read_word_agc(struct dvb_usb_device *d, u16 reghi, in af9005_read_word_agc() argument
66 if ((ret = af9005_read_ofdm_register(d, reglo, &temp0))) in af9005_read_word_agc()
68 if ((ret = af9005_read_ofdm_register(d, reghi, &temp1))) in af9005_read_word_agc()
74 case 2: in af9005_read_word_agc()
81 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0; in af9005_read_word_agc()
99 ret = af9005_read_register_bits(state->d, xd_p_fec_vtb_rsd_mon_en, in af9005_is_fecmon_available()
[all …]
/linux/sound/usb/
H A Dvalidate.c28 const struct uac1_ac_header_descriptor *d = p; in validate_uac1_header() local
30 return d->bLength >= sizeof(*d) && in validate_uac1_header()
31 d->bLength >= sizeof(*d) + d->bInCollection; in validate_uac1_header()
38 const struct uac_mixer_unit_descriptor *d = p; in validate_mixer_unit() local
41 if (d->bLength < sizeof(*d) || !d->bNrInPins) in validate_mixer_unit()
43 len = sizeof(*d) + d->bNrInPins; in validate_mixer_unit()
51 len += 2 + 1; /* wChannelConfig, iChannelNames */ in validate_mixer_unit()
61 len += 2; /* wClusterDescrID */ in validate_mixer_unit()
65 return d->bLength >= len; in validate_mixer_unit()
72 const struct uac_processing_unit_descriptor *d = p; in validate_processing_unit() local
[all …]
/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c41 {8, {0x02, 0xa3, 2}, 0, {INTEL_PT_TNT, 1, 0xa302ULL << 47}, 0, 0 },
47 {3, {0x2d, 1, 2}, 0, {INTEL_PT_TIP, 1, 0x201}, 0, 0 },
48 {5, {0x4d, 1, 2, 3, 4}, 0, {INTEL_PT_TIP, 2, 0x4030201}, 0, 0 },
49 {7, {0x6d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP, 3, 0x60504030201}, 0, 0 },
50 {7, {0x8d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP, 4, 0x60504030201}, 0, 0 },
51 {9, {0xcd, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_TIP, 6, 0x807060504030201}, 0, 0 },
54 {3, {0x31, 1, 2}, 0, {INTEL_PT_TIP_PGE, 1, 0x201}, 0, 0 },
55 {5, {0x51, 1, 2, 3, 4}, 0, {INTEL_PT_TIP_PGE, 2, 0x4030201}, 0, 0 },
56 {7, {0x71, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 3, 0x60504030201}, 0, 0 },
57 {7, {0x91, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 4, 0x60504030201}, 0, 0 },
[all …]
/linux/Documentation/staging/
H A Dlzo.rst51 length += constant (generally 2 or 3)
59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
134 2-byte block from the dictionary within a 1kB distance. It is worth
135 noting that this instruction provides little savings since it uses 2
136 bytes to encode a copy of 2 other bytes but it encodes the number of
139 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance
140 length = 2
143 distance = (H << 2) + D + 1
147 dictionary from a 2..3kB distance, and must be interpreted like this :
149 0 0 0 0 D D S S (0..15) : copy 3 bytes from 2..3 kB distance
[all …]
/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c3 Decompression for chipset version 2 et 3
127 p0[k + 0x10] = (2 * pw) + 0x80; in build_table_color()
131 p0[k + 0x50] = (-2 * pw) + 0x80; in build_table_color()
161 * if look_bits(2) == 0: # op == 2 in the lookup table
162 * skip_bits(2)
181 * op == 2 when (i%4)==0
258 {0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3,},
259 {0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3,},
263 {1, 3, 0, 2, 1, 3, 0, 2, 1, 3, 0, 2, 1, 3, 0, 2,},
264 {0, 3, 3, 0, 1, 2, 2, 1, 2, 1, 1, 2, 3, 0, 0, 3,},
[all …]
/linux/arch/loongarch/kernel/
H A Dlbt.S28 stptr.d t1, a0, THREAD_SCR0
30 stptr.d t1, a0, THREAD_SCR1
32 stptr.d t1, a0, THREAD_SCR2
34 stptr.d t1, a0, THREAD_SCR3
37 stptr.d t1, a0, THREAD_EFLAGS
46 ldptr.d t1, a0, THREAD_SCR0 # restore scr
48 ldptr.d t1, a0, THREAD_SCR1
50 ldptr.d t1, a0, THREAD_SCR2
52 ldptr.d t1, a0, THREAD_SCR3
55 ldptr.d t1, a0, THREAD_EFLAGS # restore eflags
[all …]
/linux/arch/loongarch/include/asm/
H A Datomic.h33 #define __LL "ll.d "
34 #define __SC "sc.d "
35 #define __AMADD "amadd.d "
36 #define __AMOR "amor.d "
37 #define __AMAND_DB "amand_db.d "
38 #define __AMOR_DB "amor_db.d "
39 #define __AMXOR_DB "amxor_db.d "
57 " b 2f\n" in arch_atomic_fetch_add_unless()
60 "2:\n" in arch_atomic_fetch_add_unless()
77 "1: ll.w %1, %2 # atomic_sub_if_positive\n" in arch_atomic_sub_if_positive()
[all …]
/linux/arch/alpha/kernel/
H A Dcore_mcpcia.c53 * 3 3|3 3 2 2|2 2 2 2|2 2 2 2|1 1 1 1|1 1 1 1|1 1
54 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
56 * | | |D|D|D|D|D|D|D|D|D|D|D|D|D|D|D|D|D|D|D|D|D|F|F|F|R|R|R|R|R|R|0|0|
61 * 7:2 Register number
65 * 3 3|3 3 2 2|2 2 2 2|2 2 2 2|1 1 1 1|1 1 1 1|1 1
66 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
68 * | | | | | | | | | | |B|B|B|B|B|B|B|B|D|D|D|D|D|F|F|F|R|R|R|R|R|R|0|1|
75 * 7:2 register number
82 * doesn't get shifted by 2 bits as we want to "drop" the bottom two
98 DBG_CFG(("conf_read(addr=0x%lx, type1=%d, hose=%d)\n", in conf_read()
[all …]
/linux/tools/perf/tests/
H A Dfdarray.c44 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter()
52 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", in test__fdarray__filter()
58 fda->entries[2].revents = POLLIN; in test__fdarray__filter()
60 pr_debug("\nfiltering all but fda->entries[2]:"); in test__fdarray__filter()
65 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); in test__fdarray__filter()
77 if (nr_fds != 2) { in test__fdarray__filter()
78 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter()
95 struct fdarray *fda = fdarray__new(2, 2); in test__fdarray__add()
104 pr_debug("\n%d: fda->entries[%d](%d) != %d!", \ in test__fdarray__add()
109 pr_debug("\n%d: fda->entries[%d].revents(%d) != %d!", \ in test__fdarray__add()
[all …]
/linux/tools/power/x86/intel-speed-select/
H A Disst-display.c31 index = snprintf(&str[curr_index], str_len - curr_index, "%d", in printcpulist()
178 "package-%d:die-IO:powerdomain-%d:cpu-None", in print_package_info()
182 "package-%d:die-%d:powerdomain-%d:cpu-None", in print_package_info()
186 "package-%d:die-%d:powerdomain-%d:cpu-%d", in print_package_info()
189 snprintf(header, sizeof(header), "package-%d:die-%d:cpu-%d", in print_package_info()
195 snprintf(header, sizeof(header), "package-%d", id->pkg); in print_package_info()
200 snprintf(header, sizeof(header), "die-%d", id->die); in print_package_info()
203 snprintf(header, sizeof(header), "powerdomain-%d", id->punit); in print_package_info()
210 snprintf(header, sizeof(header), "cpu-%d", id->cpu); in print_package_info()
228 snprintf(value, sizeof(value), "%d", in _isst_pbf_display_information()
[all …]
/linux/drivers/mtd/maps/
H A Dpcmciamtd.c45 /* 2 = do 16-bit transfers, 1 = do 8-bit transfers */
46 static int bankwidth = 2;
67 MODULE_PARM_DESC(bankwidth, "Set bankwidth (1=8 bit, 2=16 bit, default=2)");
73 MODULE_PARM_DESC(setvpp, "Set Vpp (0=Never, 1=On writes, 2=Always on, default=0)");
77 MODULE_PARM_DESC(mem_type, "Set Memory type (0=Flash, 1=RAM, 2=ROM, default=0)");
111 map_word d = {{0}}; in pcmcia_read8_remap() local
115 return d; in pcmcia_read8_remap()
117 d.x[0] = readb(addr); in pcmcia_read8_remap()
118 pr_debug("ofs = 0x%08lx (%p) data = 0x%02lx\n", ofs, addr, d.x[0]); in pcmcia_read8_remap()
119 return d; in pcmcia_read8_remap()
[all …]
/linux/tools/perf/util/
H A Damd-sample-raw.c33 " L1TlbPgSz 2MB", in pr_ibs_fetch_ctl()
40 " L1TlbPgSz 2MB", in pr_ibs_fetch_ctl()
62 " L3MissOnly %d FetchOcMiss %d FetchL3Miss %d", in pr_ibs_fetch_ctl()
66 printf("ibs_fetch_ctl:\t%016llx MaxCnt %7d Cnt %7d Lat %5d En %d Val %d Comp %d%s " in pr_ibs_fetch_ctl()
67 "PhyAddrValid %d%s L1TlbMiss %d L2TlbMiss %d RandEn %d%s%s\n", in pr_ibs_fetch_ctl()
77 printf("ic_ibs_ext_ctl:\t%016llx IbsItlbRefillLat %3d\n", reg.val, reg.itlb_refill_lat); in pr_ic_ibs_extd_ctl()
86 snprintf(l3_miss_only, sizeof(l3_miss_only), " L3MissOnly %d", reg.l3_miss_only); in pr_ibs_op_ctl()
89 snprintf(ldlat, sizeof(ldlat), " LdLatThrsh %2d LdLatEn %d", in pr_ibs_op_ctl()
93 printf("ibs_op_ctl:\t%016llx MaxCnt %9d%s En %d Val %d CntCtl %d=%s CurCnt %9d%s\n", in pr_ibs_op_ctl()
101 printf("ibs_op_data:\t%016llx CompToRetCtr %5d TagToRetCtr %5d%s%s%s BrnRet %d " in pr_ibs_op_data()
[all …]
/linux/drivers/media/tuners/
H A Dmt20xx.c78 tuner_dbg("spurcheck f1=%d f2=%d from=%d to=%d\n", in mt2032_spurcheck()
87 tuner_dbg("spurtest n1=%d n2=%d ftest=%d\n",n1,n2,f); in mt2032_spurcheck()
90 tuner_dbg("mt2032 spurcheck triggered: %d\n",n1); in mt2032_spurcheck()
114 lo1=(2*(desired_lo1/1000)+(fref/1000)) / (2*fref/1000); in mt2032_compute_freq()
123 else if(s>1530) sel=2; in mt2032_compute_freq()
130 else if(s>1449) sel=2; in mt2032_compute_freq()
138 tuner_dbg("mt2032: rfin=%d lo1=%d lo1n=%d lo1a=%d sel=%d, lo1freq=%d\n", in mt2032_compute_freq()
148 tuner_dbg("mt2032: rfin=%d lo2=%d lo2n=%d lo2a=%d num=%d lo2freq=%d\n", in mt2032_compute_freq()
153 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n", in mt2032_compute_freq()
164 buf[2]=0x86; // LOGC in mt2032_compute_freq()
[all …]

12345678910>>...72