Home
last modified time | relevance | path

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

12345678910>>...432

/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/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.h58 * <at> anything (temp register)
62 * <at> destroyed (actually, current)
65 .macro set_fs at, av, sp
66 GET_CURRENT(\at,\sp)
67 s32i \av, \at, THREAD_CURRENT_DS
82 * <at> anything (temp register)
87 * <at> destroyed (actually, current->thread.current_ds)
93 .macro kernel_ok at, sp, success
94 get_fs \at, \sp
95 beqz \at, \success
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_target.c55 #define AT(_action, _token, _pull, _push) \ macro
62 AT(0, 0, 0, pp); in target_rw()
63 AT(1, 0, pp, 0); in target_rw()
64 AT(NFP_CPP_ACTION_RW, 0, pp, pp); in target_rw()
73 AT(0, 0, 0, P64); /* ReadNbiDma */ in nfp6000_nbi_dma()
74 AT(1, 0, P64, 0); /* WriteNbiDma */ in nfp6000_nbi_dma()
75 AT(NFP_CPP_ACTION_RW, 0, P64, P64); in nfp6000_nbi_dma()
84 AT(0, 0, 0, P32); /* ReadNbiStats */ in nfp6000_nbi_stats()
85 AT(1, 0, P32, 0); /* WriteNbiStats */ in nfp6000_nbi_stats()
86 AT(NFP_CPP_ACTION_RW, 0, P32, P32); in nfp6000_nbi_stats()
[all …]
/kernel/linux/linux-4.19/Documentation/isdn/
DREADME.audio13 AT+FCLASS=8 Enable audio mode.
18 AT+FCLASS=0 Disable audio mode.
20 AT+FCLASS=? Show possible modes.
21 AT+FCLASS? Report current mode (0 or 8).
27 AT+Vxx? Show current setting.
28 AT+Vxx=? Show possible settings.
29 AT+Vxx=v Set simple parameter.
30 AT+Vxx=v,v ... Set complex parameter.
35 AT+VNH=x Auto hangup setting. NO EFFECT, supported
37 AT+VNH? Always reporting "1"
[all …]
/kernel/linux/linux-4.19/arch/powerpc/kernel/
Dvmlinux.lds.S26 ELF file with all segments at load address 0 as input. This
27 happens when running "strip" on vmlinux, because of the AT() magic
30 into the "notes" segment (at a non-zero load address).
64 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
90 .text BLOCK(0) : AT(ADDR(.text) - LOAD_OFFSET) {
97 .text : AT(ADDR(.text) - LOAD_OFFSET) {
111 * .sfpr gets placed at the beginning of a group of input
137 __stf_entry_barrier_fixup : AT(ADDR(__stf_entry_barrier_fixup) - LOAD_OFFSET) {
144 __uaccess_flush_fixup : AT(ADDR(__uaccess_flush_fixup) - LOAD_OFFSET) {
151 __entry_flush_fixup : AT(ADDR(__entry_flush_fixup) - LOAD_OFFSET) {
[all …]
/kernel/linux/linux-5.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 __scv_entry_flush_fixup : AT(ADDR(__scv_entry_flush_fixup) - LOAD_OFFSET) {
156 __stf_exit_barrier_fixup : AT(ADDR(__stf_exit_barrier_fixup) - LOAD_OFFSET) {
163 __rfi_flush_fixup : AT(ADDR(__rfi_flush_fixup) - LOAD_OFFSET) {
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/agere/
Det131x.h36 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
82 * Tx queue start address reg in global address map at address 0x0000
83 * tx queue end address reg in global address map at address 0x0004
84 * rx queue start address reg in global address map at address 0x0008
85 * rx queue end address reg in global address map at address 0x000C
89 * located at address 0x0010
104 /* Interrupt status reg at address 0x0018
121 /* Interrupt mask register at address 0x001C
122 * Interrupt alias clear mask reg at address 0x0020
123 * Interrupt status alias reg at address 0x0024
[all …]
/kernel/linux/linux-4.19/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.
28 the descriptor could be found at UFS specifications 2.1.
36 about the descriptor could be found at UFS specifications 2.1.
45 at UFS specifications 2.1.
53 about the descriptor could be found at UFS specifications 2.1.
62 at UFS specifications 2.1.
71 be found at UFS specifications 2.1.
81 be found at UFS specifications 2.1.
90 about the descriptor could be found at UFS specifications 2.1.
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/include/linux/mfd/
Drohm-generic.h35 * @run_reg: register address for regulator config at 'run' state
36 * @run_mask: value mask for regulator voltages at 'run' state
37 * @run_on_mask: enable mask for regulator at 'run' state
38 * @idle_reg: register address for regulator config at 'idle' state
39 * @idle_mask: value mask for regulator voltages at 'idle' state
40 * @idle_on_mask: enable mask for regulator at 'idle' state
41 * @suspend_reg: register address for regulator config at 'suspend' state
42 * @suspend_mask: value mask for regulator voltages at 'suspend' state
43 * @suspend_on_mask: enable mask for regulator at 'suspend' state
44 * @lpsr_reg: register address for regulator config at 'lpsr' state
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/Documentation/hwmon/
Dlm908 Datasheet: Publicly available at the National Semiconductor website
13 Datasheet: Publicly available at the National Semiconductor website
18 Datasheet: Publicly available at the National Semiconductor website
23 Datasheet: Publicly available at the National Semiconductor website
28 Datasheet: Publicly available at the ON Semiconductor website
33 Datasheet: Publicly available at the ON Semiconductor website
38 Datasheet: Publicly available at the ON Semiconductor website
43 Datasheet: Publicly available at the ON Semiconductor website
48 Datasheet: Publicly available at the Maxim website
53 Datasheet: Publicly available at the Maxim website
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/Documentation/misc-devices/
Deeprom20 24C01 1K 0x50 (shadows at 0x51 - 0x57)
24 (additional data at 0x51, 0x53, 0x55, 0x57)
25 24C08 8K 0x50, 0x54 (additional data at 0x51, 0x52,
27 24C16 16K 0x50 (additional data at 0x51 - 0x57)
30 Atmel 34C02B 2K 0x50 - 0x57, SW write protect at 0x30-37
31 Catalyst 34FC02 2K 0x50 - 0x57, SW write protect at 0x30-37
32 Catalyst 34RC02 2K 0x50 - 0x57, SW write protect at 0x30-37
33 Fairchild 34W02 2K 0x50 - 0x57, SW write protect at 0x30-37
34 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37
35 ST M34C02 2K 0x50 - 0x57, SW write protect at 0x30-37
[all …]
/kernel/linux/linux-4.19/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 …]

12345678910>>...432