Home
last modified time | relevance | path

Searched +full:42 +full:- +full:47 (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch")
310 Unit Exponent (-1)
335 Unit Exponent (-4)
378 Unit Exponent (-1)
397 Unit Exponent (-4)
442 Unit Exponent (-1)
467 Unit Exponent (-4)
49242 09 45 81 02 75 06 95 01 09 30 81 02 26 ff 00 75 08 09 51 81 02 75 10 09 38 81 02 95 02 26 ff 0f…
[all …]
H A Dtest_tablet.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
23 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states
37 def from_evdev(cls, evdev) -> "PenState":
58 def apply(self, events) -> "PenState":
91 def valid_transitions(self) -> Tuple["PenState", ...]:
93 for skipping the in-range state, due to historical reasons.
236 def legal_transitions() -> Dict[str, Tuple[PenState, ...]]:
238 we don't have Invert nor Erase bits, so just move in/out-of-range or proximity.
239 … https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states
[all …]
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dpacking.rst1 .. SPDX-License-Identifier: GPL-2.0+
3 .. include:: ../disclaimer-zh_CN.rst
5 :Original: Documentation/core-api/packing.rst
22 --------
42 --------
46 - 将一个CPU可使用的数字打包到内存缓冲区中(具有硬件约束/特殊性)。
47 - 将内存缓冲区(具有硬件约束/特殊性)解压缩为一个CPU可使用的数字。
61 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
75 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
87 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 …]
/openbmc/linux/Documentation/core-api/
H A Dpacking.rst6 -----------------
10 One can memory-map a pointer to a carefully crafted struct over the hardware
23 were performed byte-by-byte. Also the code can easily get cluttered, and the
24 high-level idea might get lost among the many bit shifts required.
25 Many drivers take the bit-shifting approach and then attempt to reduce the
30 ------------
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.
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
[all …]
/openbmc/linux/include/dt-bindings/clock/
H A Dimx8ulp-clock.h1 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */
49 #define IMX8ULP_CLK_SPLL3_PFD2_DIV2_GATE 42
54 #define IMX8ULP_CLK_SOSC_DIV3_GATE 47
109 #define IMX8ULP_CLK_SAI6_SEL 42
114 #define IMX8ULP_CLK_HIFI_DIVPLAT 47
162 #define IMX8ULP_CLK_DMA1_CH28 42
167 #define IMX8ULP_CLK_MU0_B 47
241 #define IMX8ULP_CLK_DMA2_CH22 42
246 #define IMX8ULP_CLK_DMA2_CH27 47
H A Dmt2701-clk.h1 /* SPDX-License-Identifier: GPL-2.0-only */
52 #define CLK_TOP_MMPLL_D2 42
57 #define CLK_TOP_TVDPLL 47
264 #define CLK_PERI_SPI1 42
270 #define CLK_PERI_UART2_SEL 47
319 #define CLK_AUD_MMIF_UL6 42
324 #define CLK_AUD_MMIF_DL5 47
474 #define CLK_BDP_RX_P 42
479 #define CLK_BDP_LARBRT_DRAM 47
H A Dmt7986-clk.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
65 #define CLK_TOP_ARM_DB_JTSEL 42
70 #define CLK_TOP_SGM_325M_SEL 47
132 #define CLK_INFRA_MSDC_133M_CK 42
137 #define CLK_INFRA_IUSB_133_CK 47
H A Dpistachio-clk.h1 /* SPDX-License-Identifier: GPL-2.0-only */
18 /* Fixed-factor clocks */
33 #define CLK_RPU_CORE 42
38 #define CLK_ENET 47
134 #define PERIPH_CLK_PWM_PRE_DIV 42
139 #define PERIPH_CLK_I2C1_DIV 47
H A Dexynos5433.h1 /* SPDX-License-Identifier: GPL-2.0 */
46 #define CLK_MOUT_SCLK_UART1 42
51 #define CLK_MOUT_ACLK_MFC_400_C 47
243 #define CLK_MOUT_SCLK_DSIM0_A 42
245 #define CLK_MOUT_SCLK_DECON_TV_VCLK_B 47
437 #define CLK_PCLK_GPIO_FINGER 42
442 #define CLK_PCLK_I2S1 47
682 #define CLK_ACLK_SMMU_TV1X 42
687 #define CLK_ACLK_BTS_DECON_TV_M2 47
804 #define CLK_SCLK_SLIMBUS_CLKIN 42
[all …]
/openbmc/linux/Documentation/arch/arm64/
H A Dkasan-offsets.sh8 printf "0x%08x00000000\n" $(( (0xffffffff & (-1 << ($1 - 1 - 32))) \
9 - (1 << (64 - 32 - $2)) ))
15 print_kasan_offset 47 3
16 print_kasan_offset 42 3
23 print_kasan_offset 47 4
24 print_kasan_offset 42 4
/openbmc/linux/drivers/net/appletalk/
H A Dcops_ffdrv.h24 * - Jay Schulist <jschlst@samba.org>
37 34,40,128,33,86,130,34,42,128,33,112,130,
53 64,237,163,194,9,130,201,62,47,50,71,152,
54 62,47,211,68,58,203,129,237,57,20,58,204,
64 56,46,187,32,35,237,56,47,186,32,29,219,
120 42,40,152,205,65,143,225,17,3,0,205,111,
161 66,62,118,211,66,62,47,211,68,62,5,211,
173 193,62,47,211,68,62,10,211,66,62,224,211,
178 62,47,211,68,62,10,211,66,62,224,211,66,
216 218,70,139,34,42,152,98,107,58,44,152,190,
[all …]
H A Dcops_ltdrv.h23 * - Jay Schulist <jschlst@samba.org>
54 10,54,132,205,253,1,201,245,197,213,229,42,
65 82,62,56,211,82,205,217,1,42,150,10,14,
126 229,16,225,42,193,10,237,91,195,10,205,252,
140 43,221,229,225,124,181,40,42,33,190,10,17,
151 42,62,64,237,57,43,62,0,237,57,44,33,
152 128,2,125,237,57,46,124,237,57,47,62,145,
159 66,201,237,56,46,95,237,56,47,87,237,56,
160 46,111,237,56,47,103,183,237,82,32,235,33,
167 91,207,10,42,146,10,183,237,82,17,0,255,
[all …]
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Ddirect_value_access.c78 BPF_LD_MAP_VALUE(BPF_REG_1, 0, -1),
91 BPF_ST_MEM(BPF_DW, BPF_REG_1, -1, 4242),
114 BPF_LD_MAP_VALUE(BPF_REG_1, 0, 47),
150 BPF_LD_MAP_VALUE(BPF_REG_1, 0, (1<<29)-1),
162 BPF_LD_MAP_VALUE(BPF_REG_1, 0, 47),
191 BPF_LD_MAP_VALUE(BPF_REG_2, 0, 47),
198 .errstr = "invalid access to map value, value_size=48 off=47 size=2",
213 .errstr = "invalid access to map value, value_size=48 off=47 size=2",
221 BPF_ST_MEM(BPF_H, BPF_REG_1, 0, 42),
233 BPF_ST_MEM(BPF_B, BPF_REG_1, 0, 42),
[all …]
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-delta-ahe50dc.dts1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
4 #include "aspeed-g4.dtsi"
5 #include <dt-bindings/gpio/aspeed-gpio.h>
9 compatible = "regulator-output"; \
10 vout-supply = <&efuse##n>; \
19 shunt-resisto
[all...]
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Ddefs.h1 /* SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB */
2 /* Copyright (c) 2015 - 2021 Intel Corporation */
123 ((IRDMA_QP_SW_MAX_WQ_QUANTA - IRDMA_SQ_RSVD) / (max_quanta_per_wr))
208 IRDMA_OP_SET_UP_MAP = 42,
213 IRDMA_OP_DELETE_LOCAL_MAC_ENTRY = 47,
360 (((u64)(val) << (dev)->hw_shifts[field ## _S]) & (dev)->hw_masks[field ## _M])
362 ((u64)((val) & (dev)->hw_masks[field ## _M]) >> (dev)->hw_shifts[field ## _S])
364 (((val) << (dev)->hw_shifts[field ## _S]) & (dev)->hw_masks[field ## _M])
366 ((u64)((val) & (dev)->hw_masks[field ## _M]) >> (dev)->hw_shifts[field ## _S])
389 #define IRDMA_CQPSQ_QHASH_ENTRYTYPE GENMASK_ULL(44, 42)
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dfontawesome-webfont.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="fontawesomeregular" horiz-adv-x="1536" >
7 <font-face units-per-em="1792" ascent="1536" descent="-256" />
8 <missing-glyph horiz-adv-x="448" />
9 <glyph unicode=" " horiz-adv-x="448" />
10 <glyph unicode="&#x09;" horiz-adv-x="448" />
11 <glyph unicode="&#xa0;" horiz-adv-x="448" />
12 <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13 <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14 <glyph unicode="&#xae;" horiz-adv-x="1792" />
[all …]
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-tables.c1 // SPDX-License-Identifier: GPL-2.0
4 #include "ipu3-tables.h"
25 { 0, 0, 122, 7, 7, -1, 0 },
26 { 0, -3, 122, 7, 10, -1, 0 },
27 { 0, -5, 121, 7, 14, -2, 0 },
28 { 0, -7, 120, 7, 18, -3, 0 },
29 { 0, -9, 118, 7, 23, -4, 0 },
30 { 0, -11, 116, 7, 27, -4, 0 },
31 { 0, -12, 113, 7, 32, -5, 0 },
32 { 0, -13, 110, 7, 37, -6, 0 },
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_cfm.sh2 # SPDX-License-Identifier: GPL-2.0
61 flower cfm op 47 action drop
65 pkt="$ethtype $(generate_cfm_hdr 7 47 0 32)"
66 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
68 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
77 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
103 pkt="$ethtype $(generate_cfm_hdr 5 42 0 12)"
104 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
106 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
108 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
[all …]
/openbmc/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-pinfunc.h1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
12 * | 31 - 24 | 23 - 16 | 15 - 10 | 9 - 8 | 7 - 0 |
19 * gpio nr: gpio number, 0 - 63
72 #define GPOUT_SYS_TRACE_DATA0 42
77 #define GPOUT_SYS_CAN1_STBY 47
192 #define GPOEN_SYS_I2C5_CLK 42
197 #define GPOEN_SYS_I2C6_DATA 47
252 #define GPI_SYS_SDIO1_INT 42
257 #define GPI_SYS_SDIO1_DATA2 47
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,armada-cp110-pinctrl.txt4 -------------------------------------------------------------------------------
6 -------------------------------------------------------------------------------
13 6 DEV_AD[11] - GE0_TXD[3] SPI0_CSn[2]
14 7 DEV_AD[10] - GE0_TXD[2] SPI0_CSn[1]
15 8 DEV_AD[9] - GE0_TXD[1] SPI0_CSn[0]
16 9 DEV_AD[8] - GE0_TXD[0] SPI0_MOSI
17 10 DEV_READYn - GE0_TXCTL SPI0_MISO
18 11 DEV_WEn[1] - GE0_TXCLKOUT SPI0_CLK
22 15 DEV_AD[7] - SPI1_MOSI -
23 16 DEV_AD[6] - SPI1_CLK -
[all …]
/openbmc/linux/drivers/video/logo/
H A Dlogo_parisc_clut224.ppm2 # 224-color PA-RISC Linux logo
34 46 46 47 58 58 59 70 70 71 82 82 82
97 119 119 118 46 46 47 10 10 11 2 2 2
116 2 2 2 2 2 2 46 46 47 194 194 195
137 140 140 141 222 222 223 140 140 141 42 42 43
156 100 100 102 112 112 112 42 42 43 2 2 2
318 202 202 202 166 166 167 42 42 43 2 2 2
374 150 150 151 2 2 10 26 26 28 42 42 43
394 86 86 86 42 30 2 45 26 2 23 14 2
454 254 198 2 253 207 3 252 218 6 254 234 42
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Du32.json82 "cmdUnderTest": "$TC filter add dev $DEV1 ingress prio 99 handle 42: u32 divisor 256",
85 "matchPattern": "pref 99 u32 chain (0[ ]+$|0 fh 42: ht divisor 256|0 fh 800: ht divisor 1)",
104 "cmdUnderTest": "$TC filter replace dev $DEV1 ingress prio 99 handle 42:42 u32 divisor 256",
125 "$TC filter add dev $DEV1 ingress prio 99 handle 42: u32 divisor 256"
127 "cmdUnderTest": "$TC filter replace dev $DEV1 ingress prio 99 handle 42:42 u32 divisor 128",
130 "matchPattern": "pref 99 u32 chain (0[ ]+$|0 fh 42: ht divisor 256|0 fh 800: ht divisor 1)",
172 …"cmdUnderTest": "$TC filter replace dev $DEV1 ingress protocol ip prio 20 u32 ht 47:47 action drop…
219 …"cmdUnderTest": "bash -c \"for mask in ff ffff ffffff ffffffff ff00ff ff0000ff ffff00ff; do $TC fi…
222 …"matchPattern": "filter protocol all pref 99 u32( (chain|fh|order) [0-9:]+){3} key ht 1 bkt 40 flo…
242 …"cmdUnderTest": "bash -c \"for mask in 70 f0 ff0 fff0 ff00f0; do $TC filter add dev $DEV1 ingress …
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.16/
H A Dindex.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
11 … href="/files/">Parent Directory</a></td><td>&nbsp;</td><td align="right"> - </td><td>&nbsp;</td>…
12 …[ ]"></td><td><a href="cmake-3.16.0-Darwin-x86_64.dmg">cmake-3.16.0-Darwin-x86_64.dmg</a></td><t…
13 … ]"></td><td><a href="cmake-3.16.0-Darwin-x86_64.tar.gz">cmake-3.16.0-Darwin-x86_64.tar.gz</a></td…
14 …="[TXT]"></td><td><a href="cmake-3.16.0-Linux-x86_64.sh">cmake-3.16.0-Linux-x86_64.sh</a></td><td …
15 … ]"></td><td><a href="cmake-3.16.0-Linux-x86_64.tar.gz">cmake-3.16.0-Linux-x86_64.tar.gz</a></td>…
16 … alt="[TXT]"></td><td><a href="cmake-3.16.0-SHA-256.txt">cmake-3.16.0-SHA-256.txt</a></td><td alig…
17 …="[TXT]"></td><td><a href="cmake-3.16.0-SHA-256.txt.asc">cmake-3.16.0-SHA-256.txt.asc</a></td><td …
18 …]"></td><td><a href="cmake-3.16.0-rc1-Darwin-x86_64.dmg">cmake-3.16.0-rc1-Darwin-x86_64.dmg</a></t…
19 …</td><td><a href="cmake-3.16.0-rc1-Darwin-x86_64.tar.gz">cmake-3.16.0-rc1-Darwin-x86_64.tar.gz</a>…
[all …]
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc_coefs.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
14 { 0, -4, 123, 9, 0 },
15 { 0, -4, 108, 24, 0 },
16 { 0, -2, 87, 43, 0 },
18 { 0, 43, 87, -2, 0 },
19 { 0, 24, 108, -4, 0 },
20 { 0, 9, 123, -4, 0 },
26 { 0, -2, 100, 30, 0 },
27 { 0, -2, 83, 47, 0 },
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc_coefs.c1 // SPDX-License-Identifier: GPL-2.0-only
16 { 0, -4, 123, 9, 0 },
17 { 0, -4, 108, 24, 0 },
18 { 0, -2, 87, 43, 0 },
20 { 0, 43, 87, -2, 0 },
21 { 0, 24, 108, -4, 0 },
22 { 0, 9, 123, -4, 0 },
28 { 0, -2, 100, 30, 0 },
29 { 0, -2, 83, 47, 0 },
31 { 0, 47, 83, -2, 0 },
[all …]

12345678910>>...42