Home
last modified time | relevance | path

Searched +full:40 +full:a (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/Linux-v5.15/tools/testing/selftests/powerpc/tm/
Dtm-vmxcopy.c15 * (1) write A to a VSR
21 * (7) check that the VSR value is A
45 char *a; in test_vmxcopy() local
61 a = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0); in test_vmxcopy()
62 assert(a != MAP_FAILED); in test_vmxcopy()
65 "lxvd2x 40,0,%[vecinptr];" /* set 40 to initial value*/ in test_vmxcopy()
69 "xxlxor 40,40,40;" /* set 40 to 0 */ in test_vmxcopy()
82 "stxvd2x 40,0,%[vecoutptr];" in test_vmxcopy()
86 [map]"r"(a) in test_vmxcopy()
95 munmap(a, size); in test_vmxcopy()
/Linux-v5.15/drivers/scsi/
Dmac_esp.c167 " jbeq 40f \n" \
170 "40: \n" \
172 " .section __ex_table,\"a\" \n" \
174 " .long 1b,40b \n" \
175 " .long 2b,40b \n" \
176 " .long 3b,40b \n" \
177 " .long 4b,40b \n" \
178 " .long 5b,40b \n" \
179 " .long 6b,40b \n" \
180 " .long 7b,40b \n" \
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt21 It should be a DCF interrupt. When DDR DVFS finishes
22 a DCF interrupt is triggered.
31 DO NOT use a smaller "Speed Bin" than specified
82 value is 40.
91 Default value is 40.
95 driver strength. Default value is 40.
117 Default value is 40.
121 driver strength. Default value is 40.
138 Default value is 40.
142 Default value is 40.
[all …]
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HT.h31 * This is available only in 40Mhz mode.
127 u8 bRegBW40MHz; // Tx 40MHz channel capability
128 u8 bCurBW40MHz; // Tx 40MHz channel capability
130 u8 bRegShortGI40MHz; // Tx Short GI for 40Mhz
131 u8 bCurShortGI40MHz; // Tx Short GI for 40MHz
150 // A-MSDU related
151 u8 bAMSDU_Support; // This indicates Tx A-MSDU capability
152 u16 nAMSDU_MaxSize; // This indicates Tx A-MSDU capability
153 u8 bCurrent_AMSDU_Support; // This indicates Tx A-MSDU capability
154 u16 nCurrent_AMSDU_MaxSize; // This indicates Tx A-MSDU capability
[all …]
/Linux-v5.15/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.
55 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
71 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39
77 inverts bit offsets inside a byte.
84 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56
[all …]
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dip6gre_inner_v4_multipath.sh7 # policy, SW2 will only look at the outer IP addresses, hence only a single
22 # | loc=2001:db8:40::1 |
23 # | rem=2001:db8:40::2 --. |
59 # | loc=2001:db8:40::2 | |
60 # | rem=2001:db8:40::1 --' |
98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1
99 __simple_if_init g1 v$ol1 2001:db8:40::1/128
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
109 ip -6 route del vrf v$ol1 2001:db8:40::2/128
110 __simple_if_fini g1 2001:db8:40::1/128
[all …]
Dip6gre_inner_v6_multipath.sh7 # policy, SW2 will only look at the outer IP addresses, hence only a single
22 # | loc=2001:db8:40::1 |
23 # | rem=2001:db8:40::2 --. |
59 # | loc=2001:db8:40::2 | |
60 # | rem=2001:db8:40::1 --' |
98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1
99 __simple_if_init g1 v$ol1 2001:db8:40::1/128
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
109 ip -6 route del vrf v$ol1 2001:db8:40::2/128
110 __simple_if_fini g1 2001:db8:40::1/128
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/ufs/
Dtc-dwc-g210-pltfrm.txt9 "snps,g210-tc-6.00-40bit"
11 "snps,dwc-ufshcd-1.40a"
19 Example for a setup using a 1.40a DWC Controller with a 6.00 G210 40-bit TC:
21 compatible = "snps,g210-tc-6.00-40bit",
22 "snps,dwc-ufshcd-1.40a",
/Linux-v5.15/drivers/auxdisplay/
DKconfig3 # For a description of the syntax of this configuration file,
32 This is a module with the common symbols for HD44780 (and compatibles)
43 Enable support for Character LCDs using a HD44780 controller.
45 This code can either be compiled as a module, or linked into the
54 If you have a LCD controlled by one or more KS0108
59 parport, you will be able to compile this as a module (M)
62 To compile this as a module, choose M here:
78 You can specify a different address if you need.
86 If you compile this as a module, you can still override this
101 If you compile this as a module, you can still override this
[all …]
/Linux-v5.15/Documentation/powerpc/
Dassociativity.rst7 of that domain. Resources subsets of a given domain that exhibit better
9 are represented as being members of a sub-grouping domain. This performance
19 A value of 1 indicates the usage of Form 1 associativity. For Form 2 associativity
28 With Form 1 a combination of ibm,associativity-reference-points, and ibm,associativity
31 The “ibm,associativity” property contains a list of one or more numbers (domainID)
34 The “ibm,associativity-reference-points” property contains a list of one or more numbers
52 "ibm,associativity-reference-points" property, Form 2 allows a large number of primary domain
59 "ibm,numa-lookup-index-table" property contains a list of one or more numbers representing
71 "ibm,numa-distance-table" property contains a list of one or more numbers representing the NUMA
80 ibm,numa-lookup-index-table = <3 0 8 40>;
[all …]
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/
Dpte-40x.h7 * At present, all PowerPC 400-class processors share a similar TLB
8 * architecture. The instruction and data sides share a unified,
10 * software control. In addition, the instruction side has a
11 * hardware-managed, 4-entry, fully-associative TLB which serves as a
15 * There are several potential gotchas here. The 40x hardware TLBLO
23 * - bits 20 and 21 must be cleared, because we use 4k pages (40x can
31 * entries use the top 30 bits. Because 40x doesn't support SMP
42 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */
55 /* cache related flags non existing on 40x */
72 /* Until my rework is finished, 40x still needs atomic PTE updates */
/Linux-v5.15/arch/x86/lib/
Dmmx_32.c6 * We can use MMX just for prefetch in IRQ's. This may be a win.
8 * We should use a better code neutral filler for the short jump
13 * Add *user handling. Checksums are not a win with MMX on any CPU
78 " movq 40(%0), %%mm1\n" in _mmx_memcpy()
82 " movq %%mm1, 40(%1)\n" in _mmx_memcpy()
107 " movq 40(%0), %%mm1\n" in _mmx_memcpy()
111 " movq %%mm1, 40(%1)\n" in _mmx_memcpy()
153 " movntq %%mm0, 40(%0)\n" in fast_clear_page()
161 * Since movntq is weakly-ordered, a "sfence" is needed to become in fast_clear_page()
205 " movq 40(%0), %%mm5\n" in fast_copy_page()
[all …]
/Linux-v5.15/arch/m68k/lib/
Duaccess.c43 " .section __ex_table,\"a\"\n" in __generic_copy_from_user()
49 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_from_user()
84 " .section __ex_table,\"a\"\n" in __generic_copy_to_user()
93 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_to_user()
124 "40: add.l %4,%0\n" in __clear_user()
128 " .section __ex_table,\"a\"\n" in __clear_user()
132 " .long 4b,40b\n" in __clear_user()
133 " .long 5b,40b\n" in __clear_user()
134 " .long 6b,40b\n" in __clear_user()
135 " .long 7b,40b\n" in __clear_user()
[all …]
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dchannel.c31 /* QDB() macro takes a dB value and converts to a quarter dB value */
60 #define BRCM_2GHZ_2412_2462 REG_RULE(2412-10, 2462+10, 40, 0, 19, 0)
64 #define BRCM_5GHZ_5180_5240 REG_RULE(5180-10, 5240+10, 40, 0, 21, \
66 #define BRCM_5GHZ_5260_5320 REG_RULE(5260-10, 5320+10, 40, 0, 21, \
69 #define BRCM_5GHZ_5500_5700 REG_RULE(5500-10, 5700+10, 40, 0, 21, \
72 #define BRCM_5GHZ_5745_5825 REG_RULE(5745-10, 5825+10, 40, 0, 21, \
95 /* tx 40 MHz power limits, qdBm units */
248 /* 40 MHz Legacy OFDM SISO */ in brcms_c_channel_min_txpower_limits_with_local_constraint()
253 /* 40 MHz Legacy OFDM CDD */ in brcms_c_channel_min_txpower_limits_with_local_constraint()
278 /* 40MHz MCS 0-7 SISO */ in brcms_c_channel_min_txpower_limits_with_local_constraint()
[all …]
/Linux-v5.15/drivers/input/joystick/
Dgf2k.c28 #define GF2K_STROBE 40 /* The time we wait for the first bit [40 us] */
30 #define GF2K_LENGTH 80 /* Max number of triplets in a packet */
45 static char gf2k_length[] = { 40, 40, 40, 40, 40, 40, 40, 40 };
75 * gf2k_read_packet() reads a Genius Flight2000 packet.
110 * gf2k_trigger_seq() initializes a Genius Flight2000 joystick
136 * js_sw_get_bits() composes bits from the triplet buffer into a __u64.
169 t = GB(40,4,0); in gf2k_read()
/Linux-v5.15/Documentation/userspace-api/ioctl/
Dioctl-number.rst21 system calls 'write' and 'read'. For example, a SET_FOO ioctl would
23 a GET_FOO ioctl would be _IOR, although the kernel would actually write
28 many drivers share a partial letter with other drivers.
30 If you are writing a driver for a new device and need a letter, pick an
36 The second argument to _IO, _IOW, _IOR, or _IOWR is a sequence number
50 if a program calls an ioctl on the wrong device, it will get an
110 'A' 00-1F linux/apm_bios.h conflict!
111 'A' 00-0F linux/agpgart.h, conflict!
113 'A' 00-7F sound/asound.h conflict!
121 'D' 40-5F drivers/scsi/dpt/dtpi_ioctl.h
[all …]
/Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
Dia_css_anr2_table.host.c12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
2540, 40, 0, 0, 60, 60, 20, 20, 40, 40, 0, 0, 60, 60, 20, 20, 40, 40, 0, 0, 60, 60, 20, 20, 40, 40, …
2740, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40
3040, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40
3140, 40, 60, 60, 20, 20, 80, 80, 40, 40, 60, 60, 20, 20, 80, 80, 40, 40, 60, 60, 20, 20, 80, 80, 40
3340, 40, 20, 20, 50, 50, 30, 30, 40, 40, 20, 20, 50, 50, 30, 30, 40, 40, 20, 20, 50, 50, 30, 30, 40
3440, 40, 100, 100, 60, 60, 80, 80, 40, 40, 100, 100, 60, 60, 80, 80, 40, 40, 100, 100, 60, 60, 80, …
/Linux-v5.15/Documentation/filesystems/ext4/
Ddirectory.rst6 In an ext4 filesystem, a directory is more or less a flat file that maps
12 associated with a directory file for the particular directory entry that
19 array. I write “almost” because it's not a linear array in the memory
21 Therefore, it is more accurate to say that a directory is a series of
22 data blocks and that each block contains a linear array of directory
24 end of the block; the last entry in the block has a record length that
37 :widths: 8 8 24 40
51 - Length of this directory entry. Must be a multiple of 4.
62 entry format shortens the name\_len field and uses the space for a file
69 :widths: 8 8 24 40
[all …]
/Linux-v5.15/tools/testing/selftests/tc-testing/tc-tests/actions/
Dbpf.json17 …"cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'…
20 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' …
41 …"cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0'…
44 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0' …
71 …"matchPattern": "action order [0-9]*: bpf action.o:\\[action-ok\\] id [0-9]* tag [0-9a-f]{16}( jit…
124 … "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 555",
130 …"cmdUnderTest": "$TC action replace action bpf bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 …
133 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 0 0' …
154 … "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 444",
163 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' …
[all …]
/Linux-v5.15/arch/x86/include/asm/
Dxor_32.h179 such that it won't pass to the asm volatile below a in xor_pII_mmx_5()
272 " movq 40(%1), %%mm5 ;\n" in xor_p5_mmx_2()
277 " pxor 40(%2), %%mm5 ;\n" in xor_p5_mmx_2()
279 " movq %%mm5, 40(%1) ;\n" in xor_p5_mmx_2()
321 " movq 40(%1), %%mm5 ;\n" in xor_p5_mmx_3()
326 " pxor 40(%2), %%mm5 ;\n" in xor_p5_mmx_3()
329 " pxor 40(%3), %%mm5 ;\n" in xor_p5_mmx_3()
334 " movq %%mm5, 40(%1) ;\n" in xor_p5_mmx_3()
382 " movq 40(%1), %%mm5 ;\n" in xor_p5_mmx_4()
386 " pxor 40(%2), %%mm5 ;\n" in xor_p5_mmx_4()
[all …]
/Linux-v5.15/tools/testing/selftests/gpio/
Dgpio-mockup.sh190 # allow for set propagation - so we won't be in a race with set_line
194 # test the functionality of a line
284 # If the $random flag is set then a random line in the middle of the
303 if [ "$random" -a $width -gt 2 ]; then
359 # manual gpio allocation tests fail if a physical chip already exists
360 [ "$full_test" -a -e "/dev/gpiochip0" ] && skip "full tests conflict with gpiochip0"
371 insmod_test "0,32,40,64,64,96" 32 24 32
376 insmod_test "-1,32,40,64,-1,5" 32 24 5
393 insmod_test "0,32,20,21,40,56" 32 16
394 insmod_test "0,32,32,64,32,40" 32 32
[all …]
/Linux-v5.15/arch/alpha/kernel/
Dsys_wildfire.c190 for (i = 40; i < 64; ++i) { in wildfire_init_irq_per_pca()
250 *40 Interrupt Line A from slot 2 PCI0
254 *44 Interrupt Line A from slot 3 PCI0
259 *48 Interrupt Line A from slot 4 PCI1
263 *52 Interrupt Line A from slot 5 PCI1
267 *56 Interrupt Line A from slot 6 PCI1
271 *60 Interrupt Line A from slot 7 PCI1
295 { 40, 40, 40+1, 40+2, 40+3}, /* IdSel 2 PCI 0 slot 2 */ in wildfire_map_irq()
Dentry.S34 .cfi_rel_offset $18, 40
48 * JRP - Save regs 16-18 in a special area of the stack, so that
68 stq $5, 40($sp)
86 .cfi_rel_offset $5, 40
110 ldq $5, 40($sp)
160 .cfi_rel_offset $14, 40
209 stq $14, 40($sp)
216 .cfi_rel_offset $14, 40
229 ldq $14, 40($sp)
266 stq $5, 40($sp)
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5121-psc.txt18 - interrupts : <a b> where a is the interrupt number of the
19 PSC FIFO Controller and b is a field that represents an
23 - fsl,rx-fifo-size : the size of the RX fifo slice (a multiple of 4)
24 - fsl,tx-fifo-size : the size of the TX fifo slice (a multiple of 4)
29 Similar to the UART mode a PSC can be operated in SPI mode. The compatible used
30 for that is fsl,mpc5121-psc-spi. It requires a fsl,mpc5121-psc-fifo as well.
43 - interrupts : <a b> where a is the interrupt number of the
44 PSC FIFO Controller and b is a field that represents an
51 Example for a board using PSC0 and PSC1 devices in serial mode:
57 interrupts = <40 0x8>;
[all …]
/Linux-v5.15/drivers/net/wireless/broadcom/b43/
Dphy_n.h155 #define B43_NPHY_RXF40_NUM0 B43_PHY_N(0x053) /* RX filter 40 numerator 0 */
156 #define B43_NPHY_RXF40_NUM1 B43_PHY_N(0x054) /* RX filter 40 numerator 1 */
157 #define B43_NPHY_RXF40_NUM2 B43_PHY_N(0x055) /* RX filter 40 numerator 2 */
158 #define B43_NPHY_RXF40_DENOM0 B43_PHY_N(0x056) /* RX filter 40 denominator 0 */
159 #define B43_NPHY_RXF40_DENOM1 B43_PHY_N(0x057) /* RX filter 40 denominator 1 */
160 #define B43_NPHY_RXF40_NUM10 B43_PHY_N(0x058) /* RX filter 40 numerator 10 */
161 #define B43_NPHY_RXF40_NUM11 B43_PHY_N(0x059) /* RX filter 40 numerator 11 */
162 #define B43_NPHY_RXF40_NUM12 B43_PHY_N(0x05A) /* RX filter 40 numerator 12 */
163 #define B43_NPHY_RXF40_DENOM10 B43_PHY_N(0x05B) /* RX filter 40 denominator 10 */
164 #define B43_NPHY_RXF40_DENOM11 B43_PHY_N(0x05C) /* RX filter 40 denominator 11 */
[all …]

12345678910>>...45