| /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 30 - f major 4 7 40 - e ts 0 [all …]
|
| /linux/arch/alpha/lib/ |
| 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 …]
|
| H A D | ev6-memset.S | 15 * E - either cluster 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 65 xor $16,$6,$1 # E : will complete write be within one quadword? 68 or $17,$3,$17 # E : 00000000chchchch 69 or $2,$5,$2 # E : chchchch00000000 70 bic $1,7,$1 # E : fit within a single quadword? [all …]
|
| H A D | ev6-csum_ipv6_magic.S | 17 * E - either cluster 35 * Swap <len> (an unsigned int) using Mike Burrows' 7-instruction sequence 65 inslh $18,7,$4 # U : 0000000000AABBCC 67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00 69 and $16,7,$6 # E : src misalignment 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 89 and $17,7,$6 # E : dst misalignment [all …]
|
| H A D | ev6-stxncpy.S | 36 * E - either cluster 66 lda t2, -1 # E : build a mask against false zero 69 ornot t1, t2, t2 # E : (stall) 72 cmpbge zero, t2, t8 # E : bits set iff null found 73 or t0, t3, t0 # E : (stall) 91 addq a0, 8, a0 # E : 92 subq a2, 1, a2 # E : 96 addq a1, 8, a1 # E : 97 cmpbge zero, t0, t8 # E : 113 negq t8, t12 # E : find low bit set [all …]
|
| H A D | ev6-copy_user.S | 21 * E - either cluster 49 mov $18, $0 # .. .. .. E 50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy? 51 nop # .. E .. .. 54 and $16,7,$3 # .. .. .. E : is leading dest misalignment 57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter 65 addq $16,1,$16 # .. .. E .. : Section 3.8 in the CWG 66 addq $3,1,$3 # .. E .. .. : 67 nop # E .. .. .. : U L U L 74 addq $17,1,$17 # .. .. E .. : Section 3.8 in the CWG [all …]
|
| H A D | ev6-stxcpy.S | 28 * E - either cluster 58 lda t2, -1 # E : build a mask against false zero 61 ornot t1, t2, t2 # E : (stall) 64 cmpbge zero, t2, t8 # E : bits set iff null found 65 or t0, t3, t1 # E : (stall) 75 addq a0, 8, a0 # E : 80 addq a1, 8, a1 # E : 81 cmpbge zero, t1, t8 # E : (3 cycle stall) 89 negq t8, t6 # E : find low bit set 90 and t8, t6, t12 # E : (stall) [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 70 addq $16, 8, $16 # E .. .. .. : L U U L 73 subq $1, 1, $1 # .. .. E .. : 74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment 75 subq $0, 8, $0 # E .. .. .. : U L U L 82 * $2 is number of trailing bytes (0..7) ($2 never used...) [all …]
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv4-large.S | 44 @ diverse as ARM ones: e.g., there are only two arithmetic 81 #if __ARM_ARCH__<7 85 add r7,r8,r7,ror#2 @ E+=K_00_19 90 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 94 add r7,r8,r7,ror#2 @ E+=K_00_19 96 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 102 add r7,r7,r9 @ E+=X[i] 105 add r7,r7,r10 @ E+=F_00_19(B,C,D) 106 #if __ARM_ARCH__<7 110 add r6,r8,r6,ror#2 @ E+=K_00_19 [all …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_multitouch.py | 36 "CONFIDENCE": BIT(7), 306 Report Size (7) 374 Report Size (7) 496 …e 65 11 75 10 95 01 35 00 46 c8 37 09 30 81 02 46 68 1f 09 31 81 02 45 00 c0 c0 05 0d 09 06 15 00 … 1130 # Windows 7 compatible devices 1137 …7f 35 00 46 00 00 95 02 75 10 81 02 c0 a1 02 15 00 26 ff 00 09 01 95 39 75 08 81 01 c0 c0 05 0d 09… 1148 …7f 35 00 46 00 00 95 02 75 10 81 02 c0 a1 02 15 00 26 ff 00 09 01 95 39 75 08 81 03 c0 c0 05 0d 09… 1159 …e 65 33 75 10 95 01 09 30 26 ff 4d 46 70 03 81 02 09 31 26 ff 2b 46 f1 01 81 02 46 00 00 c0 a1 02 … 1171 '01 ff 01 57 1b 89 09 ff 02 7b 3b ea 07 02', 1173 '01 ff 01 54 1b 92 09 ff 02 7b 3b ec 07 02', [all …]
|
| /linux/arch/m68k/fpsp040/ |
| H A D | tbldo.S | 11 | 7 bits the opcode, and the remaining 3 56 .long smovcr |$00-7 fmovecr all 65 .long serror |$01-7 fint ERROR 74 .long serror |$02-7 fsinh ERROR 83 .long serror |$03-7 fintrz ERROR 92 .long serror |$04-7 ERROR - illegal extension 101 .long serror |$05-7 ERROR - illegal extension 110 .long serror |$06-7 flognp1 ERROR 119 .long serror |$07-7 ERROR - illegal extension 128 .long serror |$08-7 fetoxm1 ERROR [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | lcd-panel-cgram.rst | 6 characters 0 to 7. The escape code to define a new character is 7 '\e[LG' followed by one digit from 0 to 7, representing the character 12 bits of the 7 first bytes are used for each character. If the string 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" [all …]
|
| /linux/lib/crypto/x86/ |
| H A D | sha1-avx2-asm.S | 101 .set E, REG_E define 199 .if ((i & 7) == 0) 205 .elseif ((i & 7) == 1) 208 .elseif ((i & 7) == 2) 210 .elseif ((i & 7) == 4) 212 .elseif ((i & 7) == 7) 213 vmovdqu WY_TMP, PRECALC_WK(i&~7) 229 .if ((i & 7) == 0) 237 .elseif ((i & 7) == 1) 240 .elseif ((i & 7) == 2) [all …]
|
| H A D | sha512-avx2-asm.S | 81 e = %rdx define 147 f = e 148 e = d define 165 # Extract w[t-7] 166 MY_VPALIGNR YTMP0, Y_3, Y_2, 8 # YTMP0 = W[-7] 167 # Calculate w[t-16] + w[t-7] 168 vpaddq Y_0, YTMP0, YTMP0 # YTMP0 = W[-7] + W[-16] 178 # Calculate w[t-15] shr 7 179 vpsrlq $7, YTMP1, YTMP4 # YTMP4 = W[-15] >> 7 182 rorx $41, e, y0 # y0 = e >> 41 # S1A [all …]
|
| H A D | sha256-avx-asm.S | 104 e = %edx define 145 f = e 146 e = d define 155 ## compute W[-16] + W[-7] 4 at a time 157 mov e, y0 # y0 = e 158 MY_ROR (25-11), y0 # y0 = e >> (25-11) 160 vpalignr $4, X2, X3, XTMP0 # XTMP0 = W[-7] 162 xor e, y0 # y0 = e ^ (e >> (25-11)) 164 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 167 vpaddd X0, XTMP0, XTMP0 # XTMP0 = W[-7] + W[-16] [all …]
|
| H A D | sha256-ssse3-asm.S | 97 e = %edx define 139 f = e 140 e = d define 149 ## compute W[-16] + W[-7] 4 at a time 151 mov e, y0 # y0 = e 152 ror $(25-11), y0 # y0 = e >> (25-11) 154 palignr $4, X2, XTMP0 # XTMP0 = W[-7] 156 xor e, y0 # y0 = e ^ (e >> (25-11)) 158 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 162 paddd X0, XTMP0 # XTMP0 = W[-7] + W[-16] [all …]
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | pipeline_4k_no_split.svg | 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" 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" 161 id="Arrow2Mend-8-3-2-7" 168 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" [all …]
|
| H A D | pipeline_4k_split.svg | 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" 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" 161 id="Arrow2Mend-8-3-2-7" 168 …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 | stm32mp13-pinctrl.dtsi | 37 <STM32_PINMUX('B', 7, AF14)>,/* DCMI_PIXCLK */ 41 <STM32_PINMUX('E', 4, AF13)>,/* DCMI_D3 */ 45 <STM32_PINMUX('E', 14, AF13)>;/* DCMI_D7 */ 55 <STM32_PINMUX('B', 7, ANALOG)>,/* DCMI_PIXCLK */ 59 <STM32_PINMUX('E', 4, ANALOG)>,/* DCMI_D3 */ 63 <STM32_PINMUX('E', 14, ANALOG)>;/* DCMI_D7 */ 73 <STM32_PINMUX('E', 5, AF10)>, /* ETH_RGMII_TXD3 */ 88 <STM32_PINMUX('A', 7, AF11)>, /* ETH_RGMII_RX_CTL */ 89 <STM32_PINMUX('D', 7, AF10)>; /* ETH_RGMII_RX_CLK */ 108 <STM32_PINMUX('E', 5, ANALOG)>, /* ETH_RGMII_TXD3 */ [all …]
|
| /linux/Documentation/networking/device_drivers/can/ctu/ |
| H A D | fsm_txt_buffer_user.svg | 5 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill="#28… 8 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill-rule… 11 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill-rule… 14 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill="#28… 17 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill="#28… 20 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill="#28… 23 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill="#28… 26 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill-rule… 29 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill-rule… 32 …9 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.03544z" fill-rule… [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)) 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 162 * E is the exclusive marker that is not stored in swap entries. [all …]
|
| /linux/Documentation/i2c/ |
| H A D | i2c_bus.svg | 94 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 170 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 185 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 200 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 215 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 230 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 259 id="path4502-7" 274 id="path4502-7-5" 284 id="EmptyTriangleOutL-7" 381 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" [all …]
|
| /linux/Documentation/trace/ |
| H A D | tracepoint-analysis.rst | 98 -e kmem:mm_page_alloc -e kmem:mm_page_free \ 99 -e kmem:mm_page_free_batched \ 125 $ perf stat -e kmem:mm_page_alloc -e kmem:mm_page_free \ 126 -e kmem:mm_page_free_batched ./hackbench 10 153 $ perf stat --repeat 5 -e kmem:mm_page_alloc -e kmem:mm_page_free 154 -e kmem:mm_page_free_batched ./hackbench 10 176 $ perf stat -e kmem:mm_page_alloc -e kmem:mm_page_free \ 177 -e kmem:mm_page_free_batched \ 220 7. Lower-Level Analysis with PCL 229 -e kmem:mm_page_alloc -e kmem:mm_page_free \ [all …]
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 132 1E E4 81 84 CE B2 F2 45 1C F0 85 99 61 02 4D EB 134 D7 0E 7D CA 41 BF 43 07 65 86 3C 8C 13 7A D0 8B 135 82 5E 96 0B F8 1F 5F 34 06 DA A2 52 C1 A9 D5 26 136 0F F4 04 4B D9 3F 2D F2 AC 2F 74 64 1F 8B CD 3E 137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D [all …]
|
| /linux/drivers/misc/ibmasm/ |
| H A D | remote.h | 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 155 #define KEY_SYM_F11 0xFFC8 // 1B 5B 32 33 7E 156 #define KEY_SYM_F12 0xFFC9 // 1B 5B 32 34 7E
|