Home
last modified time | relevance | path

Searched +full:3 +full:d (Results 1 – 25 of 2083) sorted by relevance

12345678910>>...84

/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),
24 D_PIS(3, 0), D_PIS(3, 1), D_PIS(3, 2), D_PIS(3, 3),
25 D_PIS(3, 4), D_PIS(3, 5), D_PIS(3, 6), D_PIS(3, 7),
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" },
82 "3D finished, HWRTData0State=%x, HWRTData1State=%x" },
83 { ROGUE_FW_LOG_CREATESFID(3, ROGUE_FW_GROUP_MAIN, 4),
84 "Kick 3D TQ: FWCtx 0x%08.8x @ %d, CSW resume:%d, prio: %d" },
86 "3D Transfer finished" },
87 { ROGUE_FW_LOG_CREATESFID(5, ROGUE_FW_GROUP_MAIN, 3),
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" },
101 { ROGUE_FW_LOG_CREATESFID(12, ROGUE_FW_GROUP_MAIN, 3),
102 "Kick TLA: FWCtx 0x%08.8x @ %d, prio:%d" },
[all …]
/linux/lib/crypto/x86/
H A Dsha1-ssse3-and-avx.S116 mov 12(HASH_PTR), D
127 RR F1,A,B,C,D,E,0
128 RR F1,D,E,A,B,C,2
129 RR F1,B,C,D,E,A,4
130 RR F1,E,A,B,C,D,6
131 RR F1,C,D,E,A,B,8
133 RR F1,A,B,C,D,E,10
134 RR F1,D,E,A,B,C,12
135 RR F1,B,C,D,E,A,14
136 RR F1,E,A,B,C,D,16
[all …]
/linux/fs/smb/common/
H A Dcifs_md4.c51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
57 u32 a, b, c, d; in md4_transform() local
62 d = hash[3]; in md4_transform()
64 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
65 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
66 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
67 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
68 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
[all …]
/linux/Documentation/fb/
H A Dviafb.modes29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode
41 # 8 chars 3 lines
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode
62 # 7 chars 3 lines
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
75 geometry 640 480 640 480 32 timings 27777 80 56 25 1 56 3 endmode
83 # 8 chars 3 lines
[all …]
/linux/drivers/acpi/acpica/
H A Ddbstats.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
47 #define CMD_STAT_MISC 3
399 acpi_os_printf("Common %3d\n", in acpi_db_display_statistics()
401 acpi_os_printf("Number %3d\n", in acpi_db_display_statistics()
403 acpi_os_printf("String %3d\n", in acpi_db_display_statistics()
405 acpi_os_printf("Buffer %3d\n", in acpi_db_display_statistics()
407 acpi_os_printf("Package %3d\n", in acpi_db_display_statistics()
409 acpi_os_printf("BufferField %3d\n", in acpi_db_display_statistics()
411 acpi_os_printf("Device %3d\n", in acpi_db_display_statistics()
413 acpi_os_printf("Event %3d\n", in acpi_db_display_statistics()
[all …]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py32 "SLOT_IS_CONTACTNUMBER": BIT(3),
225 elif value == 3:
496d 09 06 15 00 26 ff 00 a1 01 85 02 75 08 95 3f 09 00 82 02 01 95 3f 09 00 92 02 01 c0 05 0d 09 04 …
505 return super().create_report(data, global_data=global_data, reportID=3)
513 return absinfo is not None and absinfo.resolution == 3
767 """Send 3 touches in the first 3 slots.
777 t2 = Touch(3, 250, 300)
822 Touch(i, (i + 3) * 20, (i + 3) * 20 + 5)
1078 There are 3 types of touchpads: click pads + pressure pads and
1209 "uhid test 3m_0596_0500",
[all …]
H A Dtest_tablet.py717 assert len(events) >= 3 # X, Y, SYN
1167 and 3rd button through Invert
1358 # rdesc='05 0d 09 04 a1 01 85 04 09 22 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75 01 95 01 15 00 25 01 81 02 05 01 09 30 75 10 95 01 55 0d 65 33 35 00 46 34 49 26 ff 7f 81 02 09 31 75 10 95 01 55 0d 65 33 35 00 46 37 29 26 ff 7f 81 02 05 0d 09 55 25 08 75 08 95 01 b1 02 c0 c0 05 01 09 01 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 95 02 75 01 81 02 95 01 75 06 81 01 05 01 09 30 09 31 16 00 00 26 ff 0f 36 00 00 46 ff 0f 66 00 00 75 10 95 02 81 02 c0 c0 06 00 ff 09 01 a1 01 09 01 15 00 26 ff 00 85 03 75 08 95 3f 81 02 06 00 ff 09 01 15 00 26 ff 00 75 08 95 3f 91 02 c0 05 0d 09 04 a1 01 85 02 09 20 a1 00 09 42 09 32 15 00 25 01 95 02 75 01 81 02 95 06 75 01 81 03 05 01 09 30 75 10 95 01 a4 55 0d 6
[all...]
/linux/scripts/mod/
H A Dsumversion.c69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
92 uint32_t a, b, c, d; in md4_transform() local
97 d = hash[3]; in md4_transform()
99 ROUND1(a, b, c, d, i in md4_transform()
[all...]
/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c42 {8, {0x02, 0xa3, 3}, 0, {INTEL_PT_TNT, 1, 0x1a302ULL << 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/drivers/net/wireless/ath/carl9170/
H A Ddebug.c220 ADD(buf, *len, bufsize, "cookies: used:%3d / total:%3d, allocs:%d\n", in carl9170_debugfs_mem_usage_read()
224 ADD(buf, *len, bufsize, "memory: free:%3d (%3d KiB) / total:%3d KiB)\n", in carl9170_debugfs_mem_usage_read()
247 "[ %3d/%3d %3d/%3d " in carl9170_debugfs_qos_stat_read()
248 " %3d/%3d %3d/%3d ]\n\n", in carl9170_debugfs_qos_stat_read()
252 ar->tx_stats[3].len, ar->tx_stats[3].limit); in carl9170_debugfs_qos_stat_read()
256 "[%10d %10d %10d %10d ]\n\n", in carl9170_debugfs_qos_stat_read()
258 ar->tx_stats[2].count, ar->tx_stats[3].count); in carl9170_debugfs_qos_stat_read()
264 "[ %3d/%3d %3d/%3d " in carl9170_debugfs_qos_stat_read()
265 " %3d/%3d %3d/%3d ]\n\n", in carl9170_debugfs_qos_stat_read()
272 skb_queue_len(&ar->tx_pending[3]), in carl9170_debugfs_qos_stat_read()
[all …]
/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c3 Decompression for chipset version 2 et 3
107 else if (k >= 1 && k < 3) in build_table_color()
109 else if (k >= 3 && k < 6) in build_table_color()
116 bit = (r[0] >> 3) & 7; in build_table_color()
128 p0[k + 0x20] = (3 * pw) + 0x80; in build_table_color()
132 p0[k + 0x60] = (-3 * pw) + 0x80; in build_table_color()
164 * elif look_bits(3) == 7: # op == 1 in the lookup table
165 * skip_bits(3)
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,},
[all …]
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_rf2959.c17 RF_CHANNEL( 3) = { 0x181999, 0x1e6666 },
48 PDEBUG("rf2959 %#010x reg %d rw %d", rw, reg, rw_flag);
52 PDEBUG("reg0 CFG1 ref_sel %d hibernate %d rf_vco_reg_en %d"
53 " if_vco_reg_en %d if_vga_en %d",
54 bits(rw, 14, 15), bit(rw, 3), bit(rw, 2), bit(rw, 1),
58 PDEBUG("reg1 IFPLL1 pll_en1 %d kv_en1 %d vtc_en1 %d lpf1 %d"
59 " cpl1 %d pdp1 %d autocal_en1 %d ld_en1 %d ifloopr %d"
60 " ifloopc %d dac1 %d",
63 bits(rw, 7, 9), bits(rw, 4, 6), bits(rw, 0, 3));
66 PDEBUG("reg2 IFPLL2 n1 %d num1 %d",
[all …]
/linux/drivers/video/fbdev/
H A Datafb_utils.h60 : "=a" (s), "=d" (count) in fb_memclear_small()
61 : "d" (0), "0" ((char *)s + count), "1" (count)); in fb_memclear_small()
64 " jcs 3f\n" in fb_memclear_small()
68 "3:" in fb_memclear_small()
69 : "=a" (s), "=d" (count) in fb_memclear_small()
70 : "d" (0), "0" (s), "1" (count) in fb_memclear_small()
90 : "=a" (s), "=d" (count) in fb_memclear()
102 " lsr.l #1,%1 ; jcc 3f ; clr.l (%0)+\n" in fb_memclear()
103 "3: lsr.l #1,%1 ; jcc 4f ; clr.l (%0)+ ; clr.l (%0)+\n" in fb_memclear()
110 : "=a" (s), "=d" (count), "=d" (tmp) in fb_memclear()
[all …]
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()
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()
78 _transp(d, 0, 2, n, mask); in transp8()
[all …]
/linux/kernel/bpf/
H A Ddisasm.c36 snprintf(buff, len, "%+d", insn->imm); in __func_get_name()
98 [3] = "(s32)",
109 [BPF_W >> 3] = "u32",
110 [BPF_H >> 3] = "u16",
111 [BPF_B >> 3] = "u8",
112 [BPF_DW >> 3] = "u64",
116 [BPF_W >> 3] = "s32",
117 [BPF_H >> 3] = "s16",
118 [BPF_B >> 3] = "s8",
142 verbose(private_data, "(%02x) r%d = %s%d r%d", in print_bpf_end_insn()
[all …]
/linux/tools/testing/selftests/bpf/
H A Ddisasm.c36 snprintf(buff, len, "%+d", insn->imm); in __func_get_name()
98 [3] = "(s32)",
109 [BPF_W >> 3] = "u32",
110 [BPF_H >> 3] = "u16",
111 [BPF_B >> 3] = "u8",
112 [BPF_DW >> 3] = "u64",
116 [BPF_W >> 3] = "s32",
117 [BPF_H >> 3] = "s16",
118 [BPF_B >> 3] = "s8",
142 verbose(private_data, "(%02x) r%d in print_bpf_end_insn()
[all...]
/linux/arch/loongarch/lib/
H A Dcopy_user.S37 beqz a2, 3f
46 3: move a0, a2
49 _asm_extable 1b, 3b
50 _asm_extable 2b, 3b
65 0: ld.d t0, a1, 0
66 1: st.d t0, a0, 0
67 add.d a3, a1, a2
68 add.d a2, a0, a2
72 sub.d t0, zero, t1
73 addi.d t0, t0, 8
[all …]
/linux/arch/m68k/lib/
H A Duaccess.c18 "1: "MOVES".l (%1)+,%3\n" in __generic_copy_from_user()
19 " move.l %3,(%2)+\n" in __generic_copy_from_user()
24 "3: "MOVES".w (%1)+,%3\n" in __generic_copy_from_user()
25 " move.w %3,(%2)+\n" in __generic_copy_from_user()
28 "5: "MOVES".b (%1)+,%3\n" in __generic_copy_from_user()
29 " move.b %3,(%2)+\n" in __generic_copy_from_user()
46 " .long 3b,30b\n" in __generic_copy_from_user()
49 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_from_user()
50 : "0" (n / 4), "d" (n & 3)); in __generic_copy_from_user()
64 "1: move.l (%1)+,%3\n" in __generic_copy_to_user()
[all …]
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst20 Most modern display HW offers various 1D LUTs, 3D LUTs, matrices, and other
92 with clear mathematical definitions, such as 1D LUTs, 3D LUTs, matrices,
126 * custom (uniform) 1D LUT
127 * 3x3 matrix
128 * 3x4 matrix
129 * 3D LUT
145 /* 1D enumerated curve */
147 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D
152 /* custom 4k entry 1D LUT */
154 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D
[all …]
/linux/arch/m68k/include/asm/
H A Dchecksum.h53 "movel %1@+,%3\n\t" in ip_fast_csum()
54 "addxl %3,%0\n\t" in ip_fast_csum()
56 "movel %0,%3\n\t" in ip_fast_csum()
57 "swap %3\n\t" in ip_fast_csum()
58 "addxw %3,%0\n\t" in ip_fast_csum()
59 "clrw %3\n\t" in ip_fast_csum()
60 "addxw %3,%0\n\t" in ip_fast_csum()
61 : "=d" (sum), "=&a" (iph), "=&d" (ihl), "=&d" (tmp) in ip_fast_csum()
75 : "=&d" (sum), "=&d" (tmp) in csum_fold()
86 "addxl %3,%0\n\t" in csum_tcpudp_nofold()
[all …]
/linux/arch/alpha/kernel/
H A Dsys_wildfire.c49 " got irq %d for non-existent PCA %d" in wildfire_update_irq_hw()
50 " on QBB %d.\n", in wildfire_update_irq_hw()
75 enable3 = (unsigned long *) &pca->pca_int[3].enable; in wildfire_init_irq_hw()
80 target3 = (unsigned long *) &pca->pca_int[3].target; in wildfire_init_irq_hw()
106 wildfire_enable_irq(struct irq_data *d) in wildfire_enable_irq() argument
108 unsigned int irq = d->irq; in wildfire_enable_irq()
111 i8259a_enable_irq(d); in wildfire_enable_irq()
120 wildfire_disable_irq(struct irq_data *d) in wildfire_disable_irq() argument
122 unsigned int irq = d->irq; in wildfire_disable_irq()
125 i8259a_disable_irq(d); in wildfire_disable_irq()
[all …]
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|
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|
98 DBG_CFG(("conf_read(addr=0x%lx, type1=%d, hose=%d)\n", in conf_read()
106 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_read()
150 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_write()
177 DBG_CFG(("mk_conf_addr(bus=%d,devfn=0x%x,hose=%d,where=0x%x," in mk_conf_addr()
[all …]
/linux/arch/openrisc/lib/
H A Dmemcpy.c29 unsigned char *d, *s; in memcpy() local
33 if (!((unsigned int)dest_w & 3) && !((unsigned int)src_w & 3)) { in memcpy()
53 if (n & 1 << 3) { in memcpy()
61 d = (unsigned char *)dest_w; in memcpy()
65 d = (unsigned char *)dest_w; in memcpy()
68 for (i = n >> 3; i > 0; i--) { in memcpy()
69 *d++ = *s++; in memcpy()
70 *d++ = *s++; in memcpy()
71 *d++ = *s++; in memcpy()
72 *d++ = *s++; in memcpy()
[all …]
/linux/Documentation/arch/loongarch/
H A Dintroduction.rst8 currently 3 variants: a reduced 32-bit version (LA32R), a standard 32-bit
130 0x23 Privileged Resource Configuration 3 PRCFG3
165 0x180+n (0≤n≤3) Direct Mapping Configuration Window n DMWn
177 Configuration 3
189 Configuration 3
213 3R Opcode + Rk + Rj + Rd
238 ADD.W SUB.W ADDI.W ADD.D SUB.D ADDI.D
242 MUL.D MULH.D MULH.DU DIV.D DIV.DU MOD.D MOD.DU
244 LU12I.W LU32I.D LU52I.D ADDU16I.D
249 SLL.D SRL.D SRA.D ROTR.D SLLI.D SRLI.D SRAI.D ROTRI.D
[all …]

12345678910>>...84