/linux/drivers/pinctrl/sunplus/ |
H A D | sppctl_sp7021.c | 14 #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/lib/crypto/arm64/ |
H A D | sha512-ce-core.S | 76 ld1 {v\rc1\().2d}, [x4], #16 78 add v5.2d, v\rc0\().2d, v\in0\().2d 82 add v\i3\().2d, v\i3\().2d, v5.2d 85 sha512su0 v\in0\().2d, v\in1\().2d 87 sha512h q\i3, q6, v7.2d 89 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d 91 add v\i4\().2d, v\i1\().2d, v\i3\().2d 92 sha512h2 q\i3, q\i1, v\i0\().2d 102 ld1 {v8.2d-v11.2d}, [x0] 106 ld1 {v20.2d-v23.2d}, [x3], #64 [all …]
|
/linux/arch/loongarch/mm/ |
H A D | tlbex.S | 14 #define PTRS_PER_PGD_BITS (PAGE_SHIFT - 3) 15 #define PTRS_PER_PUD_BITS (PAGE_SHIFT - 3) 16 #define PTRS_PER_PMD_BITS (PAGE_SHIFT - 3) 17 #define PTRS_PER_PTE_BITS (PAGE_SHIFT - 3) 63 bstrpick.d ra, t0, PTRS_PER_PGD_BITS + PGDIR_SHIFT - 1, PGDIR_SHIFT 64 alsl.d t1, ra, t1, 3 65 #if CONFIG_PGTABLE_LEVELS > 3 66 ld.d t1, t1, 0 67 bstrpick.d ra, t0, PTRS_PER_PUD_BITS + PUD_SHIFT - 1, PUD_SHIFT 68 alsl.d t1, ra, t1, 3 [all …]
|
/linux/lib/crypto/x86/ |
H A D | sha1-ssse3-and-avx.S | 116 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 D | cifs_md4.c | 51 #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/crypto/ |
H A D | md4.c | 63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 69 u32 a, b, c, d; in md4_transform() local 74 d = hash[3]; in md4_transform() 76 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 77 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 78 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 79 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 80 ROUND1(a, b, c, d, in[4], 3); in md4_transform() [all …]
|
/linux/Documentation/fb/ |
H A D | viafb.modes | 29 # 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/Documentation/staging/ |
H A D | lzo.rst | 51 length += constant (generally 2 or 3) 59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals 70 for the distance, thus requiring 3 bytes. 111 18..21 : copy 0..3 literals 112 state = (byte - 17) = 0..3 [ copy <state> literals ] 129 length = 3 + (L ?: 15 + (zero_bytes * 255) + non_zero_byte) 132 If last instruction used to copy between 1 to 3 literals (encoded in 139 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance 143 distance = (H << 2) + D + 1 146 state == 4), the instruction becomes a copy of a 3-byte block from the [all …]
|
/linux/drivers/acpi/acpica/ |
H A D | dbstats.c | 1 // 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 D | test_multitouch.py | 31 "SLOT_IS_CONTACTNUMBER": BIT(3), 224 elif value == 3: 492 …d 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 … 501 return super().create_report(data, global_data=global_data, reportID=3) 509 return absinfo is not None and absinfo.resolution == 3 690 """Send 3 touches in the first 3 slots. 700 t2 = Touch(3, 250, 300) 745 Touch(i, (i + 3) * 20, (i + 3) * 20 + 5) 1111 "uhid test 3m_0596_0500", 1112 …d 09 0e a1 01 85 11 09 23 a1 02 09 52 09 53 15 00 25 0a 75 08 95 02 b1 02 c0 c0 09 04 a1 01 85 10 … [all …]
|
H A D | test_tablet.py | 714 assert len(events) >= 3 # X, Y, SYN 1141 and 3rd button through Invert 1303 …d 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 … 1311 …d 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 … 1319 …d 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 … 1327 …d 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 … 1335 …d 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 … 1343 …d 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 … 1351 …d 09 04 a1 01 85 30 09 22 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 … 1359 …d 09 04 a1 01 85 01 09 22 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 … [all …]
|
/linux/arch/x86/crypto/ |
H A D | nh-avx2-x86_64.S | 108 // 2 or 3 strides remain; do 2 more. 132 // PASS0_SUMS is (0A 0B 0C 0D) 133 // PASS1_SUMS is (1A 1B 1C 1D) 134 // PASS2_SUMS is (2A 2B 2C 2D) 135 // PASS3_SUMS is (3A 3B 3C 3D) 137 // (0A + 0B + 0C + 0D, 138 // 1A + 1B + 1C + 1D, 139 // 2A + 2B + 2C + 2D, 140 // 3A + 3B + 3C + 3D) 144 vpunpckhqdq PASS1_SUMS, PASS0_SUMS, T1 // T1 = (0B 1B 0D 1D) [all …]
|
/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 25 #define R(a, b, c, d) \ argument 26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 34 .long R(ee, 77, 77, 99), R(f6, 7b, 7b, 8d) 35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd) 38 .long R(ce, 67, 67, a9), R(56, 2b, 2b, 7d) 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 41 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d) 42 .long R(89, c9, c9, 40), R(fa, 7d, 7d, 87) 50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a) 51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41) [all …]
|
/linux/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 42 {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 D | debug.c | 220 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 D | pwc-dec23.c | 3 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 D | zd_rf_rf2959.c | 17 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/hid/ |
H A D | hid-picolcd_debugfs.c | 77 u8 raw_data[3]; in picolcd_debug_eeprom_read() 101 if (copy_to_user(u, resp->raw_data+3, ret)) in picolcd_debug_eeprom_read() 131 if (copy_from_user(raw_data+3, u, min((u8)20, raw_data[2]))) in picolcd_debug_eeprom_write() 141 if (memcmp(raw_data, resp->raw_data, 3+raw_data[2]) == 0) { in picolcd_debug_eeprom_write() 173 if (data->addr_sz == 3) in _picolcd_flash_setaddr() 175 return data->addr_sz == 2 ? 2 : 3; in _picolcd_flash_setaddr() 238 u8 raw_data[3]; in _picolcd_flash_erase64() 381 dst[j-2] = dst[j-3] = '.'; in dump_buff_as_hex() 388 int raw_size = (report->size >> 3) + 1; in picolcd_debug_out_report() 406 snprintf(buff, BUFF_SZ, "\nout report %d (size %d) = ", in picolcd_debug_out_report() [all …]
|
/linux/drivers/video/fbdev/ |
H A D | atafb_utils.h | 60 : "=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 …]
|
/linux/kernel/bpf/ |
H A D | disasm.c | 36 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\n", in print_bpf_end_insn() [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | disasm.c | 36 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\n", in print_bpf_end_insn() [all …]
|
/linux/arch/loongarch/lib/ |
H A D | copy_user.S | 33 beqz a2, 3f 37 addi.d a0, a0, 1 38 addi.d a1, a1, 1 39 addi.d a2, a2, -1 42 3: move a0, a2 45 _asm_extable 1b, 3b 46 _asm_extable 2b, 3b 60 0: ld.d t0, a1, 0 61 1: st.d t0, a0, 0 62 add.d a3, a1, a2 [all …]
|
/linux/fs/ext4/ |
H A D | hash.c | 20 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() local 26 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform() 44 #define ROUND(f, a, b, c, d, x, s) \ argument 45 (a += f(b, c, d) + x, a = rol32(a, s)) 55 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local 58 ROUND(F, a, b, c, d, in[0] + K1, 3); in half_md4_transform() 59 ROUND(F, d, a, b, c, in[1] + K1, 7); in half_md4_transform() 60 ROUND(F, c, d, a, b, in[2] + K1, 11); in half_md4_transform() 61 ROUND(F, b, c, d, a, in[3] + K1, 19); in half_md4_transform() 62 ROUND(F, a, b, c, d, in[4] + K1, 3); in half_md4_transform() [all …]
|
/linux/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
H A D | ivb.asm | 31 * BTI 0: 2D Surface to help clear L3 (Render/Data Cache) 40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N }; 41 (+f0.0) jmpi(1) 44D { align1 WE_all 1N }; 49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N }; 50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */ 51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N }; 52 and(1) g3.1<1>D g3.1<0,1,0>D 3D { align1 1N }; /* g3.1 has sliceID … 53 mul(1) g3.5<1>D g3.1<0,1,0>D g1.10<0,1,0>UW { align1 1N }; 54 add(1) g3<1>D g3<0,1,0>D g3.5<0,1,0>D { align1 1N }; /* g3 = sliceID * Su… 55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N }; [all …]
|
H A D | hsw.asm | 31 * BTI 0: 2D Surface to help clear L3 (Render/Data Cache) 40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N }; 41 (+f0.0) jmpi(1) 352D { align1 WE_all 1N }; 49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N }; 50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */ 51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N }; 52 and(1) g3.1<1>D g3.1<0,1,0>D 3D { align1 1N }; /* g3.1 has sliceID … 53 mul(1) g3.5<1>D g3.1<0,1,0>D g1.10<0,1,0>UW { align1 1N }; 54 add(1) g3<1>D g3<0,1,0>D g3.5<0,1,0>D { align1 1N }; /* g3 = sliceID * Su… 55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N }; [all …]
|