/linux/arch/xtensa/include/asm/ |
A D | cacheasm.h | 51 __endla \ar, \at, _reps << (\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)) 83 .macro ___unlock_dcache_all ar at 93 .macro ___unlock_icache_all ar at 113 .macro ___flush_dcache_all ar at 123 .macro ___invalidate_dcache_all ar at 133 .macro ___invalidate_icache_all ar at [all …]
|
A D | asmmacro.h | 53 loop \at, 99f 71 extui \at, \at, \incr_log2, \mask_log2 73 srli \at, \at, \incr_log2 76 loop\cond \at, 99f 86 b\ncond \at, 99f 90 slli \at, \at, \incr_log2 91 add \at, \ar, \at 107 sub \at, \as, \ar 109 addi \at, \at, (1 << \incr_log2) - 1 110 srli \at, \at, \incr_log2 [all …]
|
A D | asm-uaccess.h | 63 .macro set_fs at, av, sp 64 GET_CURRENT(\at,\sp) 65 s32i \av, \at, THREAD_CURRENT_DS 91 .macro kernel_ok at, sp, success 92 get_fs \at, \sp 93 beqz \at, \success 119 .macro user_ok aa, as, at, error 121 bgeu \as, \at, \error 122 sub \at, \at, \as 123 bgeu \aa, \at, \error [all …]
|
/linux/drivers/scsi/ |
A 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/arch/mips/crypto/ |
A D | poly1305-mips.pl | 929 mfhi $at 938 mfhi $at 986 sltu $at,$h0,$at 1003 sltu $at,$h0,$at 1018 sltu $at,$h1,$at 1033 sltu $at,$h1,$at 1047 sltu $at,$h2,$at 1064 sltu $at,$h2,$at 1078 sltu $at,$h2,$at 1094 sltu $at,$h3,$at [all …]
|
A D | chacha-core.S | 209 lw $at, 16($sp) 263 addiu $at, -2 325 ins T0, $at, 1, 6 328 addu T1, STATE, $at 370 addu IN, $at 371 addu OUT, $at 374 addiu $at, BYTES, 1 405 ins T0, $at, 1, 6 424 .set at define 438 #define X13 $at [all …]
|
/linux/Documentation/hwmon/ |
A 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 …]
|
A D | lm90.rst | 92 Datasheet: Publicly available at the Maxim website 102 Datasheet: Publicly available at the Maxim website 112 Datasheet: Publicly available at the Maxim website 122 Datasheet: Publicly available at the Maxim website 134 Datasheet: Publicly available at the Maxim website 246 Datasheet: Publicly available at NXP website 264 Datasheet: Publicly available at TI website 274 Datasheet: Publicly available at TI website 304 * Filter and alert configuration register at 0xBF. 316 * Consecutive alert register at 0x22. [all …]
|
A 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/drivers/ata/ |
A 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()
|
A 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() 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() 103 t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 2, 10)]) : 0x03; in timing_setup() 107 t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 1, 10)]) : 0x03; in timing_setup() 111 t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 1, 15)]) : 0x03; in timing_setup() [all …]
|
/linux/drivers/net/appletalk/ |
A D | ipddp.c | 170 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit() 173 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit() 185 aarp_send_ddp(rt->dev, skb, &rt->at, NULL); in ipddp_xmit() 204 rt->at = new_rt->at; in ipddp_create() 206 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create() 239 tmp->at.s_net == rt->at.s_net && in ipddp_delete() 240 tmp->at.s_node == rt->at.s_node) in ipddp_delete() 264 f->at.s_net == rt->at.s_net && in __ipddp_find_route() 265 f->at.s_node == rt->at.s_node) in __ipddp_find_route() 297 rcp2.at = rp->at; in ipddp_siocdevprivate()
|
/linux/net/netfilter/ |
A 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/Documentation/admin-guide/media/ |
A 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/Documentation/misc-devices/ |
A D | eeprom.rst | 28 24C01 1K 0x50 (shadows at 0x51 - 0x57) 33 24C08 8K 0x50, 0x54 (additional data at 0x51, 0x52, 35 24C16 16K 0x50 (additional data at 0x51 - 0x57) 38 Atmel 34C02B 2K 0x50 - 0x57, SW write protect at 0x30-37 39 Catalyst 34FC02 2K 0x50 - 0x57, SW write protect at 0x30-37 40 Catalyst 34RC02 2K 0x50 - 0x57, SW write protect at 0x30-37 41 Fairchild 34W02 2K 0x50 - 0x57, SW write protect at 0x30-37 42 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37 43 ST M34C02 2K 0x50 - 0x57, SW write protect at 0x30-37 64 organization laid out by Frodo, but it should be at least completely [all …]
|
/linux/Documentation/devicetree/bindings/mips/img/ |
A 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/Documentation/translations/ja_JP/ |
A 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/net/appletalk/ |
A D | ddp.c | 95 struct atalk_sock *at = at_sk(s); in atalk_search_socket() local 97 if (to->sat_port != at->src_port) in atalk_search_socket() 139 struct atalk_sock *at; in atalk_find_or_insert_socket() local 143 at = at_sk(s); in atalk_find_or_insert_socket() 147 at->src_port == sat->sat_port) in atalk_find_or_insert_socket() 1178 at->src_port = addr->sat_port; in atalk_bind() 1232 at->dest_port = addr->sat_port; in atalk_connect() 1631 at_hint.s_net = at->src_net; in atalk_sendmsg() 1675 ddp->deh_snet = at->src_net; in atalk_sendmsg() 1677 ddp->deh_snode = at->src_node; in atalk_sendmsg() [all …]
|
A 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/arch/mips/math-emu/ |
A 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()
|
A 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/Documentation/networking/device_drivers/ethernet/toshiba/ |
A 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" 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 95 Meanwhile, hw is pointing at 21, which is free. 146 net eth1: Chain tail located at descr=255 147 net eth1: Chain head is at 255 148 net eth1: HW curr desc (GDACTDPA) is at 0 [all …]
|
/linux/tools/testing/selftests/rcutorture/doc/ |
A D | TREE_RCU-kconfig.txt | 24 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not. 32 nohz_full - do at least one. 33 maxcpu -- do at least one. 34 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not. 35 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not. 36 rcupdate.rcu_self_test -- Do at least one each, offloaded and not. 37 rcutree.rcu_fanout_exact -- Do at least one.
|
/linux/Documentation/devicetree/bindings/regulator/ |
A D | rohm,bd71815-regulator.yaml | 57 regulator should be disabled at RUN state. 64 Whether to keep regulator enabled at "SNVS" state or not. 65 0 means regulator should be disabled at SNVS state, non zero voltage 77 regulator should be disabled at SUSPEND state. 86 regulator should be disabled at LPSR state. 99 # Given RUN voltage is used at all states if regulator is enabled at 101 # Values given for other states are regarded as enable/disable at 106 # be overridden by setting voltage to 0 (regulator disabled at given 107 # state) or non-zero (regulator enabled at given state). Please note
|
/linux/Documentation/filesystems/ |
A D | sharedsubtree.rst | 70 Now let's say we mount a device at /tmp/a:: 100 the mount at /mnt. 102 Now let's make the mount at /tmp; a slave of /mnt 114 Note the mount event has propagated to the mount at /tmp 273 The mount at /mnt and that at /tmp are both shared and belong 531 it to mount at other mountpoints is not possible. 654 At this point we have the first mount at /tmp and 656 And then we have a second mount at /tmp1 with root 658 Next we have a third mount at /mnt with root dentry 664 at this point if we execute the following command [all …]
|