Home
last modified time | relevance | path

Searched +full:20 +full:a (Results 1 – 25 of 1302) sorted by relevance

12345678910>>...53

/linux-5.10/tools/testing/selftests/net/
Dso_txtime.sh20 ./so_txtime -4 -6 -c mono a,-1 a,-1
21 ./so_txtime -4 -6 -c mono a,0 a,0
22 ./so_txtime -4 -6 -c mono a,10 a,10
23 ./so_txtime -4 -6 -c mono a,10,b,20 a,10,b,20
24 ./so_txtime -4 -6 -c mono a,20,b,10 b,20,a,20
27 ! ./so_txtime -4 -6 -c tai a,-1 a,-1
28 ! ./so_txtime -4 -6 -c tai a,0 a,0
29 ./so_txtime -4 -6 -c tai a,10 a,10
30 ./so_txtime -4 -6 -c tai a,10,b,20 a,10,b,20
31 ./so_txtime -4 -6 -c tai a,20,b,10 b,10,a,20
Dpsock_fanout.c6 * A basic test of packet socket fanout behavior.
13 * Open a pair of packet sockets and a pair of INET sockets, send a known
57 #define RING_NUM_FRAMES 20
59 /* Open a socket in a given fanout mode.
60 * @return -1 if mode is bad, a valid socket otherwise */
102 BPF_STMT(BPF_RET+BPF_A, 0), /* ret A */ in sock_fanout_set_cbpf()
289 /* Test creating a unique fanout group ids */
300 fprintf(stderr, "ERROR: failed to create a unique id group.\n"); in test_unique_fanout_group_ids()
326 "ERROR: failed to create a second unique id group.\n"); in test_unique_fanout_group_ids()
334 "ERROR: specified a group id when requesting unique id\n"); in test_unique_fanout_group_ids()
[all …]
/linux-5.10/drivers/crypto/cavium/cpt/
Dcpt_common.h39 #define CPTX_PF_CONSTANTS(a) (0x0ll + ((u64)(a) << 36)) argument
40 #define CPTX_PF_RESET(a) (0x100ll + ((u64)(a) << 36)) argument
41 #define CPTX_PF_DIAG(a) (0x120ll + ((u64)(a) << 36)) argument
42 #define CPTX_PF_BIST_STATUS(a) (0x160ll + ((u64)(a) << 36)) argument
43 #define CPTX_PF_ECC0_CTL(a) (0x200ll + ((u64)(a) << 36)) argument
44 #define CPTX_PF_ECC0_FLIP(a) (0x210ll + ((u64)(a) << 36)) argument
45 #define CPTX_PF_ECC0_INT(a) (0x220ll + ((u64)(a) << 36)) argument
46 #define CPTX_PF_ECC0_INT_W1S(a) (0x230ll + ((u64)(a) << 36)) argument
47 #define CPTX_PF_ECC0_ENA_W1S(a) (0x240ll + ((u64)(a) << 36)) argument
48 #define CPTX_PF_ECC0_ENA_W1C(a) (0x250ll + ((u64)(a) << 36)) argument
[all …]
Dcpt_hw_types.h43 * Bits <63:49> are ignored by hardware; software should use a
55 * wq_ptr [255:192] If [WQ_PTR] is nonzero, it is a pointer to a
60 * use a sign-extended bit <48> for forward compatibility.
87 u64 reserved_172_19:20;
95 u64 reserved_172_191:20;
109 * The CPT coprocessor writes the result structure after it completes a
123 * checking for a nonzero value.
124 * Once the core observes a nonzero [COMPCODE] value in this case,the CPT
271 * the cache when fetching the last word of instructions; as a result the
274 * posted to the hardware. Reads that do not consume the last word of a
[all …]
/linux-5.10/arch/powerpc/lib/
Dtest_emulate_step.c52 #define TEST_PADDI(t, a, i, pr) \ argument
54 PPC_RAW_ADDI(t, a, i))
93 unsigned long a = 0x23; in test_ld() local
97 regs.gpr[3] = (unsigned long) &a; in test_ld()
102 if (stepped == 1 && regs.gpr[5] == a) in test_ld()
111 unsigned long a = 0x23; in test_pld() local
120 regs.gpr[3] = (unsigned long)&a; in test_pld()
125 if (stepped == 1 && regs.gpr[5] == a) in test_pld()
134 unsigned int a = 0x4545; in test_lwz() local
138 regs.gpr[3] = (unsigned long) &a; in test_lwz()
[all …]
/linux-5.10/arch/alpha/lib/
Dev6-csum_ipv6_magic.S32 * Then turn it back into a sign extended 32-bit item
43 * Truncate to a ushort. (took 13 instructions)
46 * split into 2 uints, add those, generating a ulong
47 * add the 3 low ushorts together, generating a uint
48 * a final add of the 2 lower ushorts
71 zapnot $20,15,$20 # U : zero extend incoming csum
96 addq $20,$0,$20 # E : begin summing the words
104 cmpult $20,$0,$0 # E :
105 addq $20,$1,$20 # E :
111 cmpult $20,$1,$1 # E :
[all …]
/linux-5.10/Documentation/admin-guide/acpi/
Dfan_performance_states.rst7 When the optional _FPS object is present under an ACPI device representing a
22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10
25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11
26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2
27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3
28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4
29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5
30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6
[all …]
/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh67 ttl 20 tos inherit local 198.51.100.1 dstport 4789
84 ttl 20 tos inherit local 198.51.100.1 dstport 4789
91 log_test "vxlan device with a vlan-aware bridge"
101 ttl 20 tos inherit local 198.51.100.1 dstport 4789
108 log_test "vxlan device with a multicast enabled bridge"
119 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
128 log_test "vxlan device with a multicast group"
138 ttl 20 tos inherit dstport 4789
155 ttl 20 tos inherit local 2001:db8::1 dstport 4789
172 ttl 20 tos inherit local 198.51.100.1 dstport 4789
[all …]
Drtnetlink.sh78 check_fail $? "IP address addition passed for a device with a wrong MAC"
88 # Change of MAC address of a RIF should be forbidden if the new MAC
91 check_fail $? "change of MAC address passed for a wrong MAC"
107 # Test that it is possible to set an IP address on a VRF upper despite
132 # Create a FID RIF
138 # Prepare a device with a low MAC address
145 check_fail $? "Device with low MAC was permitted to attach a bridge with RIF"
173 # Create a FID RIF
180 # Prepare a device with a low MAC address
187 check_err $? "Could not attach a device with low MAC to a bridge with RIF"
[all …]
/linux-5.10/Documentation/devicetree/bindings/
Dnuma.txt9 Systems employing a Non Uniform Memory Access (NUMA) architecture contain
11 that comprise what is commonly known as a NUMA node.
21 For the purpose of identification, each NUMA node is associated with a unique
22 token known as a node id. For the purpose of this binding
23 a node id is a 32-bit integer.
25 A device node is associated with a NUMA node by the presence of a
45 This property defines a matrix to describe the relative distances
47 It is represented as a list of node pairs and their relative distance.
52 2. The distance from a node to self (local distance) is represented
54 a value greater than 10.
[all …]
/linux-5.10/Documentation/networking/device_drivers/ethernet/cirrus/
Dcs89x0.rst12 Still, this is too outdated! A major cleanup is needed here.
14 Cirrus make a copy of this driver available at their website, as
36 3.0 LOADING THE DRIVER AS A MODULE
39 4.1 Compiling the Driver as a Loadable Module
85 or loaded at run-time as a device driver module.
111 * Cirrus Logic LAN (CS8900/20-based) Ethernet ISA Adapter
125 * CS8900/20 Setup Utility (DOS-based)
130 or a module)
143 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
146 For a full copy of the GNU General Public License, write to the Free Software
[all …]
/linux-5.10/drivers/crypto/marvell/octeontx/
Dotx_cpt_hw_types.h27 #define OTX_CPT_BAR_E_CPTX_VFX_BAR0_OFFSET(a, b) \ argument
28 (0x000020000000ll + 0x1000000000ll * (a) + 0x100000ll * (b))
33 #define OTX_CPT_PF_INT_VEC_E_MBOXX(x, a) ((x) + (a)) argument
96 #define OTX_CPT_PF_QX_CTL(b) (0x8000000ll | (u64)(b) << 20)
97 #define OTX_CPT_PF_QX_GMCTL(b) (0x8000020ll | (u64)(b) << 20)
98 #define OTX_CPT_PF_QX_CTL2(b) (0x8000100ll | (u64)(b) << 20)
99 #define OTX_CPT_PF_VFX_MBOXX(b, c) (0x8001000ll | (u64)(b) << 20 | \
103 #define OTX_CPT_VQX_CTL(b) (0x100ll | (u64)(b) << 20)
104 #define OTX_CPT_VQX_SADDR(b) (0x200ll | (u64)(b) << 20)
105 #define OTX_CPT_VQX_DONE_WAIT(b) (0x400ll | (u64)(b) << 20)
[all …]
/linux-5.10/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1q.sh9 # | | + $h1.20 | | | + $h2.20 |
20 # | | vid 20 vid 20 | |
26 # | | vid 10 pvid untagged vid 20 pvid untagged | |
68 # | | vid 20 pvid untagged | | | | vid 20 pvid untagged | |
72 # | | | vid 20 | | | | | vid 20 | |
81 # | | + w2.20 | | | | + w2.20 | |
109 vlan_create $h1 20 v$h1 198.51.100.1/24
114 vlan_destroy $h1 20
125 vlan_create $h2 20 v$h2 198.51.100.2/24
130 vlan_destroy $h2 20
[all …]
/linux-5.10/Documentation/userspace-api/media/rc/
Drc-protos.rst9 IR is encoded as a series of pulses and spaces, using a protocol. These
10 protocols can encode e.g. an address (which device should respond) and a
12 across different devices for a given protocol.
14 Therefore out the output of the IR decoder is a scancode; a single u32
17 Other things can be encoded too. Some IR protocols encode a toggle bit; this
22 Some remotes have a pointer-type device which can used to control the
32 This IR protocol uses manchester encoding to encode 14 bits. There is a
77 There is a variant of rc5 called either rc5x or extended rc5
127 rc-5x-20 (RC_PROTO_RC5X_20)
130 This rc-5 extended to encoded 20 bits. The is a 3555 microseconds space
[all …]
/linux-5.10/Documentation/devicetree/bindings/iio/temperature/
Dadi,ltc2983.yaml56 "@([1-9]|1[0-9]|20)$":
62 The channel number. It can be connected to one of the 20 channels of
65 maximum: 20
78 Represents a thermocouple sensor which is connected to one of the device
110 Phandle which points to a sensor object responsible for measuring
116 This is a table, where each entry should be a pair of
132 Represents a diode sensor which is connected to one of the device
137 description: Identifies the sensor as a diode.
153 Boolean property which enables a running average of the diode
155 as a cold junction temperature element on an isothermal block
[all …]
/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-mixx-defs.h15 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or
19 * You should have received a copy of the GNU General Public License
24 * This file may also be available under a different license from Cavium.
186 uint64_t ircnt:20;
188 uint64_t ircnt:20;
199 uint64_t ibplwm:20;
200 uint64_t irhwm:20;
202 uint64_t irhwm:20;
203 uint64_t ibplwm:20;
214 uint64_t isize:20;
[all …]
/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c41 "%20s : %10u\n", "RX", in read_file_tgt_int_stats()
45 "%20s : %10u\n", "RXORN", in read_file_tgt_int_stats()
49 "%20s : %10u\n", "RXEOL", in read_file_tgt_int_stats()
53 "%20s : %10u\n", "TXURN", in read_file_tgt_int_stats()
57 "%20s : %10u\n", "TXTO", in read_file_tgt_int_stats()
61 "%20s : %10u\n", "CST", in read_file_tgt_int_stats()
99 "%20s : %10u\n", "Xretries", in read_file_tgt_tx_stats()
103 "%20s : %10u\n", "FifoErr", in read_file_tgt_tx_stats()
107 "%20s : %10u\n", "Filtered", in read_file_tgt_tx_stats()
111 "%20s : %10u\n", "TimerExp", in read_file_tgt_tx_stats()
[all …]
/linux-5.10/arch/arm/lib/
Dcopy_template.S16 * This file provides the core code for a forward memory copy used in
36 * Similar to ldr1w, but it loads a byte and increments 'ptr' one byte.
57 * and additional data by a prior 'enter' macro.
113 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
115 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
131 ldr1w r1, r3, abort=20f
132 ldr1w r1, r4, abort=20f
133 ldr1w r1, r5, abort=20f
134 ldr1w r1, r6, abort=20f
135 ldr1w r1, r7, abort=20f
[all …]
/linux-5.10/Documentation/core-api/
Dpacking.rst10 One can memory-map a pointer to a carefully crafted struct over the hardware
20 A more robust alternative to struct field definitions would be to extract the
34 - Packing a CPU-usable number into a memory buffer (with hardware
36 - Unpacking a memory buffer (which has hardware constraints/quirks)
37 into a CPU-usable number.
47 The following examples cover the memory layout of a packed u64 field.
57 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
73 24 25 26 27 28 29 30 31 16 17 18 19 20 21 22 23 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7
77 inverts bit offsets inside a byte.
86 7 6 5 4 3 2 1 0 15 14 13 12 11 10 9 8 23 22 21 20 19 18 17 16 31 30 29 28 27 26 25 24
[all …]
/linux-5.10/drivers/net/ethernet/sfc/
Dmcdi_pcol.h24 * Unlike a warm boot, assume DMEM has been reloaded, so that
51 /* Check whether an mcfw version (in host order) belongs to a bootloader */
65 * Each MCDI request starts with an MCDI_HEADER, which is a 32bit
68 * 0 7 8 16 20 22 23 24 31
87 * The protocol requires one response to be delivered for every request, a
103 #define MCDI_HEADER_RSVD_LBN 20
126 * - To advance a shared memory request if XFLAGS_EVREQ was set
127 * - As a notification (link state, i2c event), controlled
130 * Both events share a common structure:
148 * Events can be squirted out of the UART (using LOG_CTRL) without a
[all …]
/linux-5.10/Documentation/timers/
Dtimers-howto.rst6 RightWay (TM) to insert a delay?"
40 There are a few more options here, while any of them may
63 SLEEPING FOR "A FEW" USECS ( < ~10us? ):
67 On slower systems, (embedded, OR perhaps a speed-
73 SLEEPING FOR ~USECS OR SMALL MSECS ( 10us - 20ms):
76 - Why not msleep for (1ms - 20ms)?
80 msleep(1~20) may not do what the caller intends, and
81 will often sleep longer (~20 ms actual sleep for any
82 value given in the 1~20ms range). In many cases this
85 - Why is there no "usleep" / What is a good range?
[all …]
/linux-5.10/drivers/mtd/spi-nor/
Dsfdp.h19 * JESD216 rev D defines a Basic Flash Parameter Table of 20 DWORDs.
23 #define BFPT_DWORD_MAX 20
40 #define BFPT_DWORD1_FAST_READ_1_2_2 BIT(20)
57 * - 000b: Device does not have a QE bit. Device detects 1-1-4 and 1-4-4
85 #define BFPT_DWORD15_QER_MASK GENMASK(22, 20)
86 #define BFPT_DWORD15_QER_NONE (0x0UL << 20) /* Micron */
87 #define BFPT_DWORD15_QER_SR2_BIT1_BUGGY (0x1UL << 20)
88 #define BFPT_DWORD15_QER_SR1_BIT6 (0x2UL << 20) /* Macronix */
89 #define BFPT_DWORD15_QER_SR2_BIT7 (0x3UL << 20)
90 #define BFPT_DWORD15_QER_SR2_BIT1_NO_RD (0x4UL << 20)
[all …]
/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-bcm6328.txt5 However, on some devices there are Serial LEDs (LEDs connected to a 74x164
13 BCM6328 LED controller has a HWDIS register, which controls whether a LED
14 should be controlled by a hardware signal instead of the MODE register value,
18 explained later in brcm,link-signal-sources). Even if a LED is hardware
41 Each LED is represented as a sub-node of the brcm,bcm6328-leds device.
47 a) Optional properties for sub-nodes related to software controlled LEDs:
63 4 to 7. A signal can be muxed to more than one LED, and one LED can
69 4 to 7. A signal can be muxed to more than one LED, and one LED can
108 ephy3_spd@20 {
109 reg = <20>;
[all …]
/linux-5.10/tools/perf/scripts/perl/
Drw-by-pid.pl77 printf("%6s %20s %10s %10s %10s\n", "pid", "comm",
79 printf("%6s %-20s %10s %10s %10s\n", "------", "--------------------",
83 ($reads{$a}{bytes_read} || 0) } keys %reads) {
89 printf("%6s %-20s %10s %10s %10s\n", $pid, $comm,
95 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors");
96 printf("%6s %20s %6s %10s\n", "------", "--------------------",
109 @errcounts = sort { $b->[3] <=> $a->[3] } @errcounts;
112 printf("%6d %-20s %6d %10s\n", $errcounts[$i][0],
118 printf("%6s %20s %10s %10s\n", "pid", "comm",
120 printf("%6s %-20s %10s %10s\n", "------", "--------------------",
[all …]
/linux-5.10/arch/mips/bcm47xx/
Dprom.c13 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
22 * You should have received a copy of the GNU General Public License along
39 static char bcm47xx_system_type[20] = "Broadcom BCM47XX";
80 max = 128 << 20; in prom_init_mem()
82 for (mem = 1 << 20; mem < max; mem += 1 << 20) { in prom_init_mem()
99 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
128 * dropped. Calling it at this stage causes a hang.
150 if (lowmem != 128 << 20 || !highmem_region) in bcm47xx_prom_highmem_init()
161 ENTRYLO(0x80000000 + (256 << 20)), in bcm47xx_prom_highmem_init()
165 for (extmem = 128 << 20; extmem < 512 << 20; extmem <<= 1) { in bcm47xx_prom_highmem_init()
[all …]

12345678910>>...53