/linux-6.12.1/arch/xtensa/include/asm/ |
D | cacheasm.h | 35 .macro __loop_cache_unroll ar at insn size line_width max_immed 45 __loopi \ar, \at, \size, (_reps << (\line_width)) 51 __endla \ar, \at, _reps << (\line_width) 56 .macro __loop_cache_all ar at insn size line_width max_immed 59 __loop_cache_unroll \ar, \at, \insn, \size, \line_width, \max_immed 64 .macro __loop_cache_range ar as at insn line_width 66 extui \at, \ar, 0, \line_width 67 add \as, \as, \at 69 __loops \ar, \as, \at, \line_width 71 __endla \ar, \at, (1 << (\line_width)) [all …]
|
D | asmmacro.h | 50 .macro __loopi ar, at, size, incr 53 movi \at, ((\size + \incr - 1) / (\incr)) 54 loop \at, 99f 56 addi \at, \ar, \size 66 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 70 addi \at, \as, (1 << \incr_log2) - 1 72 extui \at, \at, \incr_log2, \mask_log2 74 srli \at, \at, \incr_log2 77 loop\cond \at, 99f 80 extui \at, \as, \incr_log2, \mask_log2 [all …]
|
D | asm-uaccess.h | 49 .macro user_ok aa, as, at, error 50 movi \at, __XTENSA_UL_CONST(TASK_SIZE) 51 bgeu \as, \at, \error 52 sub \at, \at, \as 53 bgeu \aa, \at, \error 79 .macro access_ok aa, as, at, sp, error 80 user_ok \aa, \as, \at, \error
|
/linux-6.12.1/drivers/scsi/ |
D | 53c700_d.h_shipped | 12 ;; (at your option) any later version. 146 at 0x00000000 : */ 0x41000000,0x00000020, 150 at 0x00000002 : */ 0x830b0000,0x00000460, 154 at 0x00000004 : */ 0x860a0000,0x000001b0, 158 at 0x00000006 : */ 0x98080000,0x00000110, 164 at 0x00000008 : */ 0x50000000,0x00000058, 168 at 0x0000000a : */ 0x9f0b0000,0x00001000, 172 at 0x0000000c : */ 0x98080000,0x00002002, 179 at 0x0000000e : */ 0x0f000001,0x00000000, 183 at 0x00000010 : */ 0x98080000,0x00001003, [all …]
|
/linux-6.12.1/arch/mips/crypto/ |
D | poly1305-mips.pl | 40 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25)); 76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 548 ($a4,$a5,$a6,$a7,$at,$t0,$t1,$t2); 808 srlv $at,$d1,$t1 810 or $d0,$d0,$at 811 srlv $at,$d2,$t1 813 or $d1,$d1,$at 814 srlv $at,$d3,$t1 816 or $d2,$d2,$at 821 sllv $at,$d1,$t1 [all …]
|
D | chacha-core.S | 209 lw $at, 16($sp) 263 addiu $at, -2 272 bnez $at, .Loop_chacha_xor_rounds 280 lw $at, (STACK_SIZE+16)($sp) 319 andi $at, BYTES, MASK_U32 325 ins T0, $at, 1, 6 328 addu T1, STATE, $at 337 subu BYTES, $at, BYTES 347 lw $at, (STACK_SIZE+16)($sp) 370 addu IN, $at [all …]
|
/linux-6.12.1/drivers/ata/ |
D | pata_ns87410.c | 55 struct ata_timing at; in ns87410_set_piomode() local 74 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) { in ns87410_set_piomode() 79 at.active = clamp_val(at.active, 2, 16) - 2; in ns87410_set_piomode() 80 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode() 81 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode() 83 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
|
D | pata_amd.c | 52 struct ata_timing at, apeer; in timing_setup() local 62 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) { in timing_setup() 71 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup() 74 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup() 77 if (speed == XFER_UDMA_5 && amd_clock <= 33333) at.udma = 1; in timing_setup() 78 if (speed == XFER_UDMA_6 && amd_clock <= 33333) at.udma = 15; in timing_setup() 86 t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at.setup, 1, 4) - 1) << ((3 - dn) << 1)); in timing_setup() 91 ((clamp_val(at.act8b, 1, 16) - 1) << 4) | (clamp_val(at.rec8b, 1, 16) - 1)); in timing_setup() 95 ((clamp_val(at.active, 1, 16) - 1) << 4) | (clamp_val(at.recover, 1, 16) - 1)); in timing_setup() 99 t = at.udma ? (0xc0 | (clamp_val(at.udma, 2, 5) - 2)) : 0x03; in timing_setup() [all …]
|
/linux-6.12.1/Documentation/hwmon/ |
D | isl68137.rst | 14 Publicly available at the Renesas website 25 Publicly available (after August 2020 launch) at the Renesas website 35 Publicly available (after August 2020 launch) at the Renesas website 45 Publicly available (after August 2020 launch) at the Renesas website 55 Publicly available (after August 2020 launch) at the Renesas website 65 Publicly available (after August 2020 launch) at the Renesas website 75 Publicly available (after August 2020 launch) at the Renesas website 85 Publicly available (after August 2020 launch) at the Renesas website 95 Publicly available (after August 2020 launch) at the Renesas website 105 Publicly available (after August 2020 launch) at the Renesas website [all …]
|
D | lm90.rst | 12 Datasheet: Publicly available at the National Semiconductor website 20 Datasheet: Publicly available at the National Semiconductor website 30 Datasheet: Publicly available at the National Semiconductor website 40 Datasheet: Publicly available at the National Semiconductor website 50 Datasheet: Publicly available at the National Semiconductor website 60 Datasheet: Publicly available at the Analog Devices website 68 Datasheet: Publicly available at the Analog Devices website 76 Datasheet: Publicly available at the Analog Devices website 84 Datasheet: Publicly available at the ON Semiconductor website 94 Datasheet: Publicly available at the ON Semiconductor website [all …]
|
D | lm75.rst | 12 Datasheet: Publicly available at the National Semiconductor website 22 Datasheet: Publicly available at the National Semiconductor website 32 Datasheet: Publicly available at the Maxim website 42 Datasheet: Publicly available at the Maxim website 52 Datasheet: Publicly available at the Microchip website 62 Datasheet: Publicly available at the Microchip website 72 Datasheet: Publicly available at the Analog Devices website 82 Datasheet: Publicly available at the ST website 92 Datasheet: Publicly available at the ST website 102 Datasheet: Publicly available at the Texas Instruments website [all …]
|
/linux-6.12.1/net/netfilter/ |
D | xt_u32.c | 28 u_int32_t at; in u32_match_it() local 36 at = 0; in u32_match_it() 61 if (at + val < at) in u32_match_it() 63 at += val; in u32_match_it() 65 if (at + 4 < at || skb->len < at + 4 || in u32_match_it() 66 pos > skb->len - at - 4) in u32_match_it() 69 if (skb_copy_bits(skb, at + pos, &n, in u32_match_it()
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | dvb_references.rst | 9 The DVB mailing list linux-dvb is hosted at vger. Please see 12 There are also some other old lists hosted at: 14 reasons, please check the archive at https://linuxtv.org/pipermail/linux-dvb/. 16 The media subsystem Wiki is hosted at https://linuxtv.org/wiki/. 21 The API documentation is documented at the Kernel tree. You can find it 22 in both html and pdf formats, together with other useful documentation at: 26 You may also find useful material at https://linuxtv.org/downloads/. 29 a script at the kernel tree, at scripts/get_dvb_firmware.
|
/linux-6.12.1/Documentation/devicetree/bindings/mips/img/ |
D | xilfpga.txt | 20 - 128Mbyte DDR RAM at 0x0000_0000 21 - 8Kbyte RAM at 0x1000_0000 22 - axi_intc at 0x1020_0000 23 - axi_uart16550 at 0x1040_0000 24 - axi_gpio at 0x1060_0000 25 - axi_i2c at 0x10A0_0000 26 - custom_gpio at 0x10C0_0000 27 - axi_ethernetlite at 0x10E0_0000 28 - 8Kbyte BootRAM at 0x1FC0_0000 39 A CPU sub-node is also required for at least CPU 0. Required properties: [all …]
|
/linux-6.12.1/arch/xtensa/lib/ |
D | mulsi3.S | 6 .macro do_addx2 dst, as, at, tmp 8 addx2 \dst, \as, \at 11 add \dst, \tmp, \at 15 .macro do_addx4 dst, as, at, tmp 17 addx4 \dst, \as, \at 20 add \dst, \tmp, \at 24 .macro do_addx8 dst, as, at, tmp 26 addx8 \dst, \as, \at 29 add \dst, \tmp, \at
|
D | umulsidi3.S | 163 .macro do_addx2 dst, as, at, tmp 165 addx2 \dst, \as, \at 168 add \dst, \tmp, \at 172 .macro do_addx4 dst, as, at, tmp 174 addx4 \dst, \as, \at 177 add \dst, \tmp, \at 181 .macro do_addx8 dst, as, at, tmp 183 addx8 \dst, \as, \at 186 add \dst, \tmp, \at
|
/linux-6.12.1/Documentation/translations/ja_JP/ |
D | stable_kernel_rules.txt | 11 file at first. 20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com> 21 校正者: 武井伸光さん、<takei at webmasters dot gr dot jp> 22 かねこさん (Seiji Kaneko) <skaneko at a2 dot mbn dot or dot jp> 23 小林 雅典さん (Masanori Kobayasi) <zap03216 at nifty dot ne dot jp> 24 野口さん (Kenji Noguchi) <tokyo246 at gmail dot com> 25 神宮信太郎さん <jin at libjingu dot jp>
|
/linux-6.12.1/arch/mips/math-emu/ |
D | dp_mul.c | 24 u64 at; in ieee754dp_mul() local 129 at = lrm + (t << 32); in ieee754dp_mul() 130 hrm += at < lrm; in ieee754dp_mul() 131 lrm = at; in ieee754dp_mul() 137 at = lrm + (t << 32); in ieee754dp_mul() 138 hrm += at < lrm; in ieee754dp_mul() 139 lrm = at; in ieee754dp_mul()
|
D | sp_mul.c | 24 unsigned int at; in ieee754sp_mul() local 127 at = lrm + (t << 16); in ieee754sp_mul() 128 hrm += at < lrm; in ieee754sp_mul() 129 lrm = at; in ieee754sp_mul() 133 at = lrm + (t << 16); in ieee754sp_mul() 134 hrm += at < lrm; in ieee754sp_mul() 135 lrm = at; in ieee754sp_mul()
|
/linux-6.12.1/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 23 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not. 31 nohz_full - do at least one. 32 maxcpu -- do at least one. 33 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not. 34 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not. 35 rcupdate.rcu_self_test -- Do at least one each, offloaded and not. 36 rcutree.rcu_fanout_exact -- Do at least one.
|
/linux-6.12.1/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_dap_fasi.h | 201 #error DRXDAP_MAX_WCHUNKSIZE must be at least 3 in single master mode 204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode 209 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in single master mode 212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode 225 #error DRXDAP_MAX_RCHUNKSIZE must be at least 2
|
/linux-6.12.1/net/appletalk/ |
D | ddp.c | 96 struct atalk_sock *at = at_sk(s); in atalk_search_socket() local 98 if (to->sat_port != at->src_port) in atalk_search_socket() 103 if (atif->address.s_node == at->src_node && in atalk_search_socket() 104 atif->address.s_net == at->src_net) { in atalk_search_socket() 117 if (to->sat_addr.s_net == at->src_net && in atalk_search_socket() 118 (to->sat_addr.s_node == at->src_node || in atalk_search_socket() 127 atif->address.s_node == at->src_node) { in atalk_search_socket() 152 struct atalk_sock *at; in atalk_find_or_insert_socket() local 156 at = at_sk(s); in atalk_find_or_insert_socket() 158 if (at->src_net == sat->sat_addr.s_net && in atalk_find_or_insert_socket() [all …]
|
D | atalk_proc.c | 166 struct atalk_sock *at; in atalk_seq_socket_show() local 175 at = at_sk(s); in atalk_seq_socket_show() 179 s->sk_type, ntohs(at->src_net), at->src_node, at->src_port, in atalk_seq_socket_show() 180 ntohs(at->dest_net), at->dest_node, at->dest_port, in atalk_seq_socket_show()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | debugfs-scmi-raw | 12 and sent while the replies are read back one message at time 13 (receiving an EOF at each message boundary). 30 and sent while the replies are read back one message at time 31 (receiving an EOF at each message boundary). 41 Each read gives back one message at time (receiving an EOF at 52 Each read gives back one message at time (receiving an EOF at 81 and sent while the replies are read back one message at time 82 (receiving an EOF at each message boundary). 87 Note that these per-channel entries rooted at <..>/channels 108 and sent while the replies are read back one message at time [all …]
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/toshiba/ |
D | spider_net.rst | 44 descriptor pointer (GDACTDPA). The GDACTDPA points at the descr 53 hardware is ahead, the tail pointer will be pointing at a "full" 63 When traffic is flowing, then the head pointer will be pointing at 71 pointer, at which point the OS will notice that the head descr is 75 all be pointing at the same descr, which should be "empty". All of the 80 of the ring, starting at the tail pointer, and listing the status 86 net eth1: Chain tail located at descr=20 87 net eth1: Chain head is at 20 88 net eth1: HW curr desc (GDACTDPA) is at 21 90 net eth1: HW next desc (GDACNEXTDA) is at 22 [all …]
|