/linux-4.4.14/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-4.4.14/arch/powerpc/lib/ |
D | xor_vmx.c | 86 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 …]
|
D | memcpy_power7.S | 338 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 …]
|
D | copyuser_power7.S | 405 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 …]
|
D | copypage_power7.S | 90 lvx v3,r4,r9 99 stvx v3,r3,r9
|
/linux-4.4.14/arch/s390/include/asm/ |
D | vx-insn.h | 105 .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 …]
|
D | etr.h | 64 unsigned int v3 : 1; /* validity bit ETR data frame 3 */ member
|
/linux-4.4.14/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-4.4.14/arch/arm64/crypto/ |
D | aes-modes.S | 55 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 …]
|
D | aes-ce-ccm-core.S | 34 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 …]
|
D | sha2-ce-core.S | 82 ld1 { v0.4s- v3.4s}, [x8], #64 108 add_update 0, v3, 18, 19, 16, 17
|
D | ghash-ce-core.S | 17 T2 .req v3
|
D | sha1-ce-core.S | 20 k3 .req v3
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_crtc.c | 237 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 …]
|
D | atombios_encoders.c | 568 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 …]
|
D | amdgpu_atombios.c | 812 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/ |
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-4.4.14/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 | 55 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()
|
D | h8300_timer16.c | 69 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()
|
D | h8300_timer8.c | 56 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()
|
D | sh_cmt.c | 287 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/ |
D | qoriq-fman3-0.dtsi | 2 * 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";
|
D | qoriq-fman3-1.dtsi | 2 * 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";
|
D | qoriq-fman3l-0.dtsi | 2 * 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";
|
D | qoriq-fman3-1-1g-2.dtsi | 2 * 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";
|
D | qoriq-fman3-0-1g-2.dtsi | 2 * 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";
|
D | qoriq-fman3-0-10g-1.dtsi | 2 * 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";
|
D | qoriq-fman3-1-1g-1.dtsi | 2 * 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";
|
D | qoriq-fman3-0-1g-0.dtsi | 2 * 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";
|
D | qoriq-fman3-1-1g-0.dtsi | 2 * 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";
|
D | qoriq-fman3-1-10g-0.dtsi | 2 * 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";
|
D | qoriq-fman3-1-1g-3.dtsi | 2 * 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";
|
D | qoriq-fman3-0-10g-0-best-effort.dtsi | 2 * 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";
|
D | qoriq-fman3-0-1g-5.dtsi | 2 * 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";
|
D | qoriq-fman3-0-10g-0.dtsi | 2 * 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";
|
D | qoriq-fman3-0-1g-4.dtsi | 2 * 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";
|
D | qoriq-fman3-1-1g-5.dtsi | 2 * 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";
|
D | qoriq-fman3-0-10g-1-best-effort.dtsi | 2 * 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";
|
D | qoriq-fman3-1-1g-4.dtsi | 2 * 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";
|
D | qoriq-fman3-1-10g-1.dtsi | 2 * 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";
|
D | qoriq-fman3-0-1g-3.dtsi | 2 * 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";
|
D | qoriq-fman3-0-1g-1.dtsi | 2 * 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";
|
D | pq3-mpic-message-B.dtsi | 36 compatible = "fsl,mpic-v3.1-msgr";
|
D | t2081si-post.dtsi | 59 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";
|
D | pq3-mpic.dtsi | 57 compatible = "fsl,mpic-v3.1-msgr";
|
D | t4240si-post.dtsi | 59 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/ |
D | max1586-regulator.txt | 6 - v3-gain: integer specifying the V3 gain as per datasheet 16 v3-gain = <1000000>; 19 vcc_core: v3 {
|
D | ti-abb-regulator.txt | 7 - "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)
|
D | max8907.txt | 10 - in-v3-supply: The input supply for SD3.
|
/linux-4.4.14/arch/um/drivers/ |
D | cow_user.c | 114 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/ |
D | atombios_encoders.c | 834 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 …]
|
D | atombios_crtc.c | 435 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 …]
|
D | radeon_atombios.c | 1511 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/ |
D | arm,gic-v3.txt | 10 - 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/ |
D | edid.S | 47 #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/ |
D | Makefile | 26 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/ |
D | Makefile | 1 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/ |
D | bfa.txt | 42 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/ |
D | memcpy_power7.S | 338 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 …]
|
D | copyuser_power7.S | 405 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/ |
D | Makefile | 25 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/ |
D | leds-powernv.txt | 5 - compatible : Should be "ibm,opal-v3-led". 18 compatible = "ibm,opal-v3-led";
|
/linux-4.4.14/fs/adfs/ |
D | super.c | 75 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/ |
D | Kconfig | 16 Belkin F5D6020 v3 17 Belkin F5D6020 v3 77 (v1 = rt73usb; v3 is rt2070-based,
|
/linux-4.4.14/Documentation/zh_CN/arm64/ |
D | booting.txt | 105 - 自 v3.17 起,除非另有说明,所有域都是小端模式。 113 - v3.17 之前,未明确指定 text_offset 的字节序。此时,image_size 为零, 118 - flags 域 (v3.17 引入) 为 64 位小端模式,其编码如下:
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-system-cpu | 3 KernelVersion: v3.15.0 14 KernelVersion: v3.15.0
|
D | sysfs-acpi-pmprofile | 3 KernelVersion: v3.2
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | crosstests.conf | 230 BISECT_GOOD = v3.1 231 BISECT_BAD = v3.2 232 CHECKOUT = v3.2
|
/linux-4.4.14/drivers/gpu/ |
D | Makefile | 6 obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-overo-common-peripherals.dtsi | 14 lis33_3v3: lis33-3v3-reg { 16 regulator-name = "lis33-3v3-reg";
|
D | vf610-colibri-eval-v3.dts | 12 #include "vf-colibri-eval-v3.dtsi"
|
D | vf500-colibri-eval-v3.dts | 12 #include "vf-colibri-eval-v3.dtsi"
|
D | imx28-evk.dts | 304 regulator-name = "fec-3v3"; 333 regulator-name = "lcd-3v3"; 343 regulator-name = "can-3v3";
|
D | sun4i-a10-hackberry.dts | 64 reg_emac_3v3: emac-3v3 { 66 regulator-name = "emac-3v3";
|
D | omap3-panel-sharp-ls037v7dw01.dtsi | 20 lcd_3v3: regulator-lcd-3v3 {
|
D | sun4i-a10-a1000.dts | 80 reg_emac_3v3: emac-3v3 { 84 regulator-name = "emac-3v3";
|
D | sun4i-a10-jesurun-q5.dts | 76 reg_emac_3v3: emac-3v3 { 80 regulator-name = "emac-3v3";
|
D | imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts | 51 regulator-name = "lcd-3v3";
|
D | sun5i-a10s-wobo-i5.dts | 75 reg_emac_3v3: emac-3v3 { 79 regulator-name = "emac-3v3";
|
D | imx25-pdk.dts | 33 regulator-name = "fec-3v3"; 59 regulator-name = "can-3v3";
|
D | sun7i-a20-i12-tvbox.dts | 103 reg_gmac_3v3: gmac-3v3 { 107 regulator-name = "gmac-3v3";
|
D | sun7i-a20-bananapro.dts | 79 reg_gmac_3v3: gmac-3v3 { 83 regulator-name = "gmac-3v3";
|
D | sun7i-a20-bananapi.dts | 78 reg_gmac_3v3: gmac-3v3 { 82 regulator-name = "gmac-3v3";
|
D | imx28-eukrea-mbmx28lc.dtsi | 97 regulator-name = "lcd-3v3"; 248 reg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc@0 {
|
D | sun7i-a20-orangepi-mini.dts | 81 reg_gmac_3v3: gmac-3v3 { 85 regulator-name = "gmac-3v3";
|
D | sun7i-a20-orangepi.dts | 76 reg_gmac_3v3: gmac-3v3 { 80 regulator-name = "gmac-3v3";
|
D | imx23-evk.dts | 145 regulator-name = "lcd-3v3";
|
D | imx35-eukrea-mbimxsd35-baseboard.dts | 110 pinctrl_reg_lcd_3v3: reg-lcd-3v3 {
|
D | imx6qdl-phytec-pbab01.dtsi | 31 regulator-name = "i2s-audio-3v3";
|
D | tegra30-colibri-eval-v3.dts | 7 compatible = "toradex,colibri_t30-eval-v3", "toradex,colibri_t30", "nvidia,tegra30";
|
D | tegra114-dalmore.dts | 842 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";
|
D | tegra30-colibri.dtsi | 264 * see also 3v3 fixed supply 448 regulator-name = "3v3";
|
D | integratorap.dts | 72 compatible = "v3,v360epc-pci";
|
D | Makefile | 358 vf500-colibri-eval-v3.dtb \ 359 vf610-colibri-eval-v3.dtb \ 683 tegra30-colibri-eval-v3.dtb
|
D | dra7.dtsi | 960 compatible = "ti,abb-v3"; 993 compatible = "ti,abb-v3"; 1026 compatible = "ti,abb-v3"; 1059 compatible = "ti,abb-v3";
|
D | imx6sx-sdb.dtsi | 104 regulator-name = "lcd-3v3";
|
D | ste-snowball.dts | 34 regulator-name = "en-3v3-fixed-supply";
|
D | imx6sl-evk.dts | 90 regulator-name = "lcd-3v3";
|
D | imx7d-sdb.dts | 84 regulator-name = "can2-3v3";
|
D | tegra20-whistler.dts | 299 in-v3-supply = <&mbatt_reg>;
|
D | tegra30-apalis.dtsi | 709 regulator-name = "3v3";
|
D | tegra114-roth.dts | 934 regulator-name = "rail-3v3";
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu-v3.txt | 12 * "arm,smmu-v3" for any SMMUv3 compliant 49 compatible = "arm,smmu-v3";
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | ip_queue | 2 Date: finally removed in kernel v3.5.0
|
D | net_dma | 2 Date: Removed in kernel v3.13
|
/linux-4.4.14/tools/testing/ktest/examples/include/ |
D | bisect.conf | 22 BISECT_GOOD = v3.3
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 48 compatible = "fsl,mpic-v3.1-msgr"; 57 compatible = "fsl,mpic-v3.1-msgr";
|
D | fman.txt | 166 - "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/ |
D | sysfs-kernel-iommu_groups | 3 KernelVersion: v3.5
|
/linux-4.4.14/drivers/video/ |
D | Kconfig | 23 source "drivers/gpu/ipu-v3/Kconfig"
|
/linux-4.4.14/arch/mips/boot/dts/brcm/ |
D | bcm7435.dtsi | 140 compatible = "brcm,genet-v3"; 149 compatible = "brcm,genet-mdio-v3";
|
D | bcm7425.dtsi | 126 compatible = "brcm,genet-v3"; 135 compatible = "brcm,genet-mdio-v3";
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | sis_main.c | 4310 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/ |
D | Makefile | 13 obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-avx2-x86_64.S | 131 # 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 ]
|
D | poly1305-sse2-x86_64.S | 339 # 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 ]
|
D | camellia-aesni-avx-asm_64.S | 267 #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; \
|
D | camellia-aesni-avx2-asm_64.S | 306 #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/ |
D | Kconfig | 2 tristate "Kernel automounter version 4 support (also supports v3)"
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | brcm,bcmgenet.txt | 5 "brcm,genet-v3", "brcm,genet-v4". 38 "brcm,genet-mdio-v3", "brcm,genet-mdio-v4", the version has to match the
|
D | brcm,unimac-mdio.txt | 5 "brcm,genet-mdio-v3", "brcm,genet-mdio-v4" or "brcm,unimac-mdio"
|
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
D | hip05.dtsi | 202 compatible = "arm,gic-v3"; 218 compatible = "arm,gic-v3-its";
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | bb_cfg.c | 586 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/ |
D | data-structure-v9.txt | 2 Linux v3.14 we are reorganizing DRBD to use this data structure.
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | mc5.c | 101 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/ |
D | Kconfig | 76 bool "Buffalo Linkstation Live v3 (LS-CHL)" 80 Buffalo Linkstation Live v3 (LS-CHL) platform.
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | sdhci-pxa.txt | 1 * Marvell sdhci-pxa v2/v3 controller
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 89 - 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/ |
D | phy.c | 1784 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()
|
D | main.c | 439 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/ |
D | omap4_camera.txt | 45 Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
|
/linux-4.4.14/arch/arm/configs/ |
D | iop13xx_defconfig | 22 CONFIG_CMDLINE="ip=bootp root=nfs console=ttyS0,115200 nfsroot=,tcp,v3,wsize=8192,rsize=8192"
|
/linux-4.4.14/Documentation/input/ |
D | alps.txt | 59 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/ |
D | mmu.txt | 17 This code fragment is run only on an MMU v3.
|
/linux-4.4.14/arch/s390/kernel/ |
D | time.c | 648 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/ |
D | Makefile | 18 obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o
|
/linux-4.4.14/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 104 Since v3.16 the 'children' overhead is shown by default and the output
|
/linux-4.4.14/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dtsi | 377 compatible = "arm,gic-v3"; 388 compatible = "arm,gic-v3-its";
|
/linux-4.4.14/drivers/spi/ |
D | Makefile | 23 obj-$(CONFIG_SPI_ADI_V3) += spi-adi-v3.o
|
D | Kconfig | 109 tristate "SPI controller v3 for ADI" 112 This is the SPI controller v3 master driver
|
/linux-4.4.14/Documentation/ko_KR/ |
D | HOWTO | 234 3.x 커널들은 Linux Torvalds가 관리하며 kernel.org의 pub/linux/kernel/v3.x/
|
/linux-4.4.14/block/ |
D | Kconfig | 57 Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 8 With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 6 KVM_DEV_TYPE_ARM_VGIC_V3 ARM Generic Interrupt Controller v3.0
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep-splat.txt | 63 Line 2776 of block/cfq-iosched.c in v3.0-rc5 is as follows:
|
/linux-4.4.14/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a.dtsi | 136 compatible = "arm,gic-v3"; 150 compatible = "arm,gic-v3-its";
|
/linux-4.4.14/Documentation/ja_JP/ |
D | HOWTO | 266 の pub/linux/kernel/v3.x/ ディレクトリに存在します。この開発プロセスは
|
D | SubmittingPatches | 523 一般的には「v1, v2, v3」のようなバージョン情報を表すタグ(過去のパッチに対する
|
/linux-4.4.14/Documentation/filesystems/ |
D | sharedsubtree.txt | 214 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
|
D | hpfs.txt | 260 1.97 Support for HPFS v3 (on large partitions)
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 658 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/ |
D | Kconfig | 134 -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4) 309 bool "MMU v3"
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 10 NOTE: Zswap is a new feature as of v3.11 and interacts heavily with memory
|
/linux-4.4.14/Documentation/frv/ |
D | booting.txt | 152 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/ |
D | phy.c | 674 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/ |
D | Interrupts | 9 we have TLB v3, TLB v4 (without write buffer), TLB v4 (with write buffer),
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 299 - Some fine tuning to the GUS v3.7 mixer code. 304 - GUS v3.7 mixer support.
|
/linux-4.4.14/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 193 d. As of v3.18, Christoph Lameter's on-demand vmstat workers 195 CONFIG_SMP=y systems. Before v3.18, is not possible
|
D | debugging-via-ohci1394.txt | 65 - http://v3.sk/~lkundrak/firescope/
|
D | intel_txt.txt | 48 w/ TXT support since v3.2), and now Linux kernels.
|
D | adding-syscalls.txt | 489 implementation paths in detail for v3.14:
|
D | SubmittingPatches | 666 comments (i.e., "v1, v2, v3"), or "RFC" to indicate a request for
|
D | kernel-parameters.txt | 2295 legacy NFSv2/v3 systems to NFSv4 easier. 2340 migration from NFSv2/v3.
|
D | devices.txt | 506 Deleted in kernel v3.9.
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 237 v3 V3 Semiconductor
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 730 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/ |
D | HD-Audio-Models.txt | 216 intel-mac-v3 Intel Mac Type 3
|
/linux-4.4.14/fs/ntfs/ |
D | layout.h | 935 } __attribute__ ((__packed__)) v3; member
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_bt.gif.b64 | 151 WhZHgH/85T9/+tff/vfHf/71v3/4y6L4jQ6NEUi/ASTAAjRA9HODuJO63ru+qXq+iBM+6Us06gu+
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1919 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/ |
D | ppc_asm.h | 643 #define v3 3 macro
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 895 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/ |
D | basic-pm-debugging.txt | 177 (http://v3.sk/~lkundrak/firescope/). On x86 it is also possible to
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 862 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/ |
D | Kconfig | 750 tristate "PKUnity v3 I2C bus support" 754 This driver supports the I2C IP inside the PKUnity-v3 SoC.
|
/linux-4.4.14/ |
D | COPYING | 11 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
|
D | MAINTAINERS | 1759 F: drivers/iommu/arm-smmu-v3.c 3697 F: drivers/gpu/ipu-v3/
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 290 v3 = ord(name[0])*20 % 256 291 color = '#%06X' % ((v1*0x10000) + (v2*0x100) + v3)
|
/linux-4.4.14/mm/ |
D | Kconfig | 547 v3.11) that interacts heavily with memory reclaim. While these
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 1526 tristate "PKUnity v3 RTC support" 1529 This enables support for the RTC in the PKUnity-v3 SoCs.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 75 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/ |
D | phy_n.c | 21353 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/ |
D | can.txt | 1210 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/ |
D | Kconfig | 2413 tristate "PKUnity v3 Unigfx framebuffer support"
|