| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | so_txtime.sh | 20 ./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
|
| /kernel/linux/linux-4.19/arch/unicore32/lib/ |
| D | copy_template.S | 17 * This file provides the core code for a forward memory copy used in 37 * Similar to ldr1w, but it loads a byte and increments 'ptr' one byte. 63 sub.a r2, r2, #4 65 and.a ip, r0, #3 67 and.a ip, r1, #3 70 1: sub.a r2, r2, #(28) 75 4: ldr8w r1, r3, r4, r5, r6, r7, r8, r10, r11, abort=20f 76 sub.a r2, r2, #32 77 str8w r0, r3, r4, r5, r6, r7, r8, r10, r11, abort=20f 80 5: and.a ip, r2, #28 [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
| D | cpt_common.h | 39 #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 …]
|
| /kernel/linux/linux-4.19/drivers/crypto/cavium/cpt/ |
| D | cpt_common.h | 42 #define CPTX_PF_CONSTANTS(a) (0x0ll + ((u64)(a) << 36)) argument 43 #define CPTX_PF_RESET(a) (0x100ll + ((u64)(a) << 36)) argument 44 #define CPTX_PF_DIAG(a) (0x120ll + ((u64)(a) << 36)) argument 45 #define CPTX_PF_BIST_STATUS(a) (0x160ll + ((u64)(a) << 36)) argument 46 #define CPTX_PF_ECC0_CTL(a) (0x200ll + ((u64)(a) << 36)) argument 47 #define CPTX_PF_ECC0_FLIP(a) (0x210ll + ((u64)(a) << 36)) argument 48 #define CPTX_PF_ECC0_INT(a) (0x220ll + ((u64)(a) << 36)) argument 49 #define CPTX_PF_ECC0_INT_W1S(a) (0x230ll + ((u64)(a) << 36)) argument 50 #define CPTX_PF_ECC0_ENA_W1S(a) (0x240ll + ((u64)(a) << 36)) argument 51 #define CPTX_PF_ECC0_ENA_W1C(a) (0x250ll + ((u64)(a) << 36)) argument [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | test_emulate_step.c | 52 #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 …]
|
| /kernel/linux/linux-4.19/arch/alpha/lib/ |
| D | ev6-csum_ipv6_magic.S | 32 * 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 …]
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| D | ev6-csum_ipv6_magic.S | 32 * 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 …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/acpi/ |
| D | fan_performance_states.rst | 7 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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | vxlan.sh | 67 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 …]
|
| D | rtnetlink.sh | 78 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 …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | cs89x0.txt | 8 Cirrus make a copy of this driver available at their website, as 33 3.0 LOADING THE DRIVER AS A MODULE 36 4.1 Compiling the Driver as a Loadable Module 80 or loaded at run-time as a device driver module. 103 * Cirrus Logic LAN (CS8900/20-based) Ethernet ISA Adapter 117 * CS8900/20 Setup Utility (DOS-based) 122 or a module) 134 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 137 For a full copy of the GNU General Public License, write to the Free Software 146 stored in an on-board EEPROM. You must use the DOS-based CS8900/20 Setup [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | numa.txt | 9 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 …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ |
| D | numa.txt | 9 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 …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/cirrus/ |
| D | cs89x0.rst | 12 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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | vxlan_bridge_1q.sh | 9 # | | + $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 …]
|
| /kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
| D | otx_cpt_hw_types.h | 27 #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 …]
|
| /kernel/linux/linux-4.19/arch/arm/nwfpe/ |
| D | single_cpdo.c | 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 You should have received a copy of the GNU General Public License 50 [ADF_CODE >> 20] = float32_add, 51 [MUF_CODE >> 20] = float32_mul, 52 [SUF_CODE >> 20] = float32_sub, 53 [RSF_CODE >> 20] = float32_rsf, 54 [DVF_CODE >> 20] = float32_div, 55 [RDF_CODE >> 20] = float32_rdv, 56 [RMF_CODE >> 20] = float32_rem, 58 [FML_CODE >> 20] = float32_mul, [all …]
|
| D | extended_cpdo.c | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 You should have received a copy of the GNU General Public License 49 [ADF_CODE >> 20] = floatx80_add, 50 [MUF_CODE >> 20] = floatx80_mul, 51 [SUF_CODE >> 20] = floatx80_sub, 52 [RSF_CODE >> 20] = floatx80_rsf, 53 [DVF_CODE >> 20] = floatx80_div, 54 [RDF_CODE >> 20] = floatx80_rdv, 55 [RMF_CODE >> 20] = floatx80_rem, 58 [FML_CODE >> 20] = floatx80_mul, [all …]
|
| D | double_cpdo.c | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 You should have received a copy of the GNU General Public License 54 [ADF_CODE >> 20] = float64_add, 55 [MUF_CODE >> 20] = float64_mul, 56 [SUF_CODE >> 20] = float64_sub, 57 [RSF_CODE >> 20] = float64_rsf, 58 [DVF_CODE >> 20] = float64_div, 59 [RDF_CODE >> 20] = float64_rdv, 60 [RMF_CODE >> 20] = float64_rem, 63 [FML_CODE >> 20] = float64_mul, [all …]
|
| /kernel/liteos_m/testsuites/sample/kernel/swtmr/ |
| D | It_los_swtmr_Align_026.c | 21 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 76 // 20, Timeout interval of a periodic software timer. in Testcase() 77 … ret = LOS_SwtmrCreate(20, LOS_SWTMR_MODE_PERIOD, Case1, &swtmrId1, 0xffff, OS_SWTMR_ROUSES_ALLOW, in Testcase() 81 // 20, Timeout interval of a periodic software timer. in Testcase() 82 … ret = LOS_SwtmrCreate(20, LOS_SWTMR_MODE_PERIOD, Case2, &swtmrId2, 0xffff, OS_SWTMR_ROUSES_ALLOW, in Testcase() 86 // 20, Timeout interval of a periodic software timer. in Testcase() 87 … ret = LOS_SwtmrCreate(20, LOS_SWTMR_MODE_PERIOD, Case3, &swtmrId3, 0xffff, OS_SWTMR_ROUSES_ALLOW, in Testcase() 100 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase() 116 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase()
|
| D | It_los_swtmr_Align_012.c | 21 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 64 // 20, Timeout interval of a periodic software timer. in Testcase() 65 … ret = LOS_SwtmrCreate(20, LOS_SWTMR_MODE_PERIOD, Case1, &swtmrId1, 0xffff, OS_SWTMR_ROUSES_ALLOW, in Testcase() 68 // 20, Timeout interval of a periodic software timer. in Testcase() 69 … ret = LOS_SwtmrCreate(20, LOS_SWTMR_MODE_PERIOD, Case2, &swtmrId2, 0xffff, OS_SWTMR_ROUSES_ALLOW, in Testcase() 79 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase() 85 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase() 96 ret = LOS_TaskDelay(20); // 20, set delay time. in Testcase()
|
| /kernel/linux/linux-4.19/Documentation/fmc/ |
| D | fmc-chardev.txt | 4 This is a simple generic driver, that allows user access by means of a 7 The char device is created as a misc device. Its name in /dev (as 9 the name can be a silly fmc-0000 look-alike if the device has no 10 identifiers nor bus_id, a more specific fmc-0400 if the device has a 12 fdelay-0400 if the FMC core can rely on both a mezzanine name and a bus 16 desired address and read or write a register. 18 The driver assumes all registers are 32-bit in size, and only accepts a 19 single read or write per system call. However, as a result of Unix read 27 The example below shows raw access to a SPEC card programmed with its 38 crw------- 1 root root 10, 58 Nov 20 19:23 /dev/fmc-0200 [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| D | cvmx-mixx-defs.h | 15 * 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 …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
| D | rc-protos.rst | 9 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| D | htc_drv_debug.c | 41 "%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 …]
|