Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 186 of 186) sorted by relevance

/linux-4.4.14/drivers/char/mwave/
Dmwavedd.h89 #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-4.4.14/arch/powerpc/lib/
Dxor_vmx.c86 DEFINE(v3); in xor_altivec_3()
95 LOAD(v3); in xor_altivec_3()
97 XOR(v1, v3); in xor_altivec_3()
102 v3 += 4; in xor_altivec_3()
115 DEFINE(v3); in xor_altivec_4()
125 LOAD(v3); in xor_altivec_4()
128 XOR(v3, v4); in xor_altivec_4()
129 XOR(v1, v3); in xor_altivec_4()
134 v3 += 4; in xor_altivec_4()
148 DEFINE(v3); in xor_altivec_5()
[all …]
Dmemcpy_power7.S338 lvx v3,r0,r4
343 stvx v3,r0,r3
373 lvx v3,r4,r12
382 stvx v3,r3,r12
399 lvx v3,r0,r4
404 stvx v3,r0,r3
520 lvx v3,r0,r4
521 VPERM(v8,v0,v3,v16)
523 VPERM(v9,v3,v2,v16)
563 lvx v3,r4,r12
[all …]
Dcopyuser_power7.S405 err3; lvx v3,r0,r4
410 err3; stvx v3,r0,r3
440 err4; lvx v3,r4,r12
449 err4; stvx v3,r3,r12
466 err3; lvx v3,r0,r4
471 err3; stvx v3,r0,r3
586 err3; lvx v3,r0,r4
587 VPERM(v8,v0,v3,v16)
589 VPERM(v9,v3,v2,v16)
629 err4; lvx v3,r4,r12
[all …]
Dcopypage_power7.S90 lvx v3,r4,r9
99 stvx v3,r3,r9
/linux-4.4.14/arch/s390/include/asm/
Dvx-insn.h105 .ifc \vxr,%v3
205 .macro RXB rxb v1 v2=0 v3=0 v4=0
213 .if \v3 & 0x10
229 .macro MRXB m v1 v2=0 v3=0 v4=0
231 RXB rxb, \v1, \v2, \v3, \v4
244 .macro MRXBOPC m opc v1 v2=0 v3=0 v4=0
245 MRXB \m, \v1, \v2, \v3, \v4
343 VX_NUM v3, \vr
344 .word 0xE700 | (r1 << 4) | VX_R(v3)
346 MRXBOPC \m, 0x21, v3
[all …]
Detr.h64 unsigned int v3 : 1; /* validity bit ETR data frame 3 */ member
/linux-4.4.14/include/pcmcia/
Ddevice_id.h37 #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-4.4.14/arch/arm64/crypto/
Daes-modes.S55 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
60 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
97 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
101 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
128 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
130 st1 {v0.16b-v3.16b}, [x0], #64
164 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 ct blocks */
166 st1 {v0.16b-v3.16b}, [x0], #64
223 mov v3.16b, v1.16b
227 mov v7.16b, v3.16b
[all …]
Daes-ce-ccm-core.S34 1: ld1 {v3.2d}, [x4] /* load first round key */
41 mov v5.16b, v3.16b
43 2: mov v4.16b, v3.16b
47 4: ld1 {v3.2d}, [x6], #16 /* load next round key */
52 aese v0.16b, v3.16b
92 ld1 {v3.2d}, [x2], #16 /* load first round key */
99 mov v5.16b, v3.16b
101 0: mov v4.16b, v3.16b
107 2: ld1 {v3.2d}, [x2], #16 /* load next round key */
114 aese v0.16b, v3.16b
[all …]
Dsha2-ce-core.S82 ld1 { v0.4s- v3.4s}, [x8], #64
108 add_update 0, v3, 18, 19, 16, 17
Dghash-ce-core.S17 T2 .req v3
Dsha1-ce-core.S20 k3 .req v3
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datombios_crtc.c237 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 v3; member
277 args.v3.usSpreadSpectrumAmountFrac = cpu_to_le16(0); in amdgpu_atombios_crtc_program_ss()
278 args.v3.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK; in amdgpu_atombios_crtc_program_ss()
281 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P1PLL; in amdgpu_atombios_crtc_program_ss()
284 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P2PLL; in amdgpu_atombios_crtc_program_ss()
287 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_DCPLL; in amdgpu_atombios_crtc_program_ss()
292 args.v3.usSpreadSpectrumAmount = cpu_to_le16(ss->amount); in amdgpu_atombios_crtc_program_ss()
293 args.v3.usSpreadSpectrumStep = cpu_to_le16(ss->step); in amdgpu_atombios_crtc_program_ss()
294 args.v3.ucEnable = enable; in amdgpu_atombios_crtc_program_ss()
301 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 v3; member
[all …]
Datombios_encoders.c568 DIG_ENCODER_CONTROL_PARAMETERS_V3 v3; member
614 args.v3.ucPanelMode = panel_mode; in amdgpu_atombios_encoder_setup_dig_encoder()
646 args.v3.ucAction = action; in amdgpu_atombios_encoder_setup_dig_encoder()
647 args.v3.usPixelClock = cpu_to_le16(amdgpu_encoder->pixel_clock / 10); in amdgpu_atombios_encoder_setup_dig_encoder()
649 args.v3.ucPanelMode = panel_mode; in amdgpu_atombios_encoder_setup_dig_encoder()
651 args.v3.ucEncoderMode = amdgpu_atombios_encoder_get_encoder_mode(encoder); in amdgpu_atombios_encoder_setup_dig_encoder()
653 if (ENCODER_MODE_IS_DP(args.v3.ucEncoderMode)) in amdgpu_atombios_encoder_setup_dig_encoder()
654 args.v3.ucLaneNum = dp_lane_count; in amdgpu_atombios_encoder_setup_dig_encoder()
656 args.v3.ucLaneNum = 8; in amdgpu_atombios_encoder_setup_dig_encoder()
658 args.v3.ucLaneNum = 4; in amdgpu_atombios_encoder_setup_dig_encoder()
[all …]
Damdgpu_atombios.c812 struct _ATOM_ASIC_SS_ASSIGNMENT_V3 v3; member
890 if ((ss_assign->v3.ucClockIndication == id) && in amdgpu_atombios_get_asic_ss_info()
891 (clock <= le32_to_cpu(ss_assign->v3.ulTargetClockRange))) { in amdgpu_atombios_get_asic_ss_info()
893 le16_to_cpu(ss_assign->v3.usSpreadSpectrumPercentage); in amdgpu_atombios_get_asic_ss_info()
894 ss->type = ss_assign->v3.ucSpreadSpectrumMode; in amdgpu_atombios_get_asic_ss_info()
895 ss->rate = le16_to_cpu(ss_assign->v3.usSpreadRateIn10Hz); in amdgpu_atombios_get_asic_ss_info()
896 if (ss_assign->v3.ucSpreadSpectrumMode & in amdgpu_atombios_get_asic_ss_info()
924 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3 v3; member
1096 struct _SET_VOLTAGE_PARAMETERS_V1_3 v3; member
1126 args.v3.ucVoltageType = voltage_type; in amdgpu_atombios_set_voltage()
[all …]
/linux-4.4.14/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c36 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-4.4.14/drivers/clocksource/
Dacpi_pm.c43 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()
Dh8300_tpu.c55 unsigned long v1, v2, v3; in tpu_get_counter() local
65 v3 = read_tcnt32(p); in tpu_get_counter()
67 } while (unlikely((o1 != o2) || (v1 > v2 && v1 < v3) in tpu_get_counter()
68 || (v2 > v3 && v2 < v1) || (v3 > v1 && v3 < v2))); in tpu_get_counter()
Dh8300_timer16.c69 unsigned long v1, v2, v3; in timer16_get_counter() local
79 v3 = ctrl_inw(p->mapbase + TCNT); in timer16_get_counter()
81 } while (unlikely((o1 != o2) || (v1 > v2 && v1 < v3) in timer16_get_counter()
82 || (v2 > v3 && v2 < v1) || (v3 > v1 && v3 < v2))); in timer16_get_counter()
Dh8300_timer8.c56 unsigned long v1, v2, v3; in timer8_get_counter() local
66 v3 = ctrl_inw(p->mapbase + _8TCNT); in timer8_get_counter()
68 } while (unlikely((o1 != o2) || (v1 > v2 && v1 < v3) in timer8_get_counter()
69 || (v2 > v3 && v2 < v1) || (v3 > v1 && v3 < v2))); in timer8_get_counter()
Dsh_cmt.c287 unsigned long v1, v2, v3; in sh_cmt_get_counter() local
297 v3 = sh_cmt_read_cmcnt(ch); in sh_cmt_get_counter()
299 } while (unlikely((o1 != o2) || (v1 > v2 && v1 < v3) in sh_cmt_get_counter()
300 || (v2 > v3 && v2 < v1) || (v3 > v1 && v3 < v2))); in sh_cmt_get_counter()
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dqoriq-fman3-0.dtsi2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ]
54 compatible = "fsl,fman-v3-port-oh";
60 compatible = "fsl,fman-v3-port-oh";
66 compatible = "fsl,fman-v3-port-oh";
72 compatible = "fsl,fman-v3-port-oh";
78 compatible = "fsl,fman-v3-port-oh";
84 compatible = "fsl,fman-v3-port-oh";
Dqoriq-fman3-1.dtsi2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x500000 ]
54 compatible = "fsl,fman-v3-port-oh";
60 compatible = "fsl,fman-v3-port-oh";
66 compatible = "fsl,fman-v3-port-oh";
72 compatible = "fsl,fman-v3-port-oh";
78 compatible = "fsl,fman-v3-port-oh";
84 compatible = "fsl,fman-v3-port-oh";
Dqoriq-fman3l-0.dtsi2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ]
54 compatible = "fsl,fman-v3-port-oh";
60 compatible = "fsl,fman-v3-port-oh";
66 compatible = "fsl,fman-v3-port-oh";
72 compatible = "fsl,fman-v3-port-oh";
Dqoriq-fman3-1-1g-2.dtsi2 * QorIQ FMan v3 1g port #2 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-1g-2.dtsi2 * QorIQ FMan v3 1g port #2 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-10g-1.dtsi2 * QorIQ FMan v3 10g port #1 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
45 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-1-1g-1.dtsi2 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-1g-0.dtsi2 * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-1-1g-0.dtsi2 * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-1-10g-0.dtsi2 * QorIQ FMan v3 10g port #0 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
45 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-1-1g-3.dtsi2 * QorIQ FMan v3 1g port #3 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-10g-0-best-effort.dtsi2 * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
46 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-1g-5.dtsi2 * QorIQ FMan v3 1g port #5 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-10g-0.dtsi2 * QorIQ FMan v3 10g port #0 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
45 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-1g-4.dtsi2 * QorIQ FMan v3 1g port #4 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-1-1g-5.dtsi2 * QorIQ FMan v3 1g port #5 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-10g-1-best-effort.dtsi2 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
46 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-1-1g-4.dtsi2 * QorIQ FMan v3 1g port #4 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-1-10g-1.dtsi2 * QorIQ FMan v3 10g port #1 device tree stub [ controller @ offset 0x500000 ]
38 compatible = "fsl,fman-v3-port-rx";
45 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-1g-3.dtsi2 * QorIQ FMan v3 1g port #3 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dqoriq-fman3-0-1g-1.dtsi2 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x400000 ]
38 compatible = "fsl,fman-v3-port-rx";
44 compatible = "fsl,fman-v3-port-tx";
Dpq3-mpic-message-B.dtsi36 compatible = "fsl,mpic-v3.1-msgr";
Dt2081si-post.dtsi59 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
86 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
113 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
140 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
Dpq3-mpic.dtsi57 compatible = "fsl,mpic-v3.1-msgr";
Dt4240si-post.dtsi59 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0";
85 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0";
111 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0";
137 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0";
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmax1586-regulator.txt6 - v3-gain: integer specifying the V3 gain as per datasheet
16 v3-gain = <1000000>;
19 vcc_core: v3 {
Dti-abb-regulator.txt7 - "ti,abb-v3" for a generic definition where setup and control registers are
13 - "control-address" - contains control register address of ABB module (ti,abb-v3)
14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3)
Dmax8907.txt10 - in-v3-supply: The input supply for SD3.
/linux-4.4.14/arch/um/drivers/
Dcow_user.c114 struct cow_header_v3 v3; member
337 else if (version == 3 && (*((int*)header->v3.backing_file) != 0)) { in read_cow_header()
338 if (n < sizeof(header->v3)) { in read_cow_header()
343 *mtime_out = be32toh(header->v3.mtime); in read_cow_header()
344 *size_out = be64toh(header->v3.size); in read_cow_header()
345 *sectorsize_out = be32toh(header->v3.sectorsize); in read_cow_header()
346 *align_out = be32toh(header->v3.alignment); in read_cow_header()
351 *bitmap_offset_out = ROUND_UP(sizeof(header->v3), *align_out); in read_cow_header()
352 file = header->v3.backing_file; in read_cow_header()
/linux-4.4.14/drivers/gpu/drm/radeon/
Datombios_encoders.c834 DIG_ENCODER_CONTROL_PARAMETERS_V3 v3; member
888 args.v3.ucPanelMode = panel_mode; in atombios_dig_encoder_setup2()
922 args.v3.ucAction = action; in atombios_dig_encoder_setup2()
923 args.v3.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10); in atombios_dig_encoder_setup2()
925 args.v3.ucPanelMode = panel_mode; in atombios_dig_encoder_setup2()
927 args.v3.ucEncoderMode = atombios_get_encoder_mode(encoder); in atombios_dig_encoder_setup2()
929 if (ENCODER_MODE_IS_DP(args.v3.ucEncoderMode)) in atombios_dig_encoder_setup2()
930 args.v3.ucLaneNum = dp_lane_count; in atombios_dig_encoder_setup2()
932 args.v3.ucLaneNum = 8; in atombios_dig_encoder_setup2()
934 args.v3.ucLaneNum = 4; in atombios_dig_encoder_setup2()
[all …]
Datombios_crtc.c435 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 v3; member
476 args.v3.usSpreadSpectrumAmountFrac = cpu_to_le16(0); in atombios_crtc_program_ss()
477 args.v3.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK; in atombios_crtc_program_ss()
480 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P1PLL; in atombios_crtc_program_ss()
483 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P2PLL; in atombios_crtc_program_ss()
486 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_DCPLL; in atombios_crtc_program_ss()
491 args.v3.usSpreadSpectrumAmount = cpu_to_le16(ss->amount); in atombios_crtc_program_ss()
492 args.v3.usSpreadSpectrumStep = cpu_to_le16(ss->step); in atombios_crtc_program_ss()
493 args.v3.ucEnable = enable; in atombios_crtc_program_ss()
549 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 v3; member
[all …]
Dradeon_atombios.c1511 struct _ATOM_ASIC_SS_ASSIGNMENT_V3 v3; member
1589 if ((ss_assign->v3.ucClockIndication == id) && in radeon_atombios_get_asic_ss_info()
1590 (clock <= le32_to_cpu(ss_assign->v3.ulTargetClockRange))) { in radeon_atombios_get_asic_ss_info()
1592 le16_to_cpu(ss_assign->v3.usSpreadSpectrumPercentage); in radeon_atombios_get_asic_ss_info()
1593 ss->type = ss_assign->v3.ucSpreadSpectrumMode; in radeon_atombios_get_asic_ss_info()
1594 ss->rate = le16_to_cpu(ss_assign->v3.usSpreadRateIn10Hz); in radeon_atombios_get_asic_ss_info()
1595 if (ss_assign->v3.ucSpreadSpectrumMode & in radeon_atombios_get_asic_ss_info()
2817 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3 v3; member
2873 args.v3.ulClockParams = cpu_to_le32((clock_type << 24) | clock); in radeon_atom_get_clock_dividers()
2877 dividers->post_div = args.v3.ucPostDiv; in radeon_atom_get_clock_dividers()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Darm,gic-v3.txt10 - compatible : should at least contain "arm,gic-v3".
58 - compatible : Should at least contain "arm,gic-v3-its".
72 compatible = "arm,gic-v3";
86 compatible = "arm,gic-v3-its";
94 compatible = "arm,gic-v3";
111 compatible = "arm,gic-v3-its";
118 compatible = "arm,gic-v3-its";
/linux-4.4.14/Documentation/EDID/
Dedid.S47 #define mfgname2id(v1,v2,v3) \ argument
48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f))
51 #define msbs4(v1,v2,v3,v4) \ argument
52 (((v1&0x03)>>2)+((v2&0x03)>>4)+((v3&0x03)>>6)+((v4&0x03)>>8))
/linux-4.4.14/arch/arm64/kvm/
DMakefile26 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v3.o
27 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v3-emul.o
28 kvm-$(CONFIG_KVM_ARM_HOST) += vgic-v3-switch.o
/linux-4.4.14/drivers/gpu/ipu-v3/
DMakefile1 obj-$(CONFIG_IMX_IPUV3_CORE) += imx-ipu-v3.o
3 imx-ipu-v3-objs := ipu-common.o ipu-cpmem.o ipu-csi.o ipu-dc.o ipu-di.o \
/linux-4.4.14/Documentation/scsi/
Dbfa.txt42 v3.0.0.0 Linux Adapter Firmware package for RHEL 6.2, SLES 11SP2
57 v3.0.2.0 Linux Adapter Firmware package for RHEL 6.2, SLES 11SP2
74 v3.0.2.2 v3.0.0.0
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_power7.S338 lvx v3,r0,r4
343 stvx v3,r0,r3
373 lvx v3,r4,r12
382 stvx v3,r3,r12
399 lvx v3,r0,r4
404 stvx v3,r0,r3
520 lvx v3,r0,r4
521 VPERM(v8,v0,v3,v16)
523 VPERM(v9,v3,v2,v16)
563 lvx v3,r4,r12
[all …]
Dcopyuser_power7.S405 err3; lvx v3,r0,r4
410 err3; stvx v3,r0,r3
440 err4; lvx v3,r4,r12
449 err4; stvx v3,r3,r12
466 err3; lvx v3,r0,r4
471 err3; stvx v3,r0,r3
586 err3; lvx v3,r0,r4
587 VPERM(v8,v0,v3,v16)
589 VPERM(v9,v3,v2,v16)
629 err4; lvx v3,r4,r12
[all …]
/linux-4.4.14/drivers/irqchip/
DMakefile25 obj-$(CONFIG_ARM_GIC_V3) += irq-gic-v3.o irq-gic-common.o
26 obj-$(CONFIG_ARM_GIC_V3_ITS) += irq-gic-v3-its.o irq-gic-v3-its-pci-msi.o irq-gic-v3-its-platform-…
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-powernv.txt5 - compatible : Should be "ibm,opal-v3-led".
18 compatible = "ibm,opal-v3-led";
/linux-4.4.14/fs/adfs/
Dsuper.c75 unsigned int v0, v1, v2, v3; in adfs_calczonecheck() local
78 v0 = v1 = v2 = v3 = 0; in adfs_calczonecheck()
80 v0 += map[i] + (v3 >> 8); in adfs_calczonecheck()
81 v3 &= 0xff; in adfs_calczonecheck()
86 v3 += map[i + 3] + (v2 >> 8); in adfs_calczonecheck()
89 v0 += v3 >> 8; in adfs_calczonecheck()
92 v3 += map[3] + (v2 >> 8); in adfs_calczonecheck()
94 return v0 ^ v1 ^ v2 ^ v3; in adfs_calczonecheck()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/
DKconfig16 Belkin F5D6020 v3
17 Belkin F5D6020 v3
77 (v1 = rt73usb; v3 is rt2070-based,
/linux-4.4.14/Documentation/zh_CN/arm64/
Dbooting.txt105 - 自 v3.17 起,除非另有说明,所有域都是小端模式。
113 - v3.17 之前,未明确指定 text_offset 的字节序。此时,image_size 为零,
118 - flags 域 (v3.17 引入) 为 64 位小端模式,其编码如下:
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-devices-system-cpu3 KernelVersion: v3.15.0
14 KernelVersion: v3.15.0
Dsysfs-acpi-pmprofile3 KernelVersion: v3.2
/linux-4.4.14/tools/testing/ktest/examples/
Dcrosstests.conf230 BISECT_GOOD = v3.1
231 BISECT_BAD = v3.2
232 CHECKOUT = v3.2
/linux-4.4.14/drivers/gpu/
DMakefile6 obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
/linux-4.4.14/arch/arm/boot/dts/
Domap3-overo-common-peripherals.dtsi14 lis33_3v3: lis33-3v3-reg {
16 regulator-name = "lis33-3v3-reg";
Dvf610-colibri-eval-v3.dts12 #include "vf-colibri-eval-v3.dtsi"
Dvf500-colibri-eval-v3.dts12 #include "vf-colibri-eval-v3.dtsi"
Dimx28-evk.dts304 regulator-name = "fec-3v3";
333 regulator-name = "lcd-3v3";
343 regulator-name = "can-3v3";
Dsun4i-a10-hackberry.dts64 reg_emac_3v3: emac-3v3 {
66 regulator-name = "emac-3v3";
Domap3-panel-sharp-ls037v7dw01.dtsi20 lcd_3v3: regulator-lcd-3v3 {
Dsun4i-a10-a1000.dts80 reg_emac_3v3: emac-3v3 {
84 regulator-name = "emac-3v3";
Dsun4i-a10-jesurun-q5.dts76 reg_emac_3v3: emac-3v3 {
80 regulator-name = "emac-3v3";
Dimx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts51 regulator-name = "lcd-3v3";
Dsun5i-a10s-wobo-i5.dts75 reg_emac_3v3: emac-3v3 {
79 regulator-name = "emac-3v3";
Dimx25-pdk.dts33 regulator-name = "fec-3v3";
59 regulator-name = "can-3v3";
Dsun7i-a20-i12-tvbox.dts103 reg_gmac_3v3: gmac-3v3 {
107 regulator-name = "gmac-3v3";
Dsun7i-a20-bananapro.dts79 reg_gmac_3v3: gmac-3v3 {
83 regulator-name = "gmac-3v3";
Dsun7i-a20-bananapi.dts78 reg_gmac_3v3: gmac-3v3 {
82 regulator-name = "gmac-3v3";
Dimx28-eukrea-mbmx28lc.dtsi97 regulator-name = "lcd-3v3";
248 reg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc@0 {
Dsun7i-a20-orangepi-mini.dts81 reg_gmac_3v3: gmac-3v3 {
85 regulator-name = "gmac-3v3";
Dsun7i-a20-orangepi.dts76 reg_gmac_3v3: gmac-3v3 {
80 regulator-name = "gmac-3v3";
Dimx23-evk.dts145 regulator-name = "lcd-3v3";
Dimx35-eukrea-mbimxsd35-baseboard.dts110 pinctrl_reg_lcd_3v3: reg-lcd-3v3 {
Dimx6qdl-phytec-pbab01.dtsi31 regulator-name = "i2s-audio-3v3";
Dtegra30-colibri-eval-v3.dts7 compatible = "toradex,colibri_t30-eval-v3", "toradex,colibri_t30", "nvidia,tegra30";
Dtegra114-dalmore.dts842 regulator-name = "vdd-sys-3v3";
858 regulator-name = "vdd-modem-3v3";
876 regulator-name = "vdd-com-3v3";
886 regulator-name = "vdd-sby-3v3";
1045 regulator-name = "rail-3v3";
Dtegra30-colibri.dtsi264 * see also 3v3 fixed supply
448 regulator-name = "3v3";
Dintegratorap.dts72 compatible = "v3,v360epc-pci";
DMakefile358 vf500-colibri-eval-v3.dtb \
359 vf610-colibri-eval-v3.dtb \
683 tegra30-colibri-eval-v3.dtb
Ddra7.dtsi960 compatible = "ti,abb-v3";
993 compatible = "ti,abb-v3";
1026 compatible = "ti,abb-v3";
1059 compatible = "ti,abb-v3";
Dimx6sx-sdb.dtsi104 regulator-name = "lcd-3v3";
Dste-snowball.dts34 regulator-name = "en-3v3-fixed-supply";
Dimx6sl-evk.dts90 regulator-name = "lcd-3v3";
Dimx7d-sdb.dts84 regulator-name = "can2-3v3";
Dtegra20-whistler.dts299 in-v3-supply = <&mbatt_reg>;
Dtegra30-apalis.dtsi709 regulator-name = "3v3";
Dtegra114-roth.dts934 regulator-name = "rail-3v3";
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.txt12 * "arm,smmu-v3" for any SMMUv3 compliant
49 compatible = "arm,smmu-v3";
/linux-4.4.14/Documentation/ABI/removed/
Dip_queue2 Date: finally removed in kernel v3.5.0
Dnet_dma2 Date: Removed in kernel v3.13
/linux-4.4.14/tools/testing/ktest/examples/include/
Dbisect.conf22 BISECT_GOOD = v3.3
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic-msgr.txt48 compatible = "fsl,mpic-v3.1-msgr";
57 compatible = "fsl,mpic-v3.1-msgr";
Dfman.txt166 - "fsl,fman-v3-port-oh" for FManV3 OH ports
167 - "fsl,fman-v3-port-rx" for FManV3 RX ports
168 - "fsl,fman-v3-port-tx" for FManV3 TX ports
389 FMan v3.
428 Example for FMan v3 internal MDIO:
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-iommu_groups3 KernelVersion: v3.5
/linux-4.4.14/drivers/video/
DKconfig23 source "drivers/gpu/ipu-v3/Kconfig"
/linux-4.4.14/arch/mips/boot/dts/brcm/
Dbcm7435.dtsi140 compatible = "brcm,genet-v3";
149 compatible = "brcm,genet-mdio-v3";
Dbcm7425.dtsi126 compatible = "brcm,genet-v3";
135 compatible = "brcm,genet-mdio-v3";
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_main.c4310 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local
4328 v3 = 0x80; v6 = 0x80; in sisfb_post_sis300()
4340 v3 = bios[rindex++]; in sisfb_post_sis300()
4349 SiS_SetReg(SISSR, 0x2a, v3); in sisfb_post_sis300()
4361 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a; in sisfb_post_sis300()
4367 v3 = bios[memtype + 16]; in sisfb_post_sis300()
4375 v3 &= 0xfd; in sisfb_post_sis300()
4378 SiS_SetReg(SISSR, 0x17, v3); in sisfb_post_sis300()
4396 v1 = 0xf6; v2 = 0x0d; v3 = 0x00; in sisfb_post_sis300()
4400 v3 = bios[0xea]; in sisfb_post_sis300()
[all …]
/linux-4.4.14/drivers/iommu/
DMakefile13 obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o
/linux-4.4.14/arch/x86/crypto/
Dpoly1305-avx2-x86_64.S131 # combine r3,u3,w3,y3 and s3=r3*5,v3=u3*5,x3=w3*5,z3=y3*5
224 # t1 += [ hc2[3] * s3, hc2[2] * v3, hc2[1] * x3, hc2[0] * z3 ]
248 # t1 += [ hc3[3] * s3, hc3[2] * v3, hc3[1] * x3, hc3[0] * z3 ]
272 # t1 += [ hc4[3] * s3, hc4[2] * v3, hc4[1] * x3, hc4[0] * z3 ]
Dpoly1305-sse2-x86_64.S339 # combine r3,u3 and s3=r3*5,v3=u3*5
403 # t1 += [ hc2[1] * s3, hc2[0] * v3 ]
432 # t1 += [ hc3[1] * s3, hc3[0] * v3 ]
461 # t1 += [ hc4[1] * s3, hc4[0] * v3 ]
Dcamellia-aesni-avx-asm_64.S267 #define rol32_1_16(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
282 vpcmpgtb v3, zero, t0; \
283 vpaddb v3, v3, v3; \
287 vpor t2, v3, v3; \
Dcamellia-aesni-avx2-asm_64.S306 #define rol32_1_32(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
321 vpcmpgtb v3, zero, t0; \
322 vpaddb v3, v3, v3; \
326 vpor t2, v3, v3; \
/linux-4.4.14/fs/autofs4/
DKconfig2 tristate "Kernel automounter version 4 support (also supports v3)"
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dbrcm,bcmgenet.txt5 "brcm,genet-v3", "brcm,genet-v4".
38 "brcm,genet-mdio-v3", "brcm,genet-mdio-v4", the version has to match the
Dbrcm,unimac-mdio.txt5 "brcm,genet-mdio-v3", "brcm,genet-mdio-v4" or "brcm,unimac-mdio"
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/
Dhip05.dtsi202 compatible = "arm,gic-v3";
218 compatible = "arm,gic-v3-its";
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dbb_cfg.c586 u32 v3 = array[i + 2]; in config_bb_with_pgheader() local
589 rtl_addr_delay(adapt, v1, v2, v3); in config_bb_with_pgheader()
/linux-4.4.14/Documentation/blockdev/drbd/
Ddata-structure-v9.txt2 Linux v3.14 we are reorganizing DRBD to use this data structure.
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dmc5.c101 u32 v3) in dbgi_wr_data3() argument
105 t3_write_reg(adapter, A_MC5_DB_DBGI_REQ_DATA2, v3); in dbgi_wr_data3()
/linux-4.4.14/arch/arm/mach-orion5x/
DKconfig76 bool "Buffalo Linkstation Live v3 (LS-CHL)"
80 Buffalo Linkstation Live v3 (LS-CHL) platform.
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsdhci-pxa.txt1 * Marvell sdhci-pxa v2/v3 controller
/linux-4.4.14/Documentation/arm64/
Dbooting.txt89 - As of v3.17, all fields are little endian unless stated otherwise.
98 - Prior to v3.17, the endianness of text_offset was not specified. In
104 - The flags field (introduced in v3.17) is a little-endian 64-bit field
181 For systems with a GICv3 interrupt controller to be used in v3 mode:
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dphy.c1784 s8 v3; in b43legacy_phy_xmitpower() local
1812 v3 = (s8)((tmp & 0xFF00) >> 8); in b43legacy_phy_xmitpower()
1815 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) { in b43legacy_phy_xmitpower()
1823 v3 = (s8)((tmp & 0xFF00) >> 8); in b43legacy_phy_xmitpower()
1824 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) in b43legacy_phy_xmitpower()
1829 v3 = (v3 + 0x20) & 0x3F; in b43legacy_phy_xmitpower()
1834 average = (v0 + v1 + v2 + v3 + 2) / 4; in b43legacy_phy_xmitpower()
Dmain.c439 u16 v3; in b43legacy_tsf_read() local
445 v3 = b43legacy_read16(dev, B43legacy_MMIO_TSF_3); in b43legacy_tsf_read()
453 } while (v3 != test3 || v2 != test2 || v1 != test1); in b43legacy_tsf_read()
455 *tsf = v3; in b43legacy_tsf_read()
507 u16 v3 = (tsf & 0xFFFF000000000000ULL) >> 48; in b43legacy_tsf_write_locked() local
511 b43legacy_write16(dev, B43legacy_MMIO_TSF_3, v3); in b43legacy_tsf_write_locked()
/linux-4.4.14/Documentation/video4linux/
Domap4_camera.txt45 Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
/linux-4.4.14/arch/arm/configs/
Diop13xx_defconfig22 CONFIG_CMDLINE="ip=bootp root=nfs console=ttyS0,115200 nfsroot=,tcp,v3,wsize=8192,rsize=8192"
/linux-4.4.14/Documentation/input/
Dalps.txt59 specific command, either EC for v3 devices or F5 for v4 devices. Then the
61 command with optional data. This encoding differs slightly between the v3 and
181 The final v3 packet type is the trackstick packet.
220 2) The bitmaps represent the same data as in the v3 bitmap packets, although
/linux-4.4.14/Documentation/xtensa/
Dmmu.txt17 This code fragment is run only on an MMU v3.
/linux-4.4.14/arch/s390/kernel/
Dtime.c648 aib->slsw.v2 && aib->slsw.v3; in etr_port_valid()
1322 if (!aib || !aib->slsw.v3) in etr_coupled_show()
1334 if (!aib || !aib->slsw.v3) in etr_local_time_show()
1346 if (!aib || !aib->slsw.v3) in etr_utc_offset_show()
/linux-4.4.14/arch/arm/mach-imx/
DMakefile18 obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o
/linux-4.4.14/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt104 Since v3.16 the 'children' overhead is shown by default and the output
/linux-4.4.14/arch/arm64/boot/dts/cavium/
Dthunder-88xx.dtsi377 compatible = "arm,gic-v3";
388 compatible = "arm,gic-v3-its";
/linux-4.4.14/drivers/spi/
DMakefile23 obj-$(CONFIG_SPI_ADI_V3) += spi-adi-v3.o
DKconfig109 tristate "SPI controller v3 for ADI"
112 This is the SPI controller v3 master driver
/linux-4.4.14/Documentation/ko_KR/
DHOWTO234 3.x 커널들은 Linux Torvalds가 관리하며 kernel.org의 pub/linux/kernel/v3.x/
/linux-4.4.14/block/
DKconfig57 Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4
/linux-4.4.14/Documentation/block/
Dioprio.txt8 With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
/linux-4.4.14/Documentation/virtual/kvm/devices/
Darm-vgic.txt6 KVM_DEV_TYPE_ARM_VGIC_V3 ARM Generic Interrupt Controller v3.0
/linux-4.4.14/Documentation/RCU/
Dlockdep-splat.txt63 Line 2776 of block/cfq-iosched.c in v3.0-rc5 is as follows:
/linux-4.4.14/arch/arm64/boot/dts/freescale/
Dfsl-ls2080a.dtsi136 compatible = "arm,gic-v3";
150 compatible = "arm,gic-v3-its";
/linux-4.4.14/Documentation/ja_JP/
DHOWTO266 の pub/linux/kernel/v3.x/ ディレクトリに存在します。この開発プロセスは
DSubmittingPatches523 一般的には「v1, v2, v3」のようなバージョン情報を表すタグ(過去のパッチに対する
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt214 mount --rbind / /view/v3
218 mount appears at /view/v1/usr, /view/v2/usr, /view/v3/usr and
221 A user can request v3 version of the file /usr/fs/namespace.c
222 by accessing /view/v3/usr/fs/namespace.c . The underlying
223 versioning filesystem can then decipher that v3 version of the
Dhpfs.txt260 1.97 Support for HPFS v3 (on large partitions)
/linux-4.4.14/arch/arm/boot/compressed/
Dhead.S658 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
671 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
1060 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
1253 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cache v3
/linux-4.4.14/arch/arc/
DKconfig134 -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
309 bool "MMU v3"
/linux-4.4.14/Documentation/vm/
Dzswap.txt10 NOTE: Zswap is a new feature as of v3.11 and interacts heavily with memory
/linux-4.4.14/Documentation/frv/
Dbooting.txt152 The NFS version to use can also be specified. v2 and v3 are supported by
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c674 u32 v1 = 0, v2 = 0, v3 = 0; in phy_config_bb_with_pghdr() local
683 v3 = phy_reg_page[i+2]; in phy_config_bb_with_pghdr()
714 v3 = phy_reg_page[i+2]; in phy_config_bb_with_pghdr()
720 v3 = phy_reg_page[i+2]; in phy_config_bb_with_pghdr()
/linux-4.4.14/Documentation/arm/
DInterrupts9 we have TLB v3, TLB v4 (without write buffer), TLB v4 (with write buffer),
/linux-4.4.14/sound/oss/
DCHANGELOG299 - Some fine tuning to the GUS v3.7 mixer code.
304 - GUS v3.7 mixer support.
/linux-4.4.14/Documentation/
Dkernel-per-CPU-kthreads.txt193 d. As of v3.18, Christoph Lameter's on-demand vmstat workers
195 CONFIG_SMP=y systems. Before v3.18, is not possible
Ddebugging-via-ohci1394.txt65 - http://v3.sk/~lkundrak/firescope/
Dintel_txt.txt48 w/ TXT support since v3.2), and now Linux kernels.
Dadding-syscalls.txt489 implementation paths in detail for v3.14:
DSubmittingPatches666 comments (i.e., "v1, v2, v3"), or "RFC" to indicate a request for
Dkernel-parameters.txt2295 legacy NFSv2/v3 systems to NFSv4 easier.
2340 migration from NFSv2/v3.
Ddevices.txt506 Deleted in kernel v3.9.
/linux-4.4.14/Documentation/devicetree/bindings/
Dvendor-prefixes.txt237 v3 V3 Semiconductor
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c730 u32 v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v6 = 0; in _rtl8723be_phy_config_bb_with_pgheaderfile() local
739 v3 = phy_regarray_table_pg[i+2]; in _rtl8723be_phy_config_bb_with_pgheaderfile()
750 v1, v2, v3, v4, v5, v6); in _rtl8723be_phy_config_bb_with_pgheaderfile()
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Models.txt216 intel-mac-v3 Intel Mac Type 3
/linux-4.4.14/fs/ntfs/
Dlayout.h935 } __attribute__ ((__packed__)) v3; member
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs-rdma.txt93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
/linux-4.4.14/Documentation/DocBook/media/
Dfieldseq_bt.gif.b64151 WhZHgH/85T9/+tff/vfHf/71v3/4y6L4jQ6NEUi/ASTAAjRA9HODuJO63ru+qXq+iBM+6Us06gu+
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1919 u32 v1, v2, v3, v4, v5, v6; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local
1937 v3 = array[i+2]; in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1963 _rtl8821ae_store_tx_power_by_rate(hw, v1, v2, v3, in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1972 v3 = array[i+2]; in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1977 v3 = array[i+2]; in _rtl8821ae_phy_config_bb_with_pgheaderfile()
/linux-4.4.14/arch/powerpc/include/asm/
Dppc_asm.h643 #define v3 3 macro
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c895 u32 v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v6 = 0; in phy_config_bb_with_pghdrfile() local
904 v3 = phy_regarray_table_pg[i+2]; in phy_config_bb_with_pghdrfile()
910 _rtl92ee_store_tx_power_by_rate(hw, v1, v2, v3, in phy_config_bb_with_pghdrfile()
/linux-4.4.14/Documentation/power/
Dbasic-pm-debugging.txt177 (http://v3.sk/~lkundrak/firescope/). On x86 it is also possible to
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt862 5. Emelianov, Pavel. RSS controller based on process cgroups (v3)
866 subsystem (v3), http://lwn.net/Articles/235534/
/linux-4.4.14/drivers/i2c/busses/
DKconfig750 tristate "PKUnity v3 I2C bus support"
754 This driver supports the I2C IP inside the PKUnity-v3 SoC.
/linux-4.4.14/
DCOPYING11 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
DMAINTAINERS1759 F: drivers/iommu/arm-smmu-v3.c
3697 F: drivers/gpu/ipu-v3/
/linux-4.4.14/scripts/
Danalyze_suspend.py290 v3 = ord(name[0])*20 % 256
291 color = '#%06X' % ((v1*0x10000) + (v2*0x100) + v3)
/linux-4.4.14/mm/
DKconfig547 v3.11) that interacts heavily with memory reclaim. While these
/linux-4.4.14/drivers/rtc/
DKconfig1526 tristate "PKUnity v3 RTC support"
1529 This enables support for the RTC in the PKUnity-v3 SoCs.
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS75 of GUS v3.7.
768 Enable this option also with PAS16 (changed since v3.5-beta9).
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c21353 u16 v0 = 0x211, v1 = 0x222, v2 = 0x144, v3 = 0x188; in wlc_phy_antsel_init() local
21366 1, 0x0C, 16, &v3); in wlc_phy_antsel_init()
21377 1, 0x1C, 16, &v3); in wlc_phy_antsel_init()
/linux-4.4.14/Documentation/networking/
Dcan.txt1210 2. non-ISO compliant (fixed, like the M_CAN IP core v3.0.1 in m_can.c)
/linux-4.4.14/drivers/video/fbdev/
DKconfig2413 tristate "PKUnity v3 Unigfx framebuffer support"