Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 2397) sorted by relevance

12345678910>>...96

/linux/arch/xtensa/include/asm/
H A Dcacheasm.h35 .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 …]
H A Dasmmacro.h50 .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 …]
H A Dasm-uaccess.h49 .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/drivers/scsi/
H A D53c700_d.h_shipped12 ;; (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/lib/crypto/mips/
H A Dpoly1305-mips.pl40 ($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);
546 ($a4,$a5,$a6,$a7,$at,$t0,$t1,$t2);
804 srlv $at,$d1,$t1
806 or $d0,$d0,$at
807 srlv $at,$d2,$t1
809 or $d1,$d1,$at
810 srlv $at,$d3,$t1
812 or $d2,$d2,$at
817 sllv $at,$d1,$t1
[all …]
H A Dchacha-core.S205 lw $at, 16($sp)
259 addiu $at, -2
268 bnez $at, .Loop_chacha_xor_rounds
276 lw $at, (STACK_SIZE+16)($sp)
315 andi $at, BYTES, MASK_U32
321 ins T0, $at, 1, 6
324 addu T1, STATE, $at
333 subu BYTES, $at, BYTES
343 lw $at, (STACK_SIZE+16)($sp)
366 addu IN, $at
[all …]
/linux/drivers/ata/
H A Dpata_ns87410.c55 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()
/linux/Documentation/admin-guide/media/
H A Ddvb_references.rst9 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.
H A Dfimc.rst16 availability, LCD writeback support, etc. The driver is located at
31 - dynamic pipeline re-configuration at runtime (re-attachment of any FIMC
47 The driver supports Media Controller API as defined at :ref:`media_controller`.
51 to the SoC peripheral camera input at runtime and optionally to control internal
65 V4L2 memory-to-memory interface at /dev/video? device node. This is standalone
74 The driver supports V4L2 Video Capture Interface as defined at
84 node is also created per each available and enabled at the platform level
97 When we configure these devices through sub-device API at user space, the
102 devices belonging to the pipeline is done at the video node driver.
105 when the last configuration steps at the video node is performed.
[all …]
/linux/net/netfilter/
H A Dxt_u32.c28 u_int32_t at; in u32_match_it() local
36 at = 0; in u32_match_it()
62 if (at + val < at) in u32_match_it()
64 at += val; in u32_match_it()
66 if (at + 4 < at || skb->len < at + 4 || in u32_match_it()
67 pos > skb->len - at - 4) in u32_match_it()
70 if (skb_copy_bits(skb, at + pos, &n, in u32_match_it()
/linux/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt20 - 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/arch/xtensa/lib/
H A Dmulsi3.S6 .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
H A Dumulsidi3.S163 .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/Documentation/translations/ja_JP/
H A Dstable_kernel_rules.txt11 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>
H A Dstable_api_nonsense.txt21 原著作者: Greg Kroah-Hartman < greg at kroah dot com >
22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com >
23 校正者 : Masanori Kobayashi さん < zap03216 at nifty dot ne dot jp >
24 Seiji Kaneko さん < skaneko at a2 dot mbn dot or dot jp >
32 Greg Kroah-Hartman <greg at kroah dot com>
/linux/arch/mips/math-emu/
H A Dsp_mul.c24 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()
H A Ddp_mul.c24 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()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h201 #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/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt23 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/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw12 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).
46 and sent while the replies are read back one message at time
47 (receiving an EOF at each message boundary).
66 and sent while the replies are read back one message at time
67 (receiving an EOF at each message boundary).
77 Each read gives back one message at time (receiving an EOF at
88 Each read gives back one message at time (receiving an EOF at
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c607 struct mlx5hws_action_template *at) in hws_matcher_check_and_process_at() argument
613 valid = mlx5hws_action_check_combo(ctx, at->action_type_arr, matcher->tbl->type); in hws_matcher_check_and_process_at()
620 ret = mlx5hws_action_template_process(at); in hws_matcher_check_and_process_at()
641 struct mlx5hws_action_template *at = &matcher->at[i]; in hws_matcher_bind_at() local
643 ret = hws_matcher_check_and_process_at(matcher, at); in hws_matcher_bind_at()
649 required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); in hws_matcher_bind_at()
921 col_matcher->at = matcher->at; in hws_matcher_create_col_matcher()
1022 p = krealloc(matcher->at, in hws_matcher_grow_at_array()
1023 matcher->size_of_at_array * sizeof(*matcher->at), in hws_matcher_grow_at_array()
1030 matcher->at = p; in hws_matcher_grow_at_array()
[all …]
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst23 available at:
227 - Abel Gordon, abelg <at> il.ibm.com
228 - Nadav Har'El, nyh <at> il.ibm.com
229 - Orit Wasserman, oritw <at> il.ibm.com
230 - Ben-Ami Yassor, benami <at> il.ibm.com
231 - Muli Ben-Yehuda, muli <at> il.ibm.com
234 - Anthony Liguori, aliguori <at> us.ibm.com
235 - Mike Day, mdday <at> us.ibm.com
236 - Michael Factor, factor <at> il.ibm.com
237 - Zvi Dubitzky, dubi <at> il.ibm.com
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c38 int WL, CL, WR, at[2], dt, ds; in nvkm_gddr5_calc() local
61 at[0] = ram->next->bios.timing_20_2e_c0; in nvkm_gddr5_calc()
62 at[1] = ram->next->bios.timing_20_2e_30; in nvkm_gddr5_calc()
82 ram->mr[1] |= (at[0] & 0x03) << 4; in nvkm_gddr5_calc()
92 ram->mr[1] |= (at[1] & 0x03) << 4; in nvkm_gddr5_calc()
/linux/drivers/platform/chrome/
H A Dchromeos_acpi.c94 int i, r, at, room_left; in chromeos_acpi_handle_package() local
97 at = 0; in chromeos_acpi_handle_package()
102 byte_per_line, 1, buf + at, room_left, in chromeos_acpi_handle_package()
106 at += r; in chromeos_acpi_handle_package()
109 r = sysfs_emit_at(buf, at, "\n"); in chromeos_acpi_handle_package()
112 at += r; in chromeos_acpi_handle_package()
116 buf[at] = 0; in chromeos_acpi_handle_package()
117 return at; in chromeos_acpi_handle_package()
/linux/scripts/
H A Dunifdef.c746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { in op_strict() argument
747 if(at == LT_IF || bt == LT_IF) return (LT_IF); in op_strict()
750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() argument
751 return op_strict(p, a < b, at, bt); in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() argument
754 return op_strict(p, a > b, at, bt); in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() argument
757 return op_strict(p, a <= b, at, bt); in op_le()
759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge() argument
760 return op_strict(p, a >= b, at, bt); in op_ge()
[all …]

12345678910>>...96