Home
last modified time | relevance | path

Searched full:at (Results 1 – 25 of 6541) sorted by relevance

12345678910>>...262

/Linux-v5.10/drivers/scsi/
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-v5.10/arch/xtensa/include/asm/
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 …]
Dasmmacro.h20 * __loopi ar, at, size, inc
22 * at scratch register used by macro
26 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
29 * at scratch register use by macro
49 .macro __loopi ar, at, size, incr
52 movi \at, ((\size + \incr - 1) / (\incr))
53 loop \at, 99f
55 addi \at, \ar, \size
65 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond
69 addi \at, \as, (1 << \incr_log2) - 1
[all …]
Dasm-uaccess.h56 * <at> anything (temp register)
60 * <at> destroyed (actually, current)
63 .macro set_fs at, av, sp
64 GET_CURRENT(\at,\sp)
65 s32i \av, \at, THREAD_CURRENT_DS
80 * <at> anything (temp register)
85 * <at> destroyed (actually, current->thread.current_ds)
91 .macro kernel_ok at, sp, success
92 get_fs \at, \sp
93 beqz \at, \success
[all …]
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_target.c29 #define AT(_action, _token, _pull, _push) \ macro
36 AT(0, 0, 0, pp); in target_rw()
37 AT(1, 0, pp, 0); in target_rw()
38 AT(NFP_CPP_ACTION_RW, 0, pp, pp); in target_rw()
47 AT(0, 0, 0, P64); /* ReadNbiDma */ in nfp6000_nbi_dma()
48 AT(1, 0, P64, 0); /* WriteNbiDma */ in nfp6000_nbi_dma()
49 AT(NFP_CPP_ACTION_RW, 0, P64, P64); in nfp6000_nbi_dma()
58 AT(0, 0, 0, P32); /* ReadNbiStats */ in nfp6000_nbi_stats()
59 AT(1, 0, P32, 0); /* WriteNbiStats */ in nfp6000_nbi_stats()
60 AT(NFP_CPP_ACTION_RW, 0, P32, P32); in nfp6000_nbi_stats()
[all …]
/Linux-v5.10/arch/powerpc/kernel/
Dvmlinux.lds.S51 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
77 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
84 .text : AT(ADDR(.text) - LOAD_OFFSET) {
102 * .sfpr gets placed at the beginning of a group of input
128 __stf_entry_barrier_fixup : AT(ADDR(__stf_entry_barrier_fixup) - LOAD_OFFSET) {
135 __uaccess_flush_fixup : AT(ADDR(__uaccess_flush_fixup) - LOAD_OFFSET) {
142 __entry_flush_fixup : AT(ADDR(__entry_flush_fixup) - LOAD_OFFSET) {
149 __stf_exit_barrier_fixup : AT(ADDR(__stf_exit_barrier_fixup) - LOAD_OFFSET) {
156 __rfi_flush_fixup : AT(ADDR(__rfi_flush_fixup) - LOAD_OFFSET) {
165 __spec_barrier_fixup : AT(ADDR(__spec_barrier_fixup) - LOAD_OFFSET) {
[all …]
/Linux-v5.10/drivers/net/ethernet/agere/
Det131x.h36 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
81 * Tx queue start address reg in global address map at address 0x0000
82 * tx queue end address reg in global address map at address 0x0004
83 * rx queue start address reg in global address map at address 0x0008
84 * rx queue end address reg in global address map at address 0x000C
88 * located at address 0x0010
103 /* Interrupt status reg at address 0x0018
120 /* Interrupt mask register at address 0x001C
121 * Interrupt alias clear mask reg at address 0x0020
122 * Interrupt status alias reg at address 0x0024
[all …]
/Linux-v5.10/Documentation/hwmon/
Disl68137.rst14 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 …]
Dlm90.rst12 Datasheet: Publicly available at the National Semiconductor website
22 Datasheet: Publicly available at the National Semiconductor website
32 Datasheet: Publicly available at the National Semiconductor website
42 Datasheet: Publicly available at the National Semiconductor website
52 Datasheet: Publicly available at the ON Semiconductor website
62 Datasheet: Publicly available at the ON Semiconductor website
72 Datasheet: Publicly available at the ON Semiconductor website
82 Datasheet: Publicly available at the ON Semiconductor website
92 Datasheet: Publicly available at the Maxim website
102 Datasheet: Publicly available at the Maxim website
[all …]
/Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/filters/
Dbasic.json15 …add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u8 at 0 layer link mask 0x…
18 …ter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at 0 layer 0 mask 0xff …
37 …add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u8 at 0 layer link mask 0x…
40 …ter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at 0 layer 0 mask 0xff …
59 …dd dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u16 at 0 layer 0 mask 0xff0…
62 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1.*cmp\\(u16 at 0 layer 0…
81 …dd dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u32 at 4 layer link mask 0x…
84 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1.*cmp\\(u32 at 4 layer 0…
103 …dev $DEV1 parent ffff: handle 0xab protocol ip prio 11 basic match 'cmp(u8 at 0 layer 1 mask 0xff …
106 …r parent ffff: protocol ip pref 11 basic.*handle 0xab flowid 1:1.*cmp\\(u8 at 0 layer 1 mask 0xff …
[all …]
/Linux-v5.10/include/linux/mfd/
Drohm-generic.h37 * @run_reg: register address for regulator config at 'run' state
38 * @run_mask: value mask for regulator voltages at 'run' state
39 * @run_on_mask: enable mask for regulator at 'run' state
40 * @idle_reg: register address for regulator config at 'idle' state
41 * @idle_mask: value mask for regulator voltages at 'idle' state
42 * @idle_on_mask: enable mask for regulator at 'idle' state
43 * @suspend_reg: register address for regulator config at 'suspend' state
44 * @suspend_mask: value mask for regulator voltages at 'suspend' state
45 * @suspend_on_mask: enable mask for regulator at 'suspend' state
46 * @lpsr_reg: register address for regulator config at 'lpsr' state
[all …]
/Linux-v5.10/sound/soc/sof/intel/
DKconfig18 'select' statements at a higher level
34 'select' statements at a higher level
40 'select' statements at a higher level
48 'select' statements at a higher level
58 'select' statements at a higher level
72 recommended for distros. At some point all legacy drivers will be
83 'select' statements at a higher level
95 recommended for distros. At some point all legacy drivers will be
107 'select' statements at a higher level
126 'select' statements at a higher level
[all …]
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-driver-ufs9 the link into hibernate state. That will save power at the
20 the descriptor could be found at UFS specifications 2.1.
29 the descriptor could be found at UFS specifications 2.1.
38 about the descriptor could be found at UFS specifications 2.1.
48 at UFS specifications 2.1.
57 about the descriptor could be found at UFS specifications 2.1.
67 at UFS specifications 2.1.
77 be found at UFS specifications 2.1.
88 be found at UFS specifications 2.1.
98 about the descriptor could be found at UFS specifications 2.1.
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/toshiba/
Dspider_net.rst44 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 …]
/Linux-v5.10/drivers/staging/comedi/drivers/
Dni_atmio.c3 * Comedi driver for NI AT-MIO E series cards
11 * Description: National Instruments AT-MIO-E series
13 * Devices: [National Instruments] AT-MIO-16E-1 (ni_atmio),
14 * AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
15 * AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
32 * seem to boot into a state where the all calibration DACs are at one
34 * Calibration at boot is strongly encouraged.
63 * 321791a.pdf discontinuation of at-mio-16e-10 rev. c
64 * 321808a.pdf about at-mio-16e-10 rev P
65 * 321837a.pdf discontinuation of at-mio-16de-10 rev d
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/mips/img/
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-v5.10/arch/s390/kernel/
Ddis.c75 A_8, /* Access reg. starting at position 8 */
76 A_12, /* Access reg. starting at position 12 */
77 A_24, /* Access reg. starting at position 24 */
78 A_28, /* Access reg. starting at position 28 */
79 B_16, /* Base register starting at position 16 */
80 B_32, /* Base register starting at position 32 */
81 C_8, /* Control reg. starting at position 8 */
82 C_12, /* Control reg. starting at position 12 */
83 D20_20, /* 20 bit displacement starting at 20 */
84 D_20, /* Displacement starting at position 20 */
[all …]
/Linux-v5.10/Documentation/misc-devices/
Deeprom.rst28 24C01 1K 0x50 (shadows at 0x51 - 0x57)
32 (additional data at 0x51, 0x53, 0x55, 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
[all …]
/Linux-v5.10/arch/mips/crypto/
Dpoly1305-mips.pl25 # Modulo-scheduling reduction allows to omit dependency chain at the
40 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
56 # ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
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
[all …]
/Linux-v5.10/Documentation/admin-guide/media/
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.
/Linux-v5.10/arch/ia64/kernel/
Dvmlinux.lds.S48 .text : AT(ADDR(.text) - LOAD_OFFSET) {
62 .text2 : AT(ADDR(.text2) - LOAD_OFFSET) {
67 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {
79 __mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET) {
85 .data..patch.phys_stack_reg : AT(ADDR(.data..patch.phys_stack_reg) - LOAD_OFFSET) {
98 .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - LOAD_OFFSET) {
101 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) {
111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
126 .data..patch.vtop : AT(ADDR(.data..patch.vtop) - LOAD_OFFSET) {
132 .data..patch.rse : AT(ADDR(.data..patch.rse) - LOAD_OFFSET) {
[all …]
/Linux-v5.10/arch/microblaze/kernel/
Dvmlinux.lds.S30 .text : AT(ADDR(.text) - LOAD_OFFSET) {
49 __fdt_blob : AT(ADDR(__fdt_blob) - LOAD_OFFSET) {
63 .sdata2 : AT(ADDR(.sdata2) - LOAD_OFFSET) {
79 .sdata : AT(ADDR(.sdata) - LOAD_OFFSET) {
84 .sbss : AT(ADDR(.sbss) - LOAD_OFFSET) {
100 .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
105 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) {
111 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
115 .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET ) {
119 .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET) {
[all …]
/Linux-v5.10/arch/mips/bcm63xx/
Ddev-enet.c48 .start = -1, /* filled at runtime */
49 .end = -1, /* filled at runtime */
53 .start = -1, /* filled at runtime */
54 .end = -1, /* filled at runtime */
58 .start = -1, /* filled at runtime */
59 .end = -1, /* filled at runtime */
77 .start = -1, /* filled at runtime */
78 .end = -1, /* filled at runtime */
82 .start = -1, /* filled at runtime */
86 .start = -1, /* filled at runtime */
[all …]
/Linux-v5.10/Documentation/filesystems/
Dsharedsubtree.rst59 The above command replicates the mount at /mnt to the mountpoint /tmp
70 Now let's say we mount a device at /tmp/a::
80 Note that the mount has propagated to the mount at /mnt as well.
99 the new mount at /tmp becomes a shared mount and it is a replica of
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
116 However let's see what happens if we mount something on the mount at /tmp
125 Note how the mount event has not propagated to the mount at
136 let's say we have a mount at /mnt and we make it unbindable::
[all …]
/Linux-v5.10/arch/x86/kernel/
Dvmlinux.lds.S13 * at run time. Absolute symbols are not relocated. If symbol value should
125 .text : AT(ADDR(.text) - LOAD_OFFSET) {
159 .data : AT(ADDR(.data) - LOAD_OFFSET) {
192 .vvar : AT(ADDR(.vvar) - LOAD_OFFSET) {
196 /* Place all vvars at the offsets in asm/vvar.h. */
214 .init.begin : AT(ADDR(.init.begin) - LOAD_OFFSET) {
241 .altinstr_aux : AT(ADDR(.altinstr_aux) - LOAD_OFFSET) {
247 .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
254 .x86_intel_mid_dev.init : AT(ADDR(.x86_intel_mid_dev.init) - \
269 .parainstructions : AT(ADDR(.parainstructions) - LOAD_OFFSET) {
[all …]

12345678910>>...262