Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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()
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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/arm/
Dgic-v3.txt10 - 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/
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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/rtl818x/
DKconfig16 Belkin F5D6020 v3
17 Belkin F5D6020 v3
77 (v1 = rt73usb; v3 is rt2070-based,
/linux-4.1.27/Documentation/zh_CN/arm64/
Dbooting.txt105 - 自 v3.17 起,除非另有说明,所有域都是小端模式。
113 - v3.17 之前,未明确指定 text_offset 的字节序。此时,image_size 为零,
118 - flags 域 (v3.17 引入) 为 64 位小端模式,其编码如下:
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-devices-system-cpu3 KernelVersion: v3.15.0
14 KernelVersion: v3.15.0
Dsysfs-acpi-pmprofile3 KernelVersion: v3.2
/linux-4.1.27/tools/testing/ktest/examples/
Dcrosstests.conf230 BISECT_GOOD = v3.1
231 BISECT_BAD = v3.2
232 CHECKOUT = v3.2
/linux-4.1.27/drivers/gpu/
DMakefile6 obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
/linux-4.1.27/arch/arm/boot/dts/
Domap3-overo-common-peripherals.dtsi14 lis33_3v3: lis33-3v3-reg {
16 regulator-name = "lis33-3v3-reg";
Dvf500-colibri-eval-v3.dts12 #include "vf-colibri-eval-v3.dtsi"
Dvf610-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";
Domap3-panel-sharp-ls037v7dw01.dtsi20 lcd_3v3: regulator-lcd-3v3 {
Dsun4i-a10-hackberry.dts157 reg_emac_3v3: emac-3v3 {
159 regulator-name = "emac-3v3";
Dsun4i-a10-a1000.dts174 reg_emac_3v3: emac-3v3 {
178 regulator-name = "emac-3v3";
Dimx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts51 regulator-name = "lcd-3v3";
Dsun7i-a20-bananapi.dts213 reg_gmac_3v3: gmac-3v3 {
217 regulator-name = "gmac-3v3";
Dimx25-pdk.dts33 regulator-name = "fec-3v3";
59 regulator-name = "can-3v3";
Dsun7i-a20-i12-tvbox.dts227 reg_gmac_3v3: gmac-3v3 {
231 regulator-name = "gmac-3v3";
Dimx28-eukrea-mbmx28lc.dtsi97 regulator-name = "lcd-3v3";
248 reg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc@0 {
Dsun7i-a20-bananapro.dts74 reg_gmac_3v3: gmac-3v3 {
78 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";
Dintegratorap.dts72 compatible = "v3,v360epc-pci";
DMakefile320 vf500-colibri-eval-v3.dtb \
321 vf610-colibri-eval-v3.dtb \
583 tegra30-colibri-eval-v3.dtb
Ddra7.dtsi905 compatible = "ti,abb-v3";
938 compatible = "ti,abb-v3";
971 compatible = "ti,abb-v3";
1004 compatible = "ti,abb-v3";
Dtegra30-colibri.dtsi371 regulator-name = "3v3";
Dste-snowball.dts27 regulator-name = "en-3v3-fixed-supply";
Dimx6sx-sdb.dtsi104 regulator-name = "lcd-3v3";
Dimx6sl-evk.dts90 regulator-name = "lcd-3v3";
Dtegra30-apalis.dtsi672 regulator-name = "3v3";
Dtegra20-whistler.dts299 in-v3-supply = <&mbatt_reg>;
Dtegra114-roth.dts934 regulator-name = "rail-3v3";
/linux-4.1.27/drivers/irqchip/
DMakefile24 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/
Dip_queue2 Date: finally removed in kernel v3.5.0
Dnet_dma2 Date: Removed in kernel v3.13
/linux-4.1.27/tools/testing/ktest/examples/include/
Dbisect.conf22 BISECT_GOOD = v3.3
/linux-4.1.27/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
376 FMan v3.
415 Example for FMan v3 internal MDIO:
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-kernel-iommu_groups3 KernelVersion: v3.5
/linux-4.1.27/drivers/video/
DKconfig23 source "drivers/gpu/ipu-v3/Kconfig"
/linux-4.1.27/arch/mips/boot/dts/brcm/
Dbcm7425.dtsi126 compatible = "brcm,genet-v3";
135 compatible = "brcm,genet-mdio-v3";
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c4313 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/
Dxfs.txt239 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
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.1.27/fs/autofs4/
DKconfig2 tristate "Kernel automounter version 4 support (also supports v3)"
/linux-4.1.27/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.1.27/Documentation/blockdev/drbd/
Ddata-structure-v9.txt2 Linux v3.14 we are reorganizing DRBD to use this data structure.
/linux-4.1.27/arch/arm/mach-orion5x/
DKconfig74 bool "Buffalo Linkstation Live v3 (LS-CHL)"
78 Buffalo Linkstation Live v3 (LS-CHL) platform.
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/hal/
Dbb_cfg.c592 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/
Dt2081si-post.dtsi49 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";
Dpq3-mpic-message-B.dtsi36 compatible = "fsl,mpic-v3.1-msgr";
Dpq3-mpic.dtsi57 compatible = "fsl,mpic-v3.1-msgr";
Dt4240si-post.dtsi49 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/
Detr.h64 unsigned int v3 : 1; /* validity bit ETR data frame 3 */ member
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dsdhci-pxa.txt1 * Marvell sdhci-pxa v2/v3 controller
/linux-4.1.27/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.1.27/Documentation/video4linux/
Domap4_camera.txt45 Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
/linux-4.1.27/arch/x86/crypto/
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.1.27/arch/arm/configs/
Diop13xx_defconfig22 CONFIG_CMDLINE="ip=bootp root=nfs console=ttyS0,115200 nfsroot=,tcp,v3,wsize=8192,rsize=8192"
/linux-4.1.27/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.1.27/Documentation/xtensa/
Dmmu.txt17 This code fragment is run only on an MMU v3.
/linux-4.1.27/Documentation/arm64/
Dbooting.txt87 - 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/
Dtime.c644 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/
DMakefile23 obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o
/linux-4.1.27/drivers/spi/
DMakefile22 obj-$(CONFIG_SPI_ADI_V3) += spi-adi-v3.o
DKconfig97 tristate "SPI controller v3 for ADI"
100 This is the SPI controller v3 master driver
/linux-4.1.27/Documentation/ko_KR/
DHOWTO234 3.x 커널들은 Linux Torvalds가 관리하며 kernel.org의 pub/linux/kernel/v3.x/
/linux-4.1.27/Documentation/vm/
Dzswap.txt10 NOTE: Zswap is a new feature as of v3.11 and interacts heavily with memory
/linux-4.1.27/block/
DKconfig57 Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4
/linux-4.1.27/arch/arc/
DKconfig107 -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
245 bool "MMU v3"
/linux-4.1.27/Documentation/virtual/kvm/devices/
Darm-vgic.txt6 KVM_DEV_TYPE_ARM_VGIC_V3 ARM Generic Interrupt Controller v3.0
/linux-4.1.27/Documentation/RCU/
Dlockdep-splat.txt63 Line 2776 of block/cfq-iosched.c in v3.0-rc5 is as follows:
/linux-4.1.27/arch/arm64/boot/dts/freescale/
Dfsl-ls2085a.dtsi126 compatible = "arm,gic-v3";
/linux-4.1.27/Documentation/block/
Dioprio.txt8 With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
/linux-4.1.27/Documentation/ja_JP/
DHOWTO266 の pub/linux/kernel/v3.x/ ディレクトリに存在します。この開発プロセスは
DSubmittingPatches523 一般的には「v1, v2, v3」のようなバージョン情報を表すタグ(過去のパッチに対する
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/
Dvendor-prefixes.txt200 v3 V3 Semiconductor
/linux-4.1.27/Documentation/frv/
Dbooting.txt152 The NFS version to use can also be specified. v2 and v3 are supported by
/linux-4.1.27/drivers/net/wireless/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.1.27/Documentation/arm/
DInterrupts9 we have TLB v3, TLB v4 (without write buffer), TLB v4 (with write buffer),
/linux-4.1.27/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.
DSubmittingPatches664 comments (i.e., "v1, v2, v3"), or "RFC" to indicate a request for
Dkernel-parameters.txt2228 legacy NFSv2/v3 systems to NFSv4 easier.
2264 migration from NFSv2/v3.
Ddevices.txt506 Deleted in kernel v3.9.
/linux-4.1.27/sound/oss/
DCHANGELOG299 - 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/
Dthunder-88xx.dtsi377 compatible = "arm,gic-v3";
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio-Models.txt206 intel-mac-v3 Intel Mac Type 3
/linux-4.1.27/drivers/net/wireless/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.1.27/fs/ntfs/
Dlayout.h935 } __attribute__ ((__packed__)) v3; member
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs-rdma.txt93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
/linux-4.1.27/Documentation/DocBook/media/
Dfieldseq_bt.gif.b64151 WhZHgH/85T9/+tff/vfHf/71v3/4y6L4jQ6NEUi/ASTAAjRA9HODuJO63ru+qXq+iBM+6Us06gu+
/linux-4.1.27/drivers/net/wireless/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.1.27/arch/powerpc/include/asm/
Dppc_asm.h643 #define v3 3 macro
/linux-4.1.27/drivers/net/wireless/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.1.27/Documentation/power/
Dbasic-pm-debugging.txt177 (http://v3.sk/~lkundrak/firescope/). On x86 it is also possible to
/linux-4.1.27/drivers/i2c/busses/
DKconfig710 tristate "PKUnity v3 I2C bus support"
714 This driver supports the I2C IP inside the PKUnity-v3 SoC.
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt861 5. Emelianov, Pavel. RSS controller based on process cgroups (v3)
865 subsystem (v3), http://lwn.net/Articles/235534/
/linux-4.1.27/
DCOPYING11 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
/linux-4.1.27/mm/
DKconfig564 v3.11) that interacts heavily with memory reclaim. While these
/linux-4.1.27/scripts/
Danalyze_suspend.py290 v3 = ord(name[0])*20 % 256
291 color = '#%06X' % ((v1*0x10000) + (v2*0x100) + v3)
/linux-4.1.27/drivers/rtc/
DKconfig1477 tristate "PKUnity v3 RTC support"
1480 This enables support for the RTC in the PKUnity-v3 SoCs.
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS75 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/
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.1.27/drivers/video/fbdev/
DKconfig2418 tristate "PKUnity v3 Unigfx framebuffer support"