Home
last modified time | relevance | path

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

12345678910>>...427

/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-6.6/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/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-6.6/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.h21 * __loopi ar, at, size, inc
23 * at scratch register used by macro
27 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
30 * at scratch register use by macro
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
[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-6.6/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-6.6/tools/perf/pmu-events/arch/x86/amdzen4/
Ddata-fabric.json4 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 0.",
12 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 1.",
20 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 2.",
28 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 3.",
36 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 4.",
44 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 5.",
52 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 6.",
60 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 7.",
68 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 8.",
76 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 9.",
[all …]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dvmlinux.lds.S15 __soft_mask_table : AT(ADDR(__soft_mask_table) - LOAD_OFFSET) { \
23 __restart_table : AT(ADDR(__restart_table) - LOAD_OFFSET) { \
72 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
98 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
105 .text : AT(ADDR(.text) - LOAD_OFFSET) {
120 * .sfpr gets placed at the beginning of a group of input
136 .sdata2 : AT(ADDR(.sdata2) - LOAD_OFFSET) {
141 .data.rel.ro : AT(ADDR(.data.rel.ro) - LOAD_OFFSET) {
145 .branch_lt : AT(ADDR(.branch_lt) - LOAD_OFFSET) {
150 .got1 : AT(ADDR(.got1) - LOAD_OFFSET) {
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dvmlinux.lds.S52 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
78 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
85 .text : AT(ADDR(.text) - LOAD_OFFSET) {
103 * .sfpr gets placed at the beginning of a group of input
129 __stf_entry_barrier_fixup : AT(ADDR(__stf_entry_barrier_fixup) - LOAD_OFFSET) {
136 __uaccess_flush_fixup : AT(ADDR(__uaccess_flush_fixup) - LOAD_OFFSET) {
143 __entry_flush_fixup : AT(ADDR(__entry_flush_fixup) - LOAD_OFFSET) {
150 __scv_entry_flush_fixup : AT(ADDR(__scv_entry_flush_fixup) - LOAD_OFFSET) {
157 __stf_exit_barrier_fixup : AT(ADDR(__stf_exit_barrier_fixup) - LOAD_OFFSET) {
164 __rfi_flush_fixup : AT(ADDR(__rfi_flush_fixup) - LOAD_OFFSET) {
[all …]
/kernel/linux/linux-6.6/Documentation/hwmon/
Dlm90.rst12 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 …]
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 …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/filters/
Dcgroup.json15 …dd dev $DEV1 parent ffff: handle 1 protocol ip prio 1 cgroup match 'cmp(u8 at 0 layer link mask 0x…
18 …"^filter protocol ip pref [0-9]+ cgroup chain [0-9]+.*handle 0x1.*cmp\\(u8 at 0 layer 0 mask 0xff …
37 …dd dev $DEV1 parent ffff: handle 1 protocol ip prio 1 cgroup match 'cmp(u8 at 0 layer link mask 0x…
40 …"^filter protocol ip pref [0-9]+ cgroup chain [0-9]+.*handle 0x1.*cmp\\(u8 at 0 layer 0 mask 0xff …
59 …d dev $DEV1 parent ffff: handle 1 protocol ip prio 1 cgroup match 'cmp(u16 at 0 layer 0 mask 0xff0…
62 …^filter protocol ip pref [0-9]+ cgroup chain [0-9]+.*handle 0x1.*cmp\\(u16 at 0 layer 0 mask 0xff0…
81 …d dev $DEV1 parent ffff: handle 1 protocol ip prio 1 cgroup match 'cmp(u32 at 4 layer link mask 0x…
84 …^filter protocol ip pref [0-9]+ cgroup chain [0-9]+.*handle 0x1.*cmp\\(u32 at 4 layer 0 mask 0xff0…
103 …ev $DEV1 parent ffff: handle 0xab protocol ip prio 11 cgroup match 'cmp(u8 at 0 layer 1 mask 0xff …
106 …"matchPattern": "^filter protocol ip pref 11 cgroup.*handle 0xab.*cmp\\(u8 at 0 layer 1 mask 0xff …
[all …]
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/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-6.6/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-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-6.6/include/linux/mfd/
Drohm-generic.h40 * @run_reg: register address for regulator config at 'run' state
41 * @run_mask: value mask for regulator voltages at 'run' state
42 * @run_on_mask: enable mask for regulator at 'run' state
43 * @idle_reg: register address for regulator config at 'idle' state
44 * @idle_mask: value mask for regulator voltages at 'idle' state
45 * @idle_on_mask: enable mask for regulator at 'idle' state
46 * @suspend_reg: register address for regulator config at 'suspend' state
47 * @suspend_mask: value mask for regulator voltages at 'suspend' state
48 * @suspend_on_mask: enable mask for regulator at 'suspend' state
49 * @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-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 …]

12345678910>>...427