Home
last modified time | relevance | path

Searched +full:5 +full:e (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/linux/arch/alpha/lib/
H A Dev6-memset.S15 * E - either cluster
41 .align 5
53 and $17,255,$1 # E : 00000000000000ch
55 bis $16,$16,$0 # E : return value
58 addq $18,$16,$6 # E : max address to write to
59 bis $1,$2,$17 # E : 000000000000chch
63 or $3,$4,$3 # E : 00000000chch0000
64 inswl $17,4,$5 # U : 0000chch00000000
65 xor $16,$6,$1 # E : will complete write be within one quadword?
68 or $17,$3,$17 # E : 00000000chchchch
[all …]
H A Dev6-memchr.S26 * E - either cluster
47 zap $18, 0x80, $5 # U : Bound length
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
54 or $2, $17, $17 # E : 000000000000chch
55 lda $3, -1($31) # E : U L L U
58 addq $16, $5, $5 # E : Max search address
59 or $2, $17, $17 # E : 00000000chchchch
62 or $2, $17, $17 # E : chchchchchchchch
65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
[all …]
H A Dev6-clear_user.S18 * E - either cluster
53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
56 addq $0, $4, $1 # .. .. .. E : bias counter
57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
60 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear
67 EX( ldq_u $5, 0($16) ) # .. .. .. L : load dst word to mask back in
69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head
70 addq $16, 8, $16 # E .. .. .. : L U U L
72 EX( stq_u $5, -8($16) ) # .. .. .. L :
73 subq $1, 1, $1 # .. .. E .. :
[all …]
H A Dev6-csum_ipv6_magic.S17 * E - either cluster
69 and $16,7,$6 # E : src misalignment
70 ldq_u $5,15($16) # L : Latency: 3
79 cmoveq $6,$31,$22 # E : src aligned?
82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
84 or $0,$22,$0 # E : 1st src word complete
86 or $18,$4,$18 # E : 000000CCDDAABBCC
87 extqh $5,$6,$5 # U : L U L U
89 and $17,7,$6 # E : dst misalignment
91 or $1,$5,$1 # E : 2nd src word complete
[all …]
H A Dev6-memcpy.S16 * E - either cluster
34 mov $16, $0 # E : copy dest to return
36 xor $16, $17, $1 # E : are source and dest alignments the same?
37 and $1, 7, $1 # E : are they the same mod 8?
41 and $16, 7, $1 # E : Are both 0mod8?
43 nop # E :
53 subq $18, 1, $18 # E : count--
54 addq $17, 1, $17 # E : src++
56 addq $16, 1, $16 # E : dest++
57 and $16, 7, $1 # E : Are we at 0mod8 yet?
[all …]
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs-regs.asc6 # - e enum value # after a field
7 # - e enum value [LSB MSB]
23 - e GRBG 0
24 - e RGGB 1
25 - e BGGR 2
26 - e GBRG 3
28 - e v1_0 0x10
29 - e v1_1 0x11
40 - e ts 0
41 - e es 1
[all …]
/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S14 * instructions. E.g. evldw, evlwwsplat, ...
19 * This is a quite good tradeoff for low power devices (e.g. routers) without
44 .long R(8e, 47, 47, c9), R(fb, f0, f0, 0b)
46 .long R(5f, a2, a2, fd), R(45, af, af, ea)
48 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b)
51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41)
53 .long R(68, 34, 34, 5c), R(51, a5, a5, f4)
58 .long R(46, 23, 23, 65), R(9d, c3, c3, 5e)
61 .long R(0e, 07, 07, 09), R(24, 12, 12, 36)
63 .long R(cd, eb, eb, 26), R(4e, 27, 27, 69)
[all …]
H A Dsha1-spe-asm.S106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
111 rotrwi rT0,a,27; /* 1: A' = A rotl 5 */ \
113 add e,e,rT0; /* 1: E = E + A' */ \
115 add e,e,w0; /* 1: E = E + W */ \
117 add e,e,rT2; /* 1: E = E + F */ \
119 add e,e,rK; /* 1: E = E + K */ \
121 add d,d,rK; /* 2: E = E + K */ \
123 rotrwi rT0,e,27; /* 2: A' = A rotl 5 */ \
124 add d,d,w1; /* 2: E = E + W */ \
126 add d,d,rT0; /* 2: E = E + A' */ \
[all …]
/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Devent_alternatives_tests_p10.c27 struct event *e, events[5]; in event_alternatives_tests_p10() local
48 e = &events[0]; in event_alternatives_tests_p10()
49 event_init(e, 0x0001e); in event_alternatives_tests_p10()
51 e = &events[1]; in event_alternatives_tests_p10()
52 event_init(e, EventCode_1); in event_alternatives_tests_p10()
54 e = &events[2]; in event_alternatives_tests_p10()
55 event_init(e, EventCode_2); in event_alternatives_tests_p10()
57 e = &events[3]; in event_alternatives_tests_p10()
58 event_init(e, EventCode_ in event_alternatives_tests_p10()
[all...]
/linux/arch/m68k/fpsp040/
H A Dtbldo.S54 .long smovcr |$00-5 fmovecr all
63 .long serror |$01-5 fint ERROR
72 .long serror |$02-5 fsinh ERROR
81 .long serror |$03-5 fintrz ERROR
90 .long serror |$04-5 ERROR - illegal extension
99 .long serror |$05-5 ERROR - illegal extension
108 .long serror |$06-5 flognp1 ERROR
117 .long serror |$07-5 ERROR - illegal extension
126 .long serror |$08-5 fetoxm1 ERROR
135 .long serror |$09-5 ftanh ERROR
[all …]
/linux/arch/x86/include/asm/
H A Dpgtable-3level.h12 #define pte_ERROR(e) \ argument
14 __FILE__, __LINE__, &(e), (e).pte_high, (e).pte_low)
15 #define pmd_ERROR(e) \ argument
17 __FILE__, __LINE__, &(e), pmd_val(e))
18 #define pgd_ERROR(e) \ argument
20 __FILE__, __LINE__, &(e), pgd_val(e))
154 * 6 6 6 6 5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3
155 * 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2
159 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
160 * --------------------------------------------> 0 E 0 0 0 0 0 0 0
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mld.sh27 MZPKT_IS_INC="33:33:00:00:00:01:fe:54:00:04:5e:ba:86:dd:60:0a:2d:ae:00:54:00:01:fe:80:00:\
28 00:00:00:00:00:fc:54:00:ff:fe:04:5e:ba:ff:02:00:00:00:00:00:00:00:00:00:00:00:00:00:01:3a:\
29 00:05:02:00:00:00:00:8f:00:8e:d9:00:00:00:01:01:00:00:03:ff:02:00:00:00:00:00:00:00:00:00:\
33 MZPKT_IS_INC2="33:33:00:00:00:01:fe:54:00:04:5e:ba:86:dd:60:0a:2d:ae:00:54:00:01:fe:80:00:\
34 00:00:00:00:00:fc:54:00:ff:fe:04:5e:ba:ff:02:00:00:00:00:00:00:00:00:00:00:00:00:00:01:3a:00:\
35 05:02:00:00:00:00:8f:00:8e
[all...]
H A Dlocal_termination.sh32 JOINED_MACV4_MC_ADDR="01:00:5e:01:02:03"
33 UNKNOWN_MACV4_MC_ADDR1="01:00:5e:01:02:04"
34 UNKNOWN_MACV4_MC_ADDR2="01:00:5e:01:02:05"
35 UNKNOWN_MACV4_MC_ADDR3="01:00:5e:01:02:06"
44 00 00 3e 37 63 ff fe cf 17 0e 00 01 00 00 00 00 \
49 00 00 3e 37 63 ff fe cf 17 0e 00 01 00 00 02 00 \
52 01:80:c2:00:00:0e 00:00:de:ad:be:ef 88:f7 02 02 \
54 00 00 3e 37 63 ff fe cf 17 0e 00 01 00 06 05 7f \
58 01:00:5e:00:01:81 00:00:de:ad:be:ef 08:00 45 00 \
61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 3e 37 \
[all …]
H A Dbridge_igmp.sh25 TEST_GROUP_MAC="01:00:5e:0a:0a:0a"
28 ALL_MAC="01:00:5e:00:00:01"
35 MZPKT_IS_INC3="22:00:5f:b4:00:00:00:01:01:00:00:02:ef:0a:0a:0a:c0:00:02:14:c0:00:02:1e"
39 MZPKT_ALLOW2="22:00:5b:b4:00:00:00:01:05:00:00:02:ef:0a:0a:0a:c0:00:02:14:c0:00:02:1e"
43 MZPKT_IS_EXC2="22:00:5e
[all...]
/linux/tools/perf/pmu-events/arch/powerpc/power9/
H A Dnest_metrics.json6 "ScaleUnit": "1.6e-2MB",
13 "ScaleUnit": "1.6e-2MB",
19 "ScaleUnit": "2.5e-7GHz",
32 "ScaleUnit": "6.1e-5MB"
38 "ScaleUnit": "6.1e-5MB"
44 "ScaleUnit": "6.1e-5MB"
50 "ScaleUnit": "6.1e-5MB"
55 "ScaleUnit": "1e-9GHz"
61 "ScaleUnit": "6.1e-5MB"
/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Drecommended.json236 "ScaleUnit": "6.103515625e-5MiB"
244 "ScaleUnit": "6.103515625e-5MiB"
252 "ScaleUnit": "6.103515625e-5MiB"
260 "ScaleUnit": "6.103515625e-5MiB"
268 "ScaleUnit": "6.103515625e-5MiB"
276 "ScaleUnit": "6.103515625e-5MiB"
284 "ScaleUnit": "6.103515625e-5MiB"
292 "ScaleUnit": "6.103515625e-5MiB"
296 "BriefDescription": "Local socket inbound data to the CPU (e.g. read data).",
300 "ScaleUnit": "3.0517578125e-5MiB"
[all …]
/linux/arch/arm64/boot/dts/st/
H A Dstm32mp25-pinctrl.dtsi29 pinmux = <STM32_PINMUX('C', 5, AF10)>; /* ETH_MDIO */
58 <STM32_PINMUX('C', 5, ANALOG)>, /* ETH_MDIO */
70 pinmux = <STM32_PINMUX('B', 5, AF9)>, /* I2C2_SCL */
80 pinmux = <STM32_PINMUX('B', 5, ANALOG)>, /* I2C2_SCL */
118 <STM32_PINMUX('D', 5, AF10)>, /* OSPI_IO1 */
130 <STM32_PINMUX('D', 5, ANALOG)>, /* OSPI_IO1 */
138 pinmux = <STM32_PINMUX('E', 4, AF10)>, /* SDMMC1_D0 */
139 <STM32_PINMUX('E', 5, AF10)>, /* SDMMC1_D1 */
140 <STM32_PINMUX('E', 0, AF10)>, /* SDMMC1_D2 */
141 <STM32_PINMUX('E', 1, AF10)>, /* SDMMC1_D3 */
[all …]
/linux/drivers/eisa/
H A Deisa.ids75 AIR2001 "AIR SCSI-2E"
112 ASU4101 "EISA-486E Main Board"
118 ASU5101 "PCI/E-P5MP4 or PCI/E-P54NP4 Main Board V2.3"
119 ASU5201 "P/E-P55T2P4D Main Board (CFG File V1.2)"
127 ATT2402 "AT&T SCSI Host Adapter A (StarServer E)"
155 CNT2000 "900E/950E EISA Bus 32-bit Ethernet LAN Adapter"
227 CPQ3011 "Compaq QVision 1024/E Video Controller"
229 CPQ3111 "Compaq QVision 1024/E Graphics Controller"
230 CPQ3112 "Compaq QVision 1280/E Graphics Controller"
237 CPQ4030 "Compaq SMART-2/E Array Controller"
[all …]
/linux/Documentation/i2c/
H A Di2c_bus.svg33 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
49 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
64 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
79 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
94 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
109 d="M 5.77,0 -2.88,5 V -5 Z"
124 d="M 5.77,0 -2.88,5 V -5 Z"
139 d="M 5.77,0 -2.88,5 V -5 Z"
154 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
170 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
[all …]
/linux/arch/arm/boot/dts/st/
H A Dstm32mp15-pinctrl.dtsi57 <STM32_PINMUX('A', 5, ANALOG)>; /* ADC12 in19 */
105 pinmux = <STM32_PINMUX('A', 5, ANALOG)>;
122 <STM32_PINMUX('E', 6, AF13)>,/* DCMI_D7 */
144 <STM32_PINMUX('E', 6, ANALOG)>,/* DCMI_D7 */
161 <STM32_PINMUX('E', 1, AF13)>,/* DCMI_D3 */
162 <STM32_PINMUX('E', 11, AF13)>,/* DCMI_D4 */
164 <STM32_PINMUX('E', 13, AF13)>,/* DCMI_D6 */
179 <STM32_PINMUX('E', 1, ANALOG)>,/* DCMI_D3 */
180 <STM32_PINMUX('E', 11, ANALOG)>,/* DCMI_D4 */
182 <STM32_PINMUX('E', 13, ANALOG)>,/* DCMI_D6 */
[all …]
/linux/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst7 '\e[LG' followed by one digit from 0 to 7, representing the character
11 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
16 printf "\e[LG0010101050D1F0C04;" => 0 = [enter]
17 printf "\e[LG1040E1F0000000000;" => 1 = [up]
18 printf "\e[LG2000000001F0E0400;" => 2 = [down]
19 printf "\e[LG3040E1F001F0E0400;" => 3 = [up-down]
20 printf "\e[LG40002060E1E0E0602;" => 4 = [left]
21 printf "\e[LG500080C0E0F0E0C08;" => 5 = [right]
22 printf "\e[LG60016051516141400;" => 6 = "IP"
24 printf "\e[LG00103071F1F070301;" => big speaker
[all …]
/linux/drivers/misc/ibmasm/
H A Dremote.h145 #define KEY_SYM_F1 0xFFBE // 1B 5B 5B 41
146 #define KEY_SYM_F2 0xFFBF // 1B 5B 5B 42
147 #define KEY_SYM_F3 0xFFC0 // 1B 5B 5B 43
148 #define KEY_SYM_F4 0xFFC1 // 1B 5B 5B 44
149 #define KEY_SYM_F5 0xFFC2 // 1B 5B 5B 45
150 #define KEY_SYM_F6 0xFFC3 // 1B 5B 31 37 7E
151 #define KEY_SYM_F7 0xFFC4 // 1B 5B 31 38 7E
152 #define KEY_SYM_F8 0xFFC5 // 1B 5B 31 39 7E
153 #define KEY_SYM_F9 0xFFC6 // 1B 5B 32 30 7E
154 #define KEY_SYM_F10 0xFFC7 // 1B 5B 32 31 7E
[all …]
/linux/Documentation/gpu/amdgpu/display/
H A Dpipeline_4k_split.svg17 inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
32 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
47 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
61 d="M 0,0 5,-5 -12.5,0 5,5 Z"
77 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
92 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
108 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
123 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
138 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
153 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
[all …]
/linux/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c36 #define LPC18XX_SCU_PIN_EHS BIT(5)
58 #define LPC18XX_SCU_PINTSEL_PORT_SHIFT 5
207 #define LPC18XX_ANALOG_ADC(a) ((a >> 5) & 0x3)
209 #define ADC0 (LPC18XX_ANALOG_PIN | (0x00 << 5))
210 #define ADC1 (LPC18XX_ANALOG_PIN | (0x01 << 5))
247 LPC_P(1,5, GPIO, CTOUT, R, EMC, USB0, SSP1, SGPIO, SDMMC, 0, ND);
268 LPC_P(2,5, SGPIO, CTIN, USB1, ADCTRIG, GPIO, R, TIMER3, USB0, 0, HD);
282 LPC_P(3,5, GPIO, R, R, SPIFI, UART1, I2S0_TX_SDA,I2S1, LCD, 0, ND);
291 LPC_P(4,5, GPIO, CTOUT, LCD, R, R, R, R, SGPIO, 0, ND);
297 LPC_P(5,0, GPIO, MCTRL, EMC, R, UART1, TIMER1, R, R, 0, ND);
[all …]
/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh7 set -e
54 if [[ -e /mnt/huge ]]; then
59 if [[ -e $cgroup_path/hugetlb_cgroup_test ]]; then
62 if [[ -e $cgroup_path/hugetlb_cgroup_test1 ]]; then
65 if [[ -e $cgroup_path/hugetlb_cgroup_test2 ]]; then
107 if [ -e "$cgroup_path/$name/cpuset.cpus" ]; then
110 if [ -e "$cgroup_path/$name/cpuset.mems" ]; then
157 local path="$5"
182 set +e
227 set -e
[all …]

12345678910>>...52