/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 | 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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/arm/ |
D | gic-v3.txt | 10 - compatible : should at least contain "arm,gic-v3". 58 - compatible : Should at least contain "arm,gic-v3-its". 70 compatible = "arm,gic-v3"; 84 compatible = "arm,gic-v3-its"; 91 compatible = "arm,gic-v3"; 108 compatible = "arm,gic-v3-its"; 114 compatible = "arm,gic-v3-its";
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/rtl818x/ |
D | Kconfig | 16 Belkin F5D6020 v3 17 Belkin F5D6020 v3 77 (v1 = rt73usb; v3 is rt2070-based,
|
/linux-4.1.27/Documentation/zh_CN/arm64/ |
D | booting.txt | 105 - 自 v3.17 起,除非另有说明,所有域都是小端模式。 113 - v3.17 之前,未明确指定 text_offset 的字节序。此时,image_size 为零, 118 - flags 域 (v3.17 引入) 为 64 位小端模式,其编码如下:
|
/linux-4.1.27/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.1.27/tools/testing/ktest/examples/ |
D | crosstests.conf | 230 BISECT_GOOD = v3.1 231 BISECT_BAD = v3.2 232 CHECKOUT = v3.2
|
/linux-4.1.27/drivers/gpu/ |
D | Makefile | 6 obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-overo-common-peripherals.dtsi | 14 lis33_3v3: lis33-3v3-reg { 16 regulator-name = "lis33-3v3-reg";
|
D | vf500-colibri-eval-v3.dts | 12 #include "vf-colibri-eval-v3.dtsi"
|
D | vf610-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 | omap3-panel-sharp-ls037v7dw01.dtsi | 20 lcd_3v3: regulator-lcd-3v3 {
|
D | sun4i-a10-hackberry.dts | 157 reg_emac_3v3: emac-3v3 { 159 regulator-name = "emac-3v3";
|
D | sun4i-a10-a1000.dts | 174 reg_emac_3v3: emac-3v3 { 178 regulator-name = "emac-3v3";
|
D | imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts | 51 regulator-name = "lcd-3v3";
|
D | sun7i-a20-bananapi.dts | 213 reg_gmac_3v3: gmac-3v3 { 217 regulator-name = "gmac-3v3";
|
D | imx25-pdk.dts | 33 regulator-name = "fec-3v3"; 59 regulator-name = "can-3v3";
|
D | sun7i-a20-i12-tvbox.dts | 227 reg_gmac_3v3: gmac-3v3 { 231 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-bananapro.dts | 74 reg_gmac_3v3: gmac-3v3 { 78 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 | integratorap.dts | 72 compatible = "v3,v360epc-pci";
|
D | Makefile | 320 vf500-colibri-eval-v3.dtb \ 321 vf610-colibri-eval-v3.dtb \ 583 tegra30-colibri-eval-v3.dtb
|
D | dra7.dtsi | 905 compatible = "ti,abb-v3"; 938 compatible = "ti,abb-v3"; 971 compatible = "ti,abb-v3"; 1004 compatible = "ti,abb-v3";
|
D | tegra30-colibri.dtsi | 371 regulator-name = "3v3";
|
D | ste-snowball.dts | 27 regulator-name = "en-3v3-fixed-supply";
|
D | imx6sx-sdb.dtsi | 104 regulator-name = "lcd-3v3";
|
D | imx6sl-evk.dts | 90 regulator-name = "lcd-3v3";
|
D | tegra30-apalis.dtsi | 672 regulator-name = "3v3";
|
D | tegra20-whistler.dts | 299 in-v3-supply = <&mbatt_reg>;
|
D | tegra114-roth.dts | 934 regulator-name = "rail-3v3";
|
/linux-4.1.27/drivers/irqchip/ |
D | Makefile | 24 obj-$(CONFIG_ARM_GIC_V3) += irq-gic-v3.o irq-gic-common.o 25 obj-$(CONFIG_ARM_GIC_V3_ITS) += irq-gic-v3-its.o
|
/linux-4.1.27/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.1.27/tools/testing/ktest/examples/include/ |
D | bisect.conf | 22 BISECT_GOOD = v3.3
|
/linux-4.1.27/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 376 FMan v3. 415 Example for FMan v3 internal MDIO:
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-kernel-iommu_groups | 3 KernelVersion: v3.5
|
/linux-4.1.27/drivers/video/ |
D | Kconfig | 23 source "drivers/gpu/ipu-v3/Kconfig"
|
/linux-4.1.27/arch/mips/boot/dts/brcm/ |
D | bcm7425.dtsi | 126 compatible = "brcm,genet-v3"; 135 compatible = "brcm,genet-mdio-v3";
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_main.c | 4313 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local 4331 v3 = 0x80; v6 = 0x80; in sisfb_post_sis300() 4343 v3 = bios[rindex++]; in sisfb_post_sis300() 4352 SiS_SetReg(SISSR, 0x2a, v3); in sisfb_post_sis300() 4364 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a; in sisfb_post_sis300() 4370 v3 = bios[memtype + 16]; in sisfb_post_sis300() 4378 v3 &= 0xfd; in sisfb_post_sis300() 4381 SiS_SetReg(SISSR, 0x17, v3); in sisfb_post_sis300() 4399 v1 = 0xf6; v2 = 0x0d; v3 = 0x00; in sisfb_post_sis300() 4403 v3 = bios[0xea]; in sisfb_post_sis300() [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs.txt | 239 delaylog/nodelaylog v3.20 240 ihashsize v3.20 241 irixsgid v3.20 242 osyncisdsync/osyncisosync v3.20 349 fs.xfs.xfsbufd_centisec v3.20 350 fs.xfs.age_buffer_centisecs v3.20
|
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.1.27/fs/autofs4/ |
D | Kconfig | 2 tristate "Kernel automounter version 4 support (also supports v3)"
|
/linux-4.1.27/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.1.27/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 2 Linux v3.14 we are reorganizing DRBD to use this data structure.
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
D | Kconfig | 74 bool "Buffalo Linkstation Live v3 (LS-CHL)" 78 Buffalo Linkstation Live v3 (LS-CHL) platform.
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/hal/ |
D | bb_cfg.c | 592 u32 v3 = array[i+2]; in config_bb_with_pgheader() local 595 rtl_addr_delay(adapt, v1, v2, v3); in config_bb_with_pgheader()
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | t2081si-post.dtsi | 49 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie"; 76 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie"; 103 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie"; 130 compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
|
D | pq3-mpic-message-B.dtsi | 36 compatible = "fsl,mpic-v3.1-msgr";
|
D | pq3-mpic.dtsi | 57 compatible = "fsl,mpic-v3.1-msgr";
|
D | t4240si-post.dtsi | 49 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0"; 75 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0"; 101 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0"; 127 compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0";
|
/linux-4.1.27/arch/s390/include/asm/ |
D | etr.h | 64 unsigned int v3 : 1; /* validity bit ETR data frame 3 */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | sdhci-pxa.txt | 1 * Marvell sdhci-pxa v2/v3 controller
|
/linux-4.1.27/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.1.27/Documentation/video4linux/ |
D | omap4_camera.txt | 45 Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
|
/linux-4.1.27/arch/x86/crypto/ |
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.1.27/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.1.27/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.1.27/Documentation/xtensa/ |
D | mmu.txt | 17 This code fragment is run only on an MMU v3.
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 87 - As of v3.17, all fields are little endian unless stated otherwise. 96 - Prior to v3.17, the endianness of text_offset was not specified. In 102 - The flags field (introduced in v3.17) is a little-endian 64-bit field
|
/linux-4.1.27/arch/s390/kernel/ |
D | time.c | 644 aib->slsw.v2 && aib->slsw.v3; in etr_port_valid() 1315 if (!aib || !aib->slsw.v3) in etr_coupled_show() 1327 if (!aib || !aib->slsw.v3) in etr_local_time_show() 1339 if (!aib || !aib->slsw.v3) in etr_utc_offset_show()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | Makefile | 23 obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o
|
/linux-4.1.27/drivers/spi/ |
D | Makefile | 22 obj-$(CONFIG_SPI_ADI_V3) += spi-adi-v3.o
|
D | Kconfig | 97 tristate "SPI controller v3 for ADI" 100 This is the SPI controller v3 master driver
|
/linux-4.1.27/Documentation/ko_KR/ |
D | HOWTO | 234 3.x 커널들은 Linux Torvalds가 관리하며 kernel.org의 pub/linux/kernel/v3.x/
|
/linux-4.1.27/Documentation/vm/ |
D | zswap.txt | 10 NOTE: Zswap is a new feature as of v3.11 and interacts heavily with memory
|
/linux-4.1.27/block/ |
D | Kconfig | 57 Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 107 -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4) 245 bool "MMU v3"
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 6 KVM_DEV_TYPE_ARM_VGIC_V3 ARM Generic Interrupt Controller v3.0
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep-splat.txt | 63 Line 2776 of block/cfq-iosched.c in v3.0-rc5 is as follows:
|
/linux-4.1.27/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2085a.dtsi | 126 compatible = "arm,gic-v3";
|
/linux-4.1.27/Documentation/block/ |
D | ioprio.txt | 8 With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
|
/linux-4.1.27/Documentation/ja_JP/ |
D | HOWTO | 266 の pub/linux/kernel/v3.x/ ディレクトリに存在します。この開発プロセスは
|
D | SubmittingPatches | 523 一般的には「v1, v2, v3」のようなバージョン情報を表すタグ(過去のパッチに対する
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 200 v3 V3 Semiconductor
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 152 The NFS version to use can also be specified. v2 and v3 are supported by
|
/linux-4.1.27/drivers/net/wireless/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.1.27/Documentation/arm/ |
D | Interrupts | 9 we have TLB v3, TLB v4 (without write buffer), TLB v4 (with write buffer),
|
/linux-4.1.27/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 | SubmittingPatches | 664 comments (i.e., "v1, v2, v3"), or "RFC" to indicate a request for
|
D | kernel-parameters.txt | 2228 legacy NFSv2/v3 systems to NFSv4 easier. 2264 migration from NFSv2/v3.
|
D | devices.txt | 506 Deleted in kernel v3.9.
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 299 - Some fine tuning to the GUS v3.7 mixer code. 304 - GUS v3.7 mixer support.
|
/linux-4.1.27/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dtsi | 377 compatible = "arm,gic-v3";
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 206 intel-mac-v3 Intel Mac Type 3
|
/linux-4.1.27/drivers/net/wireless/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.1.27/fs/ntfs/ |
D | layout.h | 935 } __attribute__ ((__packed__)) v3; member
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | fieldseq_bt.gif.b64 | 151 WhZHgH/85T9/+tff/vfHf/71v3/4y6L4jQ6NEUi/ASTAAjRA9HODuJO63ru+qXq+iBM+6Us06gu+
|
/linux-4.1.27/drivers/net/wireless/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.1.27/arch/powerpc/include/asm/ |
D | ppc_asm.h | 643 #define v3 3 macro
|
/linux-4.1.27/drivers/net/wireless/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.1.27/Documentation/power/ |
D | basic-pm-debugging.txt | 177 (http://v3.sk/~lkundrak/firescope/). On x86 it is also possible to
|
/linux-4.1.27/drivers/i2c/busses/ |
D | Kconfig | 710 tristate "PKUnity v3 I2C bus support" 714 This driver supports the I2C IP inside the PKUnity-v3 SoC.
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 861 5. Emelianov, Pavel. RSS controller based on process cgroups (v3) 865 subsystem (v3), http://lwn.net/Articles/235534/
|
/linux-4.1.27/ |
D | COPYING | 11 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
|
/linux-4.1.27/mm/ |
D | Kconfig | 564 v3.11) that interacts heavily with memory reclaim. While these
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 290 v3 = ord(name[0])*20 % 256 291 color = '#%06X' % ((v1*0x10000) + (v2*0x100) + v3)
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 1477 tristate "PKUnity v3 RTC support" 1480 This enables support for the RTC in the PKUnity-v3 SoCs.
|
/linux-4.1.27/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.1.27/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.1.27/drivers/video/fbdev/ |
D | Kconfig | 2418 tristate "PKUnity v3 Unigfx framebuffer support"
|