/Linux-v4.19/drivers/pci/controller/ |
D | pci-v3-semi.c | 318 struct v3_pci *v3 = bus->sysdata; in v3_map_bus() local 370 writel(v3_addr_to_lb_base(v3->non_pre_mem) | in v3_map_bus() 372 v3->base + V3_LB_BASE0); in v3_map_bus() 378 writel(v3_addr_to_lb_base(v3->config_mem) | in v3_map_bus() 380 v3->base + V3_LB_BASE1); in v3_map_bus() 381 writew(mapaddress, v3->base + V3_LB_MAP1); in v3_map_bus() 383 return v3->config_base + address + offset; in v3_map_bus() 386 static void v3_unmap_bus(struct v3_pci *v3) in v3_unmap_bus() argument 391 writel(v3_addr_to_lb_base(v3->pre_mem) | in v3_unmap_bus() 394 v3->base + V3_LB_BASE1); in v3_unmap_bus() [all …]
|
/Linux-v4.19/lib/ |
D | siphash.c | 24 v2 += v3; v3 = rol64(v3, 16); v3 ^= v2; \ 25 v0 += v3; v3 = rol64(v3, 21); v3 ^= v0; \ 33 u64 v3 = 0x7465646279746573ULL; \ 35 v3 ^= key->key[1]; \ 41 v3 ^= b; \ 50 return (v0 ^ v1) ^ (v2 ^ v3); 60 v3 ^= m; in __siphash_aligned() 93 v3 ^= m; in __siphash_unaligned() 126 v3 ^= first; in siphash_1u64() 143 v3 ^= first; in siphash_2u64() [all …]
|
D | xxhash.c | 112 uint32_t v3 = seed + 0; in xxh32() local 120 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32() 127 xxh_rotl32(v3, 12) + xxh_rotl32(v4, 18); in xxh32() 182 uint64_t v3 = seed + 0; in xxh64() local 190 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64() 197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64() 200 h64 = xxh64_merge_round(h64, v3); in xxh64() 250 state.v3 = seed + 0; in xxh32_reset() 264 state.v3 = seed + 0; in xxh64_reset() 297 state->v3 = xxh32_round(state->v3, get_unaligned_le32(p32)); in xxh32_update() [all …]
|
/Linux-v4.19/drivers/char/mwave/ |
D | mwavedd.h | 89 #define PRINTK_4(f,s,v1,v2,v3) \ argument 91 printk(s,v1,v2,v3); \ 94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument 96 printk(s,v1,v2,v3,v4); \ 99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument 101 printk(s,v1,v2,v3,v4,v5); \ 104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument 106 printk(s,v1,v2,v3,v4,v5,v6); \ 109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument 111 printk(s,v1,v2,v3,v4,v5,v6,v7); \ [all …]
|
/Linux-v4.19/arch/s390/include/asm/ |
D | vx-insn.h | 100 .ifc \vxr,%v3 200 .macro RXB rxb v1 v2=0 v3=0 v4=0 208 .if \v3 & 0x10 224 .macro MRXB m v1 v2=0 v3=0 v4=0 226 RXB rxb, \v1, \v2, \v3, \v4 239 .macro MRXBOPC m opc v1 v2=0 v3=0 v4=0 240 MRXB \m, \v1, \v2, \v3, \v4 347 VX_NUM v3, \vr 348 .word 0xE700 | (r1 << 4) | (v3&15) 350 MRXBOPC \m, 0x21, v3 [all …]
|
/Linux-v4.19/arch/powerpc/lib/ |
D | xor_vmx.c | 87 DEFINE(v3); in __xor_altivec_3() 93 LOAD(v3); in __xor_altivec_3() 95 XOR(v1, v3); in __xor_altivec_3() 100 v3 += 4; in __xor_altivec_3() 110 DEFINE(v3); in __xor_altivec_4() 117 LOAD(v3); in __xor_altivec_4() 120 XOR(v3, v4); in __xor_altivec_4() 121 XOR(v1, v3); in __xor_altivec_4() 126 v3 += 4; in __xor_altivec_4() 137 DEFINE(v3); in __xor_altivec_5() [all …]
|
/Linux-v4.19/arch/arm64/crypto/ |
D | chacha20-neon-core.S | 40 ld1 {v0.4s-v3.4s}, [x0] 49 eor v3.16b, v3.16b, v0.16b 50 rev32 v3.8h, v3.8h 53 add v2.4s, v2.4s, v3.4s 60 eor v3.16b, v3.16b, v0.16b 61 tbl v3.16b, {v3.16b}, v12.16b 64 add v2.4s, v2.4s, v3.4s 74 ext v3.16b, v3.16b, v3.16b, #12 78 eor v3.16b, v3.16b, v0.16b 79 rev32 v3.8h, v3.8h [all …]
|
D | sm3-ce-core.S | 91 0: ld1 {v0.16b-v3.16b}, [x1], #64 100 CPU_LE( rev32 v3.16b, v3.16b ) 104 qround a, v0, v1, v2, v3, v4 105 qround a, v1, v2, v3, v4, v0 106 qround a, v2, v3, v4, v0, v1 107 qround a, v3, v4, v0, v1, v2 111 qround b, v4, v0, v1, v2, v3 112 qround b, v0, v1, v2, v3, v4 113 qround b, v1, v2, v3, v4, v0 114 qround b, v2, v3, v4, v0, v1 [all …]
|
D | aes-modes.S | 17 encrypt_block4x v0, v1, v2, v3, w22, x21, x8, w7 22 decrypt_block4x v0, v1, v2, v3, w22, x21, x8, w7 48 ld1 {v0.16b-v3.16b}, [x20], #64 /* get 4 pt blocks */ 50 st1 {v0.16b-v3.16b}, [x19], #64 83 ld1 {v0.16b-v3.16b}, [x20], #64 /* get 4 ct blocks */ 85 st1 {v0.16b-v3.16b}, [x19], #64 127 ld1 {v0.16b-v3.16b}, [x20], #64 /* get 4 pt blocks */ 134 eor v3.16b, v3.16b, v2.16b 135 encrypt_block v3, w22, x21, x6, w7 136 st1 {v0.16b-v3.16b}, [x19], #64 [all …]
|
D | aes-ce-core.S | 21 mov v3.16b, v1.16b 24 ld1 {v3.4s}, [x0], #16 28 aese v0.16b, v3.16b 34 ld1 {v3.4s}, [x0], #16 37 eor v0.16b, v0.16b, v3.16b 49 mov v3.16b, v1.16b 52 ld1 {v3.4s}, [x0], #16 56 aesd v0.16b, v3.16b 62 ld1 {v3.4s}, [x0], #16 65 eor v0.16b, v0.16b, v3.16b
|
D | aes-ce-ccm-core.S | 35 1: ld1 {v3.4s}, [x4] /* load first round key */ 42 mov v5.16b, v3.16b 44 2: mov v4.16b, v3.16b 48 4: ld1 {v3.4s}, [x6], #16 /* load next round key */ 53 aese v0.16b, v3.16b 93 ld1 {v3.4s}, [x2], #16 /* load first round key */ 100 mov v5.16b, v3.16b 102 0: mov v4.16b, v3.16b 108 2: ld1 {v3.4s}, [x2], #16 /* load next round key */ 115 aese v0.16b, v3.16b [all …]
|
D | crc32-ce-core.S | 150 pmull2 v7.1q, v3.2d, vCONSTANT.2d 155 pmull v3.1q, v3.1d, vCONSTANT.1d 162 eor v3.16b, v3.16b, v7.16b 169 eor v3.16b, v3.16b, v7.16b 197 eor v1.16b, v1.16b, v3.16b 230 and v1.16b, v1.16b, v3.16b 237 and v2.16b, v1.16b, v3.16b 240 and v2.16b, v2.16b, v3.16b
|
/Linux-v4.19/include/pcmcia/ |
D | device_id.h | 37 #define PCMCIA_DEVICE_PROD_ID3(v3, vh3) { \ argument 39 .prod_id = { NULL, NULL, (v3), NULL }, \ 48 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument 51 .prod_id = { (v1), NULL, (v3), NULL }, \ 60 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument 64 .prod_id = { (v1), (v2), (v3), NULL },\ 74 #define PCMCIA_DEVICE_PROD_ID134(v1, v3, v4, vh1, vh3, vh4) { \ argument 78 .prod_id = { (v1), NULL, (v3), (v4) }, \ 81 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument 86 .prod_id = { (v1), (v2), (v3), (v4) }, \ [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | reg_helper.h | 72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument 76 FN(reg, f3), v3) 78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 82 FN(reg, f3), v3,\ 85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument 90 FN(reg, f3), v3,\ 94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument 99 FN(reg, f3), v3,\ 104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument 109 FN(reg, f3), v3,\ [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_crtc.c | 238 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 v3; member 278 args.v3.usSpreadSpectrumAmountFrac = cpu_to_le16(0); in amdgpu_atombios_crtc_program_ss() 279 args.v3.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK; in amdgpu_atombios_crtc_program_ss() 282 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P1PLL; in amdgpu_atombios_crtc_program_ss() 285 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P2PLL; in amdgpu_atombios_crtc_program_ss() 288 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_DCPLL; in amdgpu_atombios_crtc_program_ss() 293 args.v3.usSpreadSpectrumAmount = cpu_to_le16(ss->amount); in amdgpu_atombios_crtc_program_ss() 294 args.v3.usSpreadSpectrumStep = cpu_to_le16(ss->step); in amdgpu_atombios_crtc_program_ss() 295 args.v3.ucEnable = enable; in amdgpu_atombios_crtc_program_ss() 302 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 v3; member [all …]
|
D | atombios_encoders.c | 563 DIG_ENCODER_CONTROL_PARAMETERS_V3 v3; member 610 args.v3.ucPanelMode = panel_mode; in amdgpu_atombios_encoder_setup_dig_encoder() 642 args.v3.ucAction = action; in amdgpu_atombios_encoder_setup_dig_encoder() 643 args.v3.usPixelClock = cpu_to_le16(amdgpu_encoder->pixel_clock / 10); in amdgpu_atombios_encoder_setup_dig_encoder() 645 args.v3.ucPanelMode = panel_mode; in amdgpu_atombios_encoder_setup_dig_encoder() 647 args.v3.ucEncoderMode = amdgpu_atombios_encoder_get_encoder_mode(encoder); in amdgpu_atombios_encoder_setup_dig_encoder() 649 if (ENCODER_MODE_IS_DP(args.v3.ucEncoderMode)) in amdgpu_atombios_encoder_setup_dig_encoder() 650 args.v3.ucLaneNum = dp_lane_count; in amdgpu_atombios_encoder_setup_dig_encoder() 652 args.v3.ucLaneNum = 8; in amdgpu_atombios_encoder_setup_dig_encoder() 654 args.v3.ucLaneNum = 4; in amdgpu_atombios_encoder_setup_dig_encoder() [all …]
|
/Linux-v4.19/tools/power/cpupower/debug/kernel/ |
D | cpufreq-test_tsc.c | 36 u32 v1=0,v2=0,v3=0; in read_pmtmr() local 45 v3 = inl(pm_tmr_ioport); in read_pmtmr() 46 } while ((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1) in read_pmtmr() 47 || (v3 > v1 && v3 < v2)); in read_pmtmr()
|
/Linux-v4.19/arch/arm64/boot/dts/freescale/ |
D | qoriq-fman3-0.dtsi | 3 * QorIQ FMan v3 device tree 30 compatible = "fsl,fman-v3-port-oh"; 36 compatible = "fsl,fman-v3-port-oh"; 42 compatible = "fsl,fman-v3-port-oh"; 48 compatible = "fsl,fman-v3-port-oh"; 54 compatible = "fsl,fman-v3-port-oh"; 60 compatible = "fsl,fman-v3-port-oh";
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calc_math.c | 85 float dcn_bw_max3(float v1, float v2, float v3) in dcn_bw_max3() argument 87 return v3 > dcn_bw_max2(v1, v2) ? v3 : dcn_bw_max2(v1, v2); in dcn_bw_max3() 90 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5) in dcn_bw_max5() argument 92 …return dcn_bw_max3(v1, v2, v3) > dcn_bw_max2(v4, v5) ? dcn_bw_max3(v1, v2, v3) : dcn_bw_max2(v4, v… in dcn_bw_max5()
|
/Linux-v4.19/drivers/clocksource/ |
D | acpi_pm.c | 43 u32 v1 = 0, v2 = 0, v3 = 0; in acpi_pm_read_verified() local 54 v3 = read_pmtmr(); in acpi_pm_read_verified() 55 } while (unlikely((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1) in acpi_pm_read_verified() 56 || (v3 > v1 && v3 < v2))); in acpi_pm_read_verified()
|
D | h8300_tpu.c | 44 unsigned long v1, v2, v3; in tpu_get_counter() local 54 v3 = read_tcnt32(p); in tpu_get_counter() 56 } while (unlikely((o1 != o2) || (v1 > v2 && v1 < v3) in tpu_get_counter() 57 || (v2 > v3 && v2 < v1) || (v3 > v1 && v3 < v2))); in tpu_get_counter()
|
D | h8300_timer16.c | 39 unsigned short v1, v2, v3; in timer16_get_counter() local 49 v3 = ioread16be(p->mapbase + TCNT); in timer16_get_counter() 51 } while (unlikely((o1 != o2) || (v1 > v2 && v1 < v3) in timer16_get_counter() 52 || (v2 > v3 && v2 < v1) || (v3 > v1 && v3 < v2))); in timer16_get_counter()
|
/Linux-v4.19/arch/s390/crypto/ |
D | crc32le-vx.S | 132 VPERM %v3,%v3,%v3,CONST_PERM_LE2BE 159 VGFMAG %v3,CONST_R2R1,%v3,%v7 175 VGFMAG %v1,CONST_R4R3,%v1,%v3
|
/Linux-v4.19/arch/powerpc/boot/dts/fsl/ |
D | qoriq-fman3-0.dtsi | 2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ] 55 compatible = "fsl,fman-v3-port-oh"; 61 compatible = "fsl,fman-v3-port-oh"; 67 compatible = "fsl,fman-v3-port-oh"; 73 compatible = "fsl,fman-v3-port-oh"; 79 compatible = "fsl,fman-v3-port-oh"; 85 compatible = "fsl,fman-v3-port-oh";
|
D | qoriq-fman3-1.dtsi | 2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x500000 ] 55 compatible = "fsl,fman-v3-port-oh"; 61 compatible = "fsl,fman-v3-port-oh"; 67 compatible = "fsl,fman-v3-port-oh"; 73 compatible = "fsl,fman-v3-port-oh"; 79 compatible = "fsl,fman-v3-port-oh"; 85 compatible = "fsl,fman-v3-port-oh";
|