/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 15 * 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 D | ev6-memchr.S | 26 * 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 D | ev6-clear_user.S | 18 * 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 D | ev6-csum_ipv6_magic.S | 17 * 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 D | ev6-memcpy.S | 16 * 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 D | ccs-regs.asc | 6 # - 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 D | aes-tab-4k.S | 14 * 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 D | sha1-spe-asm.S | 106 #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 D | event_alternatives_tests_p10.c | 27 struct event *e, events[5]; in event_alternatives_tests_p10() local 47 e = &events[0]; in event_alternatives_tests_p10() 48 event_init(e, 0x0001e); in event_alternatives_tests_p10() 50 e = &events[1]; in event_alternatives_tests_p10() 51 event_init(e, EventCode_1); in event_alternatives_tests_p10() 53 e = &events[2]; in event_alternatives_tests_p10() 54 event_init(e, EventCode_2); in event_alternatives_tests_p10() 56 e = &events[3]; in event_alternatives_tests_p10() 57 event_init(e, EventCode_3); in event_alternatives_tests_p10() 59 e = &events[4]; in event_alternatives_tests_p10() [all …]
|
/linux/arch/m68k/fpsp040/ |
H A D | tbldo.S | 54 .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 D | pgtable-3level.h | 12 #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 D | bridge_mld.sh | 14 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:\ 15 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:\ 16 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:\ 20 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:\ 21 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:\ 22 05:02:00:00:00:00:8f:00:8e:ac:00:00:00:01:01:00:00:03:ff:02:00:00:00:00:00:00:00:00:00:00:00:\ 26 MZPKT_IS_INC3="33:33:00:00:00:01:fe:54:00:04:5e:ba:86:dd:60:0a:2d:ae:00:44:00:01:fe:80:00:00:00:\ 27 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:05:02:00:\ 28 00:00:00:8f:00:bc:5a:00:00:00:01:01:00:00:02:ff:02:00:00:00:00:00:00:00:00:00:00:00:00:00:cc:20:\ 31 MZPKT_ALLOW="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:00:\ [all …]
|
H A D | local_termination.sh | 33 JOINED_MACV4_MC_ADDR="01:00:5e:01:02:03" 34 UNKNOWN_MACV4_MC_ADDR1="01:00:5e:01:02:04" 35 UNKNOWN_MACV4_MC_ADDR2="01:00:5e:01:02:05" 36 UNKNOWN_MACV4_MC_ADDR3="01:00:5e:01:02:06" 45 00 00 3e 37 63 ff fe cf 17 0e 00 01 00 00 00 00 \ 50 00 00 3e 37 63 ff fe cf 17 0e 00 01 00 00 02 00 \ 53 01:80:c2:00:00:0e 00:00:de:ad:be:ef 88:f7 02 02 \ 55 00 00 3e 37 63 ff fe cf 17 0e 00 01 00 06 05 7f \ 59 01:00:5e:00:01:81 00:00:de:ad:be:ef 08:00 45 00 \ 62 02 00 00 00 00 00 00 00 00 00 00 00 00 00 3e 37 \ [all …]
|
/linux/tools/perf/pmu-events/arch/powerpc/power9/ |
H A D | nest_metrics.json | 6 "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/sound/pci/hda/ |
H A D | hda_eld.c | 46 AUDIO_CODING_TYPE_MPEG2 = 5, 77 /* 5 */ "MPEG2", 82 /* 10 */ "E-AC-3/DD+ (Dolby Digital Plus)", 95 * - CEA E-EDID Extension (sink to source) 117 SNDRV_PCM_RATE_96000, /* 5: 96000Hz */ 207 a->format = GRAB_BITS(buf, 2, 3, 5); in hdmi_update_short_audio_desc() 224 int snd_hdmi_parse_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e, in snd_hdmi_parse_eld() argument 230 memset(e, 0, sizeof(*e)); in snd_hdmi_parse_eld() 231 e->eld_ver = GRAB_BITS(buf, 0, 3, 5); in snd_hdmi_parse_eld() 232 if (e->eld_ver != ELD_VER_CEA_861D && in snd_hdmi_parse_eld() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | recommended.json | 236 "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 D | stm32mp25-pinctrl.dtsi | 29 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 */ 87 pinmux = <STM32_PINMUX('E', 4, AF10)>, /* SDMMC1_D0 */ 88 <STM32_PINMUX('E', 5, AF10)>, /* SDMMC1_D1 */ 89 <STM32_PINMUX('E', 0, AF10)>, /* SDMMC1_D2 */ 90 <STM32_PINMUX('E', 1, AF10)>, /* SDMMC1_D3 */ 91 <STM32_PINMUX('E', 2, AF10)>; /* SDMMC1_CMD */ 97 pinmux = <STM32_PINMUX('E', 3, AF10)>; /* SDMMC1_CK */ [all …]
|
/linux/drivers/eisa/ |
H A D | eisa.ids | 75 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 D | i2c_bus.svg | 33 …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 D | stm32mp15-pinctrl.dtsi | 50 <STM32_PINMUX('A', 5, ANALOG)>; /* ADC12 in19 */ 98 pinmux = <STM32_PINMUX('A', 5, ANALOG)>; 115 <STM32_PINMUX('E', 6, AF13)>,/* DCMI_D7 */ 137 <STM32_PINMUX('E', 6, ANALOG)>,/* DCMI_D7 */ 154 <STM32_PINMUX('E', 1, AF13)>,/* DCMI_D3 */ 155 <STM32_PINMUX('E', 11, AF13)>,/* DCMI_D4 */ 157 <STM32_PINMUX('E', 13, AF13)>,/* DCMI_D6 */ 172 <STM32_PINMUX('E', 1, ANALOG)>,/* DCMI_D3 */ 173 <STM32_PINMUX('E', 11, ANALOG)>,/* DCMI_D4 */ 175 <STM32_PINMUX('E', 13, ANALOG)>,/* DCMI_D6 */ [all …]
|
/linux/Documentation/admin-guide/ |
H A D | lcd-panel-cgram.rst | 7 '\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 D | remote.h | 145 #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/admin-guide/perf/ |
H A D | hisi-pmu.rst | 31 e.g. hisi_sccl3_l3c0/rd_hit_cpipe is READ_HIT_CPIPE event of L3C index #0 in 34 e.g. hisi_sccl1_hha0/rx_operations is RX_OPERATIONS event of HHA index #0 in 52 $# perf stat -a -e hisi_sccl3_l3c0/rd_hit_cpipe/ sleep 5 53 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02/ sleep 5 61 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02,tt_core=0x3/ sleep 5 71 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02,tt_req=0x4/ sleep 5 75 3. Datasrc allows the user to check where the data comes from. It is 5 bits. 78 - 5'b00001: comes from L3C in this die; 79 - 5'b01000: comes from L3C in the cross-die; 80 - 5'b01001: comes from L3C which is in another socket; [all …]
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | pipeline_4k_split.svg | 17 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/include/uapi/linux/ |
H A D | videodev2.h | 77 * M I S C E L L A N E O U S 86 * E N U M S 97 V4L2_FIELD_SEQ_TB = 5, /* both fields sequential into one 146 V4L2_BUF_TYPE_VBI_OUTPUT = 5, 181 V4L2_TUNER_RF = 5, 197 * Default colorspace, i.e. let the driver figure it out. 221 V4L2_COLORSPACE_470_SYSTEM_M = 5, 291 V4L2_XFER_FUNC_NONE = 5, 350 V4L2_YCBCR_ENC_SYCC = 5, 416 * Deprecated names for opRGB colorspace (IEC 61966-2-5) [all …]
|