| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | lochnagar.rst | 31 power1_average_interval Power averaging time input valid from 1 to 1708mS 33 in1_input Measured voltage for 1V8 DSP (milliVolts) 34 in1_label "1V8 DSP" 35 curr2_input Measured current for 1V8 DSP (milliAmps) 36 curr2_label "1V8 DSP" 37 power2_average Measured average power for 1V8 DSP (microWatts) 38 power2_average_interval Power averaging time input valid from 1 to 1708mS 39 power2_label "1V8 DSP" 40 in2_input Measured voltage for 1V8 CDC (milliVolts) 41 in2_label "1V8 CDC" [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | lochnagar.rst | 31 power1_average_interval Power averaging time input valid from 1 to 1708mS 33 in1_input Measured voltage for 1V8 DSP (milliVolts) 34 in1_label "1V8 DSP" 35 curr2_input Measured current for 1V8 DSP (milliAmps) 36 curr2_label "1V8 DSP" 37 power2_average Measured average power for 1V8 DSP (microWatts) 38 power2_average_interval Power averaging time input valid from 1 to 1708mS 39 power2_label "1V8 DSP" 40 in2_input Measured voltage for 1V8 CDC (milliVolts) 41 in2_label "1V8 CDC" [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| D | sm4-ce-ccm-core.S | 17 .irp b, 0, 1, 8, 9, 10, 11, 12, 13, 14, 15, 16, 24, 25, 26, 27, 28, 29, 30, 31 32 mov vctr.d[1], x8; \ 34 adds x8, x8, #1; \ 72 sub w3, w3, #1 132 inc_le128(v8) /* +0 */ 133 inc_le128(v9) /* +1 */ 139 SM4_CRYPT_BLK2(v8, RMAC) 140 eor v8.16b, v8.16b, v0.16b 152 st1 {v8.16b-v11.16b}, [x1], #64 164 inc_le128(v8) [all …]
|
| D | sm4-ce-cipher-core.S | 6 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8 19 ld1 {v8.4s}, [x2] 21 CPU_LE( rev32 v8.16b, v8.16b ) 23 sm4e v8.4s, v0.4s 24 sm4e v8.4s, v1.4s 25 sm4e v8.4s, v2.4s 26 sm4e v8.4s, v3.4s 27 sm4e v8.4s, v4.4s 28 sm4e v8.4s, v5.4s 29 sm4e v8.4s, v6.4s [all …]
|
| D | sm4-ce-core.S | 17 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, \ 146 sub w3, w3, #1; 195 sub w4, w4, #1 233 rev32 v8.16b, v0.16b 242 SM4_CRYPT_BLK8_BE(v8, v9, v10, v11, v12, v13, v14, v15) 244 eor v8.16b, v8.16b, RIV.16b 253 st1 {v8.16b-v11.16b}, [x1], #64 270 rev32 v8.16b, v0.16b 275 SM4_CRYPT_BLK4_BE(v8, v9, v10, v11) 277 eor v8.16b, v8.16b, RIV.16b [all …]
|
| D | sm3-ce-core.S | 12 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 45 sm3ss1 v5.4s, v8.4s, \t0\().4s, v9.4s 46 shl \t1\().4s, \t0\().4s, #1 48 sm3tt1\ab v8.4s, v5.4s, v10.4s, \i 63 round \ab, \s0, v12, v11, 1 79 ld1 {v8.4s-v9.4s}, [x0] 80 rev64 v8.4s, v8.4s 82 ext v8.16b, v8.16b, v8.16b, #8 90 sub w2, w2, #1 92 mov v15.16b, v8.16b [all …]
|
| D | aes-neon.S | 24 tbnz \reg, #1, \lbl 30 shl \out, \in, #1 84 mul_by_x2 v8.16b, \in\().16b, v9.16b, v12.16b 85 eor \in\().16b, \in\().16b, v8.16b 86 rev32 v8.8h, v8.8h 87 eor \in\().16b, \in\().16b, v8.16b 90 mul_by_x v9.16b, \in\().16b, v8.16b, v12.16b 91 rev32 v8.8h, \in\().8h 92 eor v8.16b, v8.16b, v9.16b 93 eor \in\().16b, \in\().16b, v8.16b [all …]
|
| D | sha3-ce-core.S | 3 * sha3-ce-core.S - core SHA-3 transform using v8.2 Crypto Extensions 15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 46 ld1 { v0.1d- v3.1d}, [x0] 47 ld1 { v4.1d- v7.1d}, [x8], #32 48 ld1 { v8.1d-v11.1d}, [x8], #32 49 ld1 {v12.1d-v15.1d}, [x8], #32 50 ld1 {v16.1d-v19.1d}, [x8], #32 51 ld1 {v20.1d-v23.1d}, [x8], #32 52 ld1 {v24.1d}, [x8] 54 0: sub w2, w2, #1 [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| D | sm4-ce-core.S | 6 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8 19 ld1 {v8.4s}, [x2] 21 CPU_LE( rev32 v8.16b, v8.16b ) 23 sm4e v8.4s, v0.4s 24 sm4e v8.4s, v1.4s 25 sm4e v8.4s, v2.4s 26 sm4e v8.4s, v3.4s 27 sm4e v8.4s, v4.4s 28 sm4e v8.4s, v5.4s 29 sm4e v8.4s, v6.4s [all …]
|
| D | sm3-ce-core.S | 11 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 44 sm3ss1 v5.4s, v8.4s, \t0\().4s, v9.4s 45 shl \t1\().4s, \t0\().4s, #1 47 sm3tt1\ab v8.4s, v5.4s, v10.4s, \i 62 round \ab, \s0, v12, v11, 1 78 ld1 {v8.4s-v9.4s}, [x0] 79 rev64 v8.4s, v8.4s 81 ext v8.16b, v8.16b, v8.16b, #8 89 sub w2, w2, #1 91 mov v15.16b, v8.16b [all …]
|
| D | aes-neon.S | 24 tbnz \reg, #1, \lbl 30 shl \out, \in, #1 84 mul_by_x2 v8.16b, \in\().16b, v9.16b, v12.16b 85 eor \in\().16b, \in\().16b, v8.16b 86 rev32 v8.8h, v8.8h 87 eor \in\().16b, \in\().16b, v8.16b 90 mul_by_x v9.16b, \in\().16b, v8.16b, v12.16b 91 rev32 v8.8h, \in\().8h 92 eor v8.16b, v8.16b, v9.16b 93 eor \in\().16b, \in\().16b, v8.16b [all …]
|
| D | chacha-neon-core.S | 67 // x1 = shuffle32(x1, MASK(0, 3, 2, 1)) 69 // x2 = shuffle32(x2, MASK(1, 0, 3, 2)) 71 // x3 = shuffle32(x3, MASK(2, 1, 0, 3)) 96 // x1 = shuffle32(x1, MASK(2, 1, 0, 3)) 98 // x2 = shuffle32(x2, MASK(1, 0, 3, 2)) 100 // x3 = shuffle32(x3, MASK(0, 3, 2, 1)) 111 // x1: 1 data block output, o 112 // x2: 1 data block input, i 120 ld1 {v8.4s-v11.4s}, [x0] 127 add v0.4s, v0.4s, v8.4s [all …]
|
| D | sha3-ce-core.S | 3 * sha3-ce-core.S - core SHA-3 transform using v8.2 Crypto Extensions 15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 46 ld1 { v0.1d- v3.1d}, [x0] 47 ld1 { v4.1d- v7.1d}, [x8], #32 48 ld1 { v8.1d-v11.1d}, [x8], #32 49 ld1 {v12.1d-v15.1d}, [x8], #32 50 ld1 {v16.1d-v19.1d}, [x8], #32 51 ld1 {v20.1d-v23.1d}, [x8], #32 52 ld1 {v24.1d}, [x8] 54 0: sub w2, w2, #1 [all …]
|
| /kernel/linux/linux-5.10/arch/sh/boards/mach-hp6xx/ |
| D | setup.c | 31 [1] = { 44 .id = -1, 51 .id = -1, 57 u8 v8; in dac_audio_start() local 65 v8 = inb(PKDR); in dac_audio_start() 66 v8 &= ~PKDR_SPEAKER; in dac_audio_start() 67 outb(v8, PKDR); in dac_audio_start() 75 u8 v8; in dac_audio_stop() local 83 v8 = inb(PKDR); in dac_audio_stop() 84 v8 |= PKDR_SPEAKER; in dac_audio_stop() [all …]
|
| /kernel/linux/linux-6.6/arch/sh/boards/mach-hp6xx/ |
| D | setup.c | 31 [1] = { 44 .id = -1, 51 .id = -1, 57 u8 v8; in dac_audio_start() local 65 v8 = inb(PKDR); in dac_audio_start() 66 v8 &= ~PKDR_SPEAKER; in dac_audio_start() 67 outb(v8, PKDR); in dac_audio_start() 75 u8 v8; in dac_audio_stop() local 83 v8 = inb(PKDR); in dac_audio_stop() 84 v8 |= PKDR_SPEAKER; in dac_audio_stop() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | nvidia,tegra20-sdhci.txt | 51 - pinctrl-names, pinctrl-0, pinctrl-1 : Specify pad voltage 52 configurations. Valid pinctrl-names are "sdmmc-3v3" and "sdmmc-1v8" 55 pinctrl-1. 56 - pinctrl-names : "sdmmc-3v3-drv" and "sdmmc-1v8-drv" are applicable for 59 using pads at 3V3 and 1V8 levels. 60 - nvidia,only-1-8-v : The presence of this property indicates that the 65 - nvidia,pad-autocal-pull-up-offset-1v8, 66 nvidia,pad-autocal-pull-down-offset-1v8 : Specify drive strength 72 - nvidia,pad-autocal-pull-up-offset-1v8-timeout, 73 nvidia,pad-autocal-pull-down-offset-1v8-timeout : Specify drive [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | crc32-vpmsum_core.S | 101 vspltisw v0,-1 106 /* Get the initial value into v8 */ 107 vxor v8,v8,v8 108 MTVRD(v8, R3) 110 vsldoi v8,zeroes,v8,8 /* shift into bottom 32 bits */ 112 vsldoi v8,v8,zeroes,4 /* shift into top 32 bits */ 129 1: lis r7,MAX_SIZE@h 150 addi r7,r7,-1 175 cmpdi r0,1 198 vxor v16,v16,v8 [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| D | crc32-vpmsum_core.S | 101 vspltisw v0,-1 106 /* Get the initial value into v8 */ 107 vxor v8,v8,v8 108 MTVRD(v8, R3) 110 vsldoi v8,zeroes,v8,8 /* shift into bottom 32 bits */ 112 vsldoi v8,v8,zeroes,4 /* shift into top 32 bits */ 127 1: lis r7,MAX_SIZE@h 148 addi r7,r7,-1 172 cmpdi r0,1 195 vxor v16,v16,v8 [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mmc/ |
| D | nvidia,tegra20-sdhci.yaml | 43 maxItems: 1 46 maxItems: 1 53 minItems: 1 57 minItems: 1 70 maxItems: 1 83 maxItems: 1 112 nvidia,pad-autocal-pull-down-offset-1v8: 117 nvidia,pad-autocal-pull-down-offset-1v8-timeout: 140 nvidia,pad-autocal-pull-up-offset-1v8: 145 nvidia,pad-autocal-pull-up-offset-1v8-timeout: [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | fixed-regulator.yaml | 54 maxItems: 1 57 maxItems: 1 64 maxItems: 1 71 maxItems: 1 80 maxItems: 1 111 reg_1v8: regulator-1v8 { 113 regulator-name = "1v8"; 123 reg_1v8_clk: regulator-1v8-clk { 125 regulator-name = "1v8"; 134 reg_1v8_domain: regulator-1v8-domain { [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | arm,coresight-cti.yaml | 31 are implementation defined, except when the CTI is connected to an ARM v8 34 In this case the ARM v8 architecture defines the required signal connections 35 between CTI and the CPU core and ETM if present. In the case of a v8 37 indicate this feature (arm,coresight-cti-v8-arch). 87 - const: arm,coresight-cti-v8-arch 92 maxItems: 1 98 base cti node if compatible string arm,coresight-cti-v8-arch is used, 102 maxItems: 1 117 compatible string arm,coresight-cti-v8-arch used. If the associated 128 const: 1 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | coresight-cti.yaml | 32 are implementation defined, except when the CTI is connected to an ARM v8 35 In this case the ARM v8 architecture defines the required signal connections 36 between CTI and the CPU core and ETM if present. In the case of a v8 38 indicate this feature (arm,coresight-cti-v8-arch). 88 - const: arm,coresight-cti-v8-arch 93 maxItems: 1 99 base cti node if compatible string arm,coresight-cti-v8-arch is used, 115 compatible string arm,coresight-cti-v8-arch used. If the associated 126 const: 1 140 maxItems: 1 [all …]
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | fpu.c | 32 asm volatile("std 1,%0" : "=Q" (state->fprs[1])); in __kernel_fpu_begin() 57 " la 1,%[vxrs]\n" /* load save area */ in __kernel_fpu_begin() 63 * case a vstm V8..V23 is the best instruction in __kernel_fpu_begin() 66 " jne 0f\n" /* -> save V8..V23 */ in __kernel_fpu_begin() 67 " VSTM 8,23,128,1\n" /* vstm %v8,%v23,128(%r1) */ in __kernel_fpu_begin() 73 " brc 2,1f\n" /* 10 -> save V8..V15 */ in __kernel_fpu_begin() 74 " VSTM 0,7,0,1\n" /* vstm %v0,%v7,0(%r1) */ in __kernel_fpu_begin() 76 "1: VSTM 8,15,128,1\n" /* vstm %v8,%v15,128(%r1) */ in __kernel_fpu_begin() 78 "2: VSTM 0,15,0,1\n" /* vstm %v0,%v15,0(%r1) */ in __kernel_fpu_begin() 84 " VSTM 16,23,256,1\n" /* vstm %v16,%v23,256(%r1) */ in __kernel_fpu_begin() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/arm/ |
| D | Makefile | 3 foundation-v8.dtb foundation-v8-psci.dtb \ 4 foundation-v8-gicv3.dtb foundation-v8-gicv3-psci.dtb 7 dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2f-1xv7-ca53x2.dtb
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/arm/ |
| D | Makefile | 3 foundation-v8.dtb foundation-v8-psci.dtb \ 4 foundation-v8-gicv3.dtb foundation-v8-gicv3-psci.dtb 7 dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2f-1xv7-ca53x2.dtb
|