Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 200 of 1166) sorted by relevance

123456

/linux-4.4.14/arch/arm64/crypto/
Daes-ce-ccm-core.S25 eor v1.16b, v1.16b, v1.16b
29 ins v1.b[0], w7
30 ext v1.16b, v1.16b, v1.16b, #1 /* rotate in the input bytes */
33 eor v0.16b, v0.16b, v1.16b
60 ld1 {v1.16b}, [x1], #16 /* load next input block */
61 eor v0.16b, v0.16b, v1.16b /* xor with mac */
78 9: ext v1.16b, v1.16b, v1.16b, #1
81 eor v0.16b, v0.16b, v1.16b
96 ld1 {v1.2d}, [x1] /* load 1st ctriv */
105 aese v1.16b, v4.16b
[all …]
Daes-modes.S43 encrypt_block2x v0, v1, w3, x2, x6, w7
48 decrypt_block2x v0, v1, w3, x2, x6, w7
55 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
60 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
89 encrypt_block2x v0, v1, w3, x2, x6, w7
93 decrypt_block2x v0, v1, 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
124 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 pt blocks */
126 st1 {v0.16b-v1.16b}, [x0], #32
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/hal/
DHalHWImg8723A_BB.c211 #define READ_NEXT_PAIR(v1, v2, i) \ argument
213 i += 2; v1 = Array[i]; v2 = Array[i+1]; \
230 u32 v1 = Array[i]; in ODM_ReadAndConfig_AGC_TAB_1T_8723A() local
234 if (v1 < 0xCDCDCDCD) { in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
235 odm_ConfigBB_AGC_8723A(pDM_Odm, v1, v2); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
240 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
244 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
249 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
253 odm_ConfigBB_AGC_8723A(pDM_Odm, v1, v2); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
254 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
[all …]
DHalHWImg8723A_RF.c209 #define READ_NEXT_PAIR(v1, v2, i) \ in ODM_ReadAndConfig_RadioA_1T_8723A() argument
211 i += 2; v1 = Array[i]; v2 = Array[i+1];\ in ODM_ReadAndConfig_RadioA_1T_8723A()
227 u32 v1 = Array[i]; in ODM_ReadAndConfig_RadioA_1T_8723A() local
231 if (v1 < 0xCDCDCDCD) { in ODM_ReadAndConfig_RadioA_1T_8723A()
232 odm_ConfigRFReg_8723A(pDM_Odm, v1, v2, RF_PATH_A, v1); in ODM_ReadAndConfig_RadioA_1T_8723A()
237 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8723A()
241 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8723A()
245 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8723A()
249 odm_ConfigRFReg_8723A(pDM_Odm, v1, v2, in ODM_ReadAndConfig_RadioA_1T_8723A()
250 RF_PATH_A, v1); in ODM_ReadAndConfig_RadioA_1T_8723A()
[all …]
DHalHWImg8723A_MAC.c139 #define READ_NEXT_PAIR(v1, v2, i) \ in ODM_ReadAndConfig_MAC_REG_8723A() argument
141 i += 2; v1 = Array[i]; v2 = Array[i+1]; \ in ODM_ReadAndConfig_MAC_REG_8723A()
156 u32 v1 = Array[i]; in ODM_ReadAndConfig_MAC_REG_8723A() local
160 if (v1 < 0xCDCDCDCD) { in ODM_ReadAndConfig_MAC_REG_8723A()
161 odm_ConfigMAC_8723A(pDM_Odm, v1, (u8)v2); in ODM_ReadAndConfig_MAC_REG_8723A()
166 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8723A()
170 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8723A()
174 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8723A()
178 odm_ConfigMAC_8723A(pDM_Odm, v1, (u8)v2); in ODM_ReadAndConfig_MAC_REG_8723A()
179 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8723A()
[all …]
/linux-4.4.14/arch/powerpc/lib/
Dxor_vmx.c60 DEFINE(v1); in xor_altivec_2()
68 LOAD(v1); in xor_altivec_2()
70 XOR(v1, v2); in xor_altivec_2()
71 STORE(v1); in xor_altivec_2()
73 v1 += 4; in xor_altivec_2()
84 DEFINE(v1); in xor_altivec_3()
93 LOAD(v1); in xor_altivec_3()
96 XOR(v1, v2); in xor_altivec_3()
97 XOR(v1, v3); in xor_altivec_3()
98 STORE(v1); in xor_altivec_3()
[all …]
Dmemcpy_power7.S324 lvx v1,r0,r4
326 stvx v1,r0,r3
330 lvx v1,r0,r4
333 stvx v1,r0,r3
340 lvx v1,r4,r10
345 stvx v1,r3,r10
375 lvx v1,r4,r15
384 stvx v1,r3,r15
401 lvx v1,r4,r10
406 stvx v1,r3,r10
[all …]
Dcopyuser_power7.S391 err3; lvx v1,r0,r4
393 err3; stvx v1,r0,r3
397 err3; lvx v1,r0,r4
400 err3; stvx v1,r0,r3
407 err3; lvx v1,r4,r10
412 err3; stvx v1,r3,r10
442 err4; lvx v1,r4,r15
451 err4; stvx v1,r3,r15
468 err3; lvx v1,r4,r10
473 err3; stvx v1,r3,r10
[all …]
/linux-4.4.14/drivers/char/mwave/
Dmwavedd.h79 #define PRINTK_2(f,s,v1) \ argument
81 printk(s,v1); \
84 #define PRINTK_3(f,s,v1,v2) \ argument
86 printk(s,v1,v2); \
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); \
[all …]
/linux-4.4.14/include/pcmcia/
Ddevice_id.h27 #define PCMCIA_DEVICE_PROD_ID1(v1, vh1) { \ argument
29 .prod_id = { (v1), NULL, NULL, NULL }, \
42 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
45 .prod_id = { (v1), (v2), NULL, NULL }, \
48 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument
51 .prod_id = { (v1), NULL, (v3), NULL }, \
54 #define PCMCIA_DEVICE_PROD_ID14(v1, v4, vh1, vh4) { \ argument
57 .prod_id = { (v1), NULL, NULL, (v4) }, \
60 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
64 .prod_id = { (v1), (v2), (v3), NULL },\
[all …]
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt23 # (v1): this opcode only supports 128bit VEX.
344 # Many AVX instructions lack v1 superscript, according to Intel AVX-Prgramming
346 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1)
347 … vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(v1)
348 12: vmovlps Vq,Hq,Mq (v1) | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (…
349 13: vmovlps Mq,Vq (v1) | vmovlpd Mq,Vq (66),(v1)
352 16: vmovhps Vdq,Hq,Mq (v1) | vmovlhps Vdq,Hq,Uq (v1) | vmovhpd Vdq,Hq,Mq (66),(v1) | vmovshdup Vx,W…
353 17: vmovhps Mq,Vq (v1) | vmovhpd Mq,Vq (66),(v1)
377 …s Vps,Qpi | cvtpi2pd Vpd,Qpi (66) | vcvtsi2ss Vss,Hss,Ey (F3),(v1) | vcvtsi2sd Vsd,Hsd,Ey (F2),(v1)
379 …tps2pi Ppi,Wps | cvttpd2pi Ppi,Wpd (66) | vcvttss2si Gy,Wss (F3),(v1) | vcvttsd2si Gy,Wsd (F2),(v1)
[all …]
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt23 # (v1): this opcode only supports 128bit VEX.
344 # Many AVX instructions lack v1 superscript, according to Intel AVX-Prgramming
346 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1)
347 … vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(v1)
348 12: vmovlps Vq,Hq,Mq (v1) | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (…
349 13: vmovlps Mq,Vq (v1) | vmovlpd Mq,Vq (66),(v1)
352 16: vmovhps Vdq,Hq,Mq (v1) | vmovlhps Vdq,Hq,Uq (v1) | vmovhpd Vdq,Hq,Mq (66),(v1) | vmovshdup Vx,W…
353 17: vmovhps Mq,Vq (v1) | vmovhpd Mq,Vq (66),(v1)
377 …s Vps,Qpi | cvtpi2pd Vpd,Qpi (66) | vcvtsi2ss Vss,Hss,Ey (F3),(v1) | vcvtsi2sd Vsd,Hsd,Ey (F2),(v1)
379 …tps2pi Ppi,Wps | cvttpd2pi Ppi,Wpd (66) | vcvttss2si Gy,Wss (F3),(v1) | vcvttsd2si Gy,Wsd (F2),(v1)
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dvx-insn.h99 .ifc \vxr,%v1
205 .macro RXB rxb v1 v2=0 v3=0 v4=0
207 .if \v1 & 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
253 VX_NUM v1, \vr
254 .word (0xE700 | (VX_R(v1) << 4))
256 MRXBOPC 0, 0x44, v1
[all …]
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dinterlaken-lac-portals.dtsi39 compatible = "fsl,interlaken-lac-portal-v1.0";
44 compatible = "fsl,interlaken-lac-portal-v1.0";
49 compatible = "fsl,interlaken-lac-portal-v1.0";
54 compatible = "fsl,interlaken-lac-portal-v1.0";
59 compatible = "fsl,interlaken-lac-portal-v1.0";
64 compatible = "fsl,interlaken-lac-portal-v1.0";
69 compatible = "fsl,interlaken-lac-portal-v1.0";
74 compatible = "fsl,interlaken-lac-portal-v1.0";
79 compatible = "fsl,interlaken-lac-portal-v1.0";
84 compatible = "fsl,interlaken-lac-portal-v1.0";
[all …]
Dqoriq-raid1.0-0.dtsi36 compatible = "fsl,raideng-v1.0";
43 compatible = "fsl,raideng-v1.0-job-queue";
50 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-hp-ring";
57 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-lp-ring";
65 compatible = "fsl,raideng-v1.0-job-queue";
72 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-hp-ring";
79 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-lp-ring";
/linux-4.4.14/lib/
Datomic64_test.c33 int v1 = 0xdeadbeef; in test_atomic() local
44 TEST(, or, |=, v1); in test_atomic()
45 TEST(, and, &=, v1); in test_atomic()
46 TEST(, xor, ^=, v1); in test_atomic()
47 TEST(, andnot, &= ~, v1); in test_atomic()
54 long long v1 = 0xdeadbeefdeafcafeLL; in test_atomic64() local
63 atomic64_set(&v, v1); in test_atomic64()
64 r = v1; in test_atomic64()
72 TEST(64, or, |=, v1); in test_atomic64()
73 TEST(64, and, &=, v1); in test_atomic64()
[all …]
/linux-4.4.14/arch/powerpc/platforms/ps3/
Drepository.c66 u64 v1, u64 v2, const char *func, int line) in _dump_node() argument
73 pr_devel("%s:%d: v1: %016llx\n", func, line, v1); in _dump_node()
125 u64 v1; in read_node() local
134 result = lv1_read_repository_node(lpar_id, n1, n2, n3, n4, &v1, in read_node()
144 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node()
147 *_v1 = v1; in read_node()
151 if (v1 && !_v1) in read_node()
153 __func__, __LINE__, v1); in read_node()
187 u64 v1 = 0; in ps3_repository_read_bus_type() local
193 &v1, NULL); in ps3_repository_read_bus_type()
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dstackframe.h37 mflhxu v1
38 LONG_S v1, PT_LO(sp)
39 mflhxu v1
40 LONG_S v1, PT_HI(sp)
41 mflhxu v1
42 LONG_S v1, PT_ACX(sp)
44 mfhi v1
54 LONG_S v1, PT_HI(sp)
55 mflo v1
62 LONG_S v1, PT_LO(sp)
[all …]
Dregdef.h25 #define v1 $3 macro
68 #define v1 $3 macro
/linux-4.4.14/drivers/video/fbdev/
Datafb_iplan2p8.c114 u32 pval[4], v, v1, mask; in atafb_iplan2p8_copyarea() local
148 v1 = v & mask; in atafb_iplan2p8_copyarea()
149 *dst32++ = pval[0] | (v1 >> 8); in atafb_iplan2p8_copyarea()
150 pval[0] = (v ^ v1) << 8; in atafb_iplan2p8_copyarea()
152 v1 = v & mask; in atafb_iplan2p8_copyarea()
153 *dst32++ = pval[1] | (v1 >> 8); in atafb_iplan2p8_copyarea()
154 pval[1] = (v ^ v1) << 8; in atafb_iplan2p8_copyarea()
156 v1 = v & mask; in atafb_iplan2p8_copyarea()
157 *dst32++ = pval[2] | (v1 >> 8); in atafb_iplan2p8_copyarea()
158 pval[2] = (v ^ v1) << 8; in atafb_iplan2p8_copyarea()
[all …]
Datafb_iplan2p4.c107 u32 pval[4], v, v1, mask; in atafb_iplan2p4_copyarea() local
137 v1 = v & mask; in atafb_iplan2p4_copyarea()
138 *dst32++ = pval[0] | (v1 >> 8); in atafb_iplan2p4_copyarea()
139 pval[0] = (v ^ v1) << 8; in atafb_iplan2p4_copyarea()
141 v1 = v & mask; in atafb_iplan2p4_copyarea()
142 *dst32++ = pval[1] | (v1 >> 8); in atafb_iplan2p4_copyarea()
143 pval[1] = (v ^ v1) << 8; in atafb_iplan2p4_copyarea()
156 u32 pval[4], v, v1, mask; in atafb_iplan2p4_copyarea() local
186 v1 = v & mask; in atafb_iplan2p4_copyarea()
187 *--dst32 = pval[0] | (v1 << 8); in atafb_iplan2p4_copyarea()
[all …]
Datafb_iplan2p2.c107 u32 pval[4], v, v1, mask; in atafb_iplan2p2_copyarea() local
135 v1 = v & mask; in atafb_iplan2p2_copyarea()
136 *dst32++ = pval[0] | (v1 >> 8); in atafb_iplan2p2_copyarea()
137 pval[0] = (v ^ v1) << 8; in atafb_iplan2p2_copyarea()
149 u32 pval[4], v, v1, mask; in atafb_iplan2p2_copyarea() local
177 v1 = v & mask; in atafb_iplan2p2_copyarea()
178 *--dst32 = pval[0] | (v1 << 8); in atafb_iplan2p2_copyarea()
179 pval[0] = (v ^ v1) >> 8; in atafb_iplan2p2_copyarea()
/linux-4.4.14/arch/mips/kernel/
Dcpu-bugs64.c45 static inline void mult_sh_align_mod(long *v1, long *v2, long *w, in mult_sh_align_mod() argument
115 *v1 = lv1; in mult_sh_align_mod()
122 long v1[8], v2[8], w[8]; in check_mult_sh() local
136 mult_sh_align_mod(&v1[0], &v2[0], &w[0], 32, 0); in check_mult_sh()
137 mult_sh_align_mod(&v1[1], &v2[1], &w[1], 32, 1); in check_mult_sh()
138 mult_sh_align_mod(&v1[2], &v2[2], &w[2], 32, 2); in check_mult_sh()
139 mult_sh_align_mod(&v1[3], &v2[3], &w[3], 32, 3); in check_mult_sh()
140 mult_sh_align_mod(&v1[4], &v2[4], &w[4], 32, 4); in check_mult_sh()
141 mult_sh_align_mod(&v1[5], &v2[5], &w[5], 32, 5); in check_mult_sh()
142 mult_sh_align_mod(&v1[6], &v2[6], &w[6], 32, 6); in check_mult_sh()
[all …]
Docteon_switch.S150 li v1, 0x000d0000 /* This is the processor ID of Octeon Pass1 */
153 beq v0, v1, 2f
159 ori v1, v1, 0x9500 /* lowest OCTEON III PrId*/
161 subu v1, v0, v1 /* prid - lowest OCTEON III PrId */
214 bltz v1, 4f
506 ld v1, PT_MPL+8(sp) /* MPL1 */
512 mtm1 v1 /* MPL1 */
513 ld v1, PT_MTP(sp) /* P0 */
518 mtp0 v1 /* P0 */
Dcps-vec.S171 MFC0 v1, CP0_CMGCRBASE
172 PTR_SLL v1, v1, 4
174 PTR_ADDU v1, v1, t0
178 sw t0, GCR_CL_COHERENCE_OFS(v1)
Dftrace.c72 unsigned int v1; in ftrace_dyn_arch_init_insns() local
75 v1 = 3; in ftrace_dyn_arch_init_insns()
77 UASM_i_LA(&buf, v1, MCOUNT_ADDR); in ftrace_dyn_arch_init_insns()
Dgenex.S240 PTR_LA v1, except_vec_vi_handler
243 jr v1
513 LONG_L v1, TI_TP_VALUE(k1)
521 .set at=v1
529 LONG_L v1, TI_TP_VALUE(k1)
Dmcount.S208 PTR_S v1, PT_R3(sp)
214 PTR_L v1, PT_R3(sp)
/linux-4.4.14/arch/mips/netlogic/common/
Dreset.S109 ori v1, v0, 0x3 /* way0 | write_enable | write_active */
110 mtcr v1, t1
112 mfcr v1, t1
113 andi v1, 0x1 /* wait for write_active == 0 */
114 bnez v1, 12b
117 ori v1, v0, 0x7 /* way1 | write_enable | write_active */
118 mtcr v1, t1
120 mfcr v1, t1
121 andi v1, 0x1 /* wait for write_active == 0 */
122 bnez v1, 13b
[all …]
Dsmpboot.S130 lw v1, BOOT_THREAD_MODE(v0) /* v1 - new thread mode */
131 sll v1, 1
132 beq v1, t2, 1f /* same as request value */
136 or t1, t2, v1 /* put in new value */
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drf_cfg.c156 #define READ_NEXT_PAIR(v1, v2, i) \ argument
158 i += 2; v1 = array[i]; \
205 u32 v1 = array[i]; in rtl88e_phy_config_rf_with_headerfile() local
208 if (v1 < 0xCDCDCDCD) { in rtl88e_phy_config_rf_with_headerfile()
209 rtl8188e_config_rf_reg(adapt, v1, v2); in rtl88e_phy_config_rf_with_headerfile()
213 READ_NEXT_PAIR(v1, v2, i); in rtl88e_phy_config_rf_with_headerfile()
216 READ_NEXT_PAIR(v1, v2, i); in rtl88e_phy_config_rf_with_headerfile()
219 READ_NEXT_PAIR(v1, v2, i); in rtl88e_phy_config_rf_with_headerfile()
222 rtl8188e_config_rf_reg(adapt, v1, v2); in rtl88e_phy_config_rf_with_headerfile()
223 READ_NEXT_PAIR(v1, v2, i); in rtl88e_phy_config_rf_with_headerfile()
[all …]
Dbb_cfg.c165 u32 v1 = array[i]; in set_baseband_agc_config() local
168 if (v1 < 0xCDCDCDCD) { in set_baseband_agc_config()
169 phy_set_bb_reg(adapt, v1, bMaskDWord, v2); in set_baseband_agc_config()
400 u32 v1 = array[i]; in set_baseband_phy_config() local
403 if (v1 < 0xCDCDCDCD) in set_baseband_phy_config()
404 rtl_bb_delay(adapt, v1, v2); in set_baseband_phy_config()
584 u32 v1 = array[i]; in config_bb_with_pgheader() local
588 if (v1 < 0xCDCDCDCD) in config_bb_with_pgheader()
589 rtl_addr_delay(adapt, v1, v2, v3); in config_bb_with_pgheader()
/linux-4.4.14/Documentation/EDID/
Dedid.S47 #define mfgname2id(v1,v2,v3) \ argument
48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f))
49 #define swap16(v1) ((v1>>8)+((v1&0xff)<<8)) argument
50 #define msbs2(v1,v2) ((((v1>>8)&0x0f)<<4)+((v2>>8)&0x0f)) argument
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/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c36 u32 v1=0,v2=0,v3=0; in read_pmtmr() local
43 v1 = 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/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt167 compatible = "fsl,interlaken-lac-portal-v1.0";
173 compatible = "fsl,interlaken-lac-portal-v1.0";
179 compatible = "fsl,interlaken-lac-portal-v1.0";
185 compatible = "fsl,interlaken-lac-portal-v1.0";
191 compatible = "fsl,interlaken-lac-portal-v1.0";
197 compatible = "fsl,interlaken-lac-portal-v1.0";
203 compatible = "fsl,interlaken-lac-portal-v1.0";
209 compatible = "fsl,interlaken-lac-portal-v1.0";
215 compatible = "fsl,interlaken-lac-portal-v1.0";
221 compatible = "fsl,interlaken-lac-portal-v1.0";
[all …]
Draideng.txt11 - compatible: Should contain "fsl,raideng-v1.0" as the value
22 compatible = "fsl,raideng-v1.0";
33 - compatible: Should contain "fsl,raideng-v1.0-job-queue" as the value
42 compatible = "fsl,raideng-v1.0-job-queue";
51 - compatible: Must contain "fsl,raideng-v1.0-job-ring" as the value
53 "fsl,raideng-v1.0-hp-ring" or "fsl,raideng-v1.0-lp-ring"
70 compatible = "fsl,raideng-v1.0-job-queue";
75 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-hp-ring";
Dpamu.txt12 "fsl,pamu-v1.0". The second is "fsl,pamu".
18 PAMU v1.0, on an SOC that has five PAMU devices, the size
58 For PAMU v1.0, this size is 0x1000.
97 compatible = "fsl,pamu-v1.0", "fsl,pamu";
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.txt12 "qcom,msm-uartdm-v1.1"
13 "qcom,msm-uartdm-v1.2"
14 "qcom,msm-uartdm-v1.3"
15 "qcom,msm-uartdm-v1.4"
19 "qcom,msm-uartdm-v1.3" is the only compatible value that might
31 with UARTDM v1.3 and bellow.
34 with UARTDM v1.3 and bellow.
43 - A uartdm v1.4 device with dma capabilities.
46 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
55 - A uartdm v1.3 device without dma capabilities and part of a GSBI complex.
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_power7.S324 lvx v1,r0,r4
326 stvx v1,r0,r3
330 lvx v1,r0,r4
333 stvx v1,r0,r3
340 lvx v1,r4,r10
345 stvx v1,r3,r10
375 lvx v1,r4,r15
384 stvx v1,r3,r15
401 lvx v1,r4,r10
406 stvx v1,r3,r10
[all …]
Dcopyuser_power7.S391 err3; lvx v1,r0,r4
393 err3; stvx v1,r0,r3
397 err3; lvx v1,r0,r4
400 err3; stvx v1,r0,r3
407 err3; lvx v1,r4,r10
412 err3; stvx v1,r3,r10
442 err4; lvx v1,r4,r15
451 err4; stvx v1,r3,r15
468 err3; lvx v1,r4,r10
473 err3; stvx v1,r3,r10
[all …]
/linux-4.4.14/net/rxrpc/
Dar-key.c686 const struct rxrpc_key_data_v1 *v1; in rxrpc_preparse() local
721 if (prep->datalen < sizeof(*v1)) in rxrpc_preparse()
724 v1 = prep->data; in rxrpc_preparse()
725 if (prep->datalen != sizeof(*v1) + v1->ticket_length) in rxrpc_preparse()
728 _debug("SCIX: %u", v1->security_index); in rxrpc_preparse()
729 _debug("TLEN: %u", v1->ticket_length); in rxrpc_preparse()
730 _debug("EXPY: %x", v1->expiry); in rxrpc_preparse()
731 _debug("KVNO: %u", v1->kvno); in rxrpc_preparse()
733 v1->session_key[0], v1->session_key[1], in rxrpc_preparse()
734 v1->session_key[2], v1->session_key[3], in rxrpc_preparse()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datombios_encoders.c566 DIG_ENCODER_CONTROL_PS_ALLOCATION v1; member
611 args.v1.ucAction = action; in amdgpu_atombios_encoder_setup_dig_encoder()
612 args.v1.usPixelClock = cpu_to_le16(amdgpu_encoder->pixel_clock / 10); in amdgpu_atombios_encoder_setup_dig_encoder()
616 args.v1.ucEncoderMode = amdgpu_atombios_encoder_get_encoder_mode(encoder); in amdgpu_atombios_encoder_setup_dig_encoder()
618 if (ENCODER_MODE_IS_DP(args.v1.ucEncoderMode)) in amdgpu_atombios_encoder_setup_dig_encoder()
619 args.v1.ucLaneNum = dp_lane_count; in amdgpu_atombios_encoder_setup_dig_encoder()
621 args.v1.ucLaneNum = 8; in amdgpu_atombios_encoder_setup_dig_encoder()
623 args.v1.ucLaneNum = 4; in amdgpu_atombios_encoder_setup_dig_encoder()
625 if (ENCODER_MODE_IS_DP(args.v1.ucEncoderMode) && (dp_clock == 270000)) in amdgpu_atombios_encoder_setup_dig_encoder()
626 args.v1.ucConfig |= ATOM_ENCODER_CONFIG_DPLINKRATE_2_70GHZ; in amdgpu_atombios_encoder_setup_dig_encoder()
[all …]
Datombios_crtc.c235 ENABLE_SPREAD_SPECTRUM_ON_PPLL_PS_ALLOCATION v1; member
300 ADJUST_DISPLAY_PLL_PS_ALLOCATION v1; member
390 args.v1.usPixelClock = cpu_to_le16(clock / 10); in amdgpu_atombios_crtc_adjust_pll()
391 args.v1.ucTransmitterID = amdgpu_encoder->encoder_id; in amdgpu_atombios_crtc_adjust_pll()
392 args.v1.ucEncodeMode = encoder_mode; in amdgpu_atombios_crtc_adjust_pll()
394 args.v1.ucConfig |= in amdgpu_atombios_crtc_adjust_pll()
399 adjusted_clock = le16_to_cpu(args.v1.usPixelClock) * 10; in amdgpu_atombios_crtc_adjust_pll()
459 PIXEL_CLOCK_PARAMETERS v1; member
557 args.v1.usPixelClock = cpu_to_le16(clock / 10); in amdgpu_atombios_crtc_program_pll()
558 args.v1.usRefDiv = cpu_to_le16(ref_div); in amdgpu_atombios_crtc_program_pll()
[all …]
Damdgpu_atombios.c810 struct _ATOM_ASIC_SS_ASSIGNMENT v1; member
850 if ((ss_assign->v1.ucClockIndication == id) && in amdgpu_atombios_get_asic_ss_info()
851 (clock <= le32_to_cpu(ss_assign->v1.ulTargetClockRange))) { in amdgpu_atombios_get_asic_ss_info()
853 le16_to_cpu(ss_assign->v1.usSpreadSpectrumPercentage); in amdgpu_atombios_get_asic_ss_info()
854 ss->type = ss_assign->v1.ucSpreadSpectrumMode; in amdgpu_atombios_get_asic_ss_info()
855 ss->rate = le16_to_cpu(ss_assign->v1.usSpreadRateInKhz); in amdgpu_atombios_get_asic_ss_info()
922 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS v1; member
1094 struct _SET_VOLTAGE_PARAMETERS v1; member
1116 args.v1.ucVoltageType = voltage_type; in amdgpu_atombios_set_voltage()
1117 args.v1.ucVoltageMode = SET_ASIC_VOLTAGE_MODE_ALL_SOURCE; in amdgpu_atombios_set_voltage()
[all …]
/linux-4.4.14/drivers/firmware/google/
Dmemconsole.c34 } __packed v1; member
77 hdr->v1.buffer_addr, hdr->v1.start, in found_v1_header()
78 hdr->v1.end, hdr->v1.num_chars); in found_v1_header()
80 memconsole_length = hdr->v1.num_chars; in found_v1_header()
81 memconsole_baseaddr = hdr->v1.buffer_addr; in found_v1_header()
/linux-4.4.14/arch/ia64/include/asm/sn/
Dsn_sal.h186 ret_stuff.v1 = 0; in ia64_sn_get_console_nasid()
208 ret_stuff.v1 = 0; in ia64_sn_get_master_baseio_nasid()
226 ret_stuff.v1 = 0; in ia64_sn_get_klconfig_addr()
242 ret_stuff.v1 = 0; in ia64_sn_console_getc()
264 ret_stuff.v1 = 0; in ia64_sn_console_readc()
282 ret_stuff.v1 = 0; in ia64_sn_console_putc()
299 ret_stuff.v1 = 0; in ia64_sn_console_putb()
319 ret_stuff.v1 = 0; in ia64_sn_plat_specific_err_print()
336 ret_stuff.v1 = 0; in ia64_sn_plat_cpei_handler()
353 ret_stuff.v1 = 0; in ia64_sn_plat_set_error_handling_features()
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dqcom-ipq8064.dtsi1 /dts-v1/;
19 enable-method = "qcom,kpss-acc-v1";
29 enable-method = "qcom,kpss-acc-v1";
128 compatible = "qcom,kpss-acc-v1";
133 compatible = "qcom,kpss-acc-v1";
150 compatible = "qcom,gsbi-v1.0.0";
163 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
173 compatible = "qcom,i2c-qup-v1.1.1";
188 compatible = "qcom,gsbi-v1.0.0";
201 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
[all …]
Dqcom-apq8064.dtsi1 /dts-v1/;
20 enable-method = "qcom,kpss-acc-v1";
31 enable-method = "qcom,kpss-acc-v1";
42 enable-method = "qcom,kpss-acc-v1";
53 enable-method = "qcom,kpss-acc-v1";
179 compatible = "qcom,kpss-acc-v1";
184 compatible = "qcom,kpss-acc-v1";
189 compatible = "qcom,kpss-acc-v1";
194 compatible = "qcom,kpss-acc-v1";
199 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
[all …]
Dqcom-msm8960.dtsi1 /dts-v1/;
22 enable-method = "qcom,kpss-acc-v1";
32 enable-method = "qcom,kpss-acc-v1";
127 compatible = "qcom,kpss-acc-v1";
132 compatible = "qcom,kpss-acc-v1";
149 compatible = "qcom,gsbi-v1.0.0";
161 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
276 compatible = "qcom,gsbi-v1.0.0";
286 compatible = "qcom,spi-qup-v1.1.1";
Dsun8i-a33-ga10h-v1.1.dts43 /dts-v1/;
52 model = "Allwinner GA10H Quad Core Tablet (v1.1)";
53 compatible = "allwinner,ga10h-v1.1", "allwinner,sun8i-a33";
Dqcom-msm8660.dtsi1 /dts-v1/;
90 compatible = "qcom,gsbi-v1.0.0";
102 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
Domap2420-n800.dts1 /dts-v1/;
Domap2420-n810-wimax.dts1 /dts-v1/;
Domap2420-n810.dts1 /dts-v1/;
Dbcm2835-rpi-b.dts1 /dts-v1/;
Dkirkwood-lsxhl.dts1 /dts-v1/;
Dkirkwood-lschlv2.dts1 /dts-v1/;
Dalphascale-asm9260-devkit.dts7 /dts-v1/;
Dbcm2835-rpi-b-rev2.dts1 /dts-v1/;
Dusb_a9g20.dts8 /dts-v1/;
Dkirkwood-km_fixedeth.dts1 /dts-v1/;
Dtny_a9260.dts8 /dts-v1/;
Dtny_a9g20.dts8 /dts-v1/;
Dkirkwood-km_kirkwood.dts1 /dts-v1/;
Dwm8750-apc8750.dts10 /dts-v1/;
Dbcm2835-rpi-a-plus.dts1 /dts-v1/;
Dbcm2835-rpi-b-plus.dts1 /dts-v1/;
Dbcm963138dvt.dts5 /dts-v1/;
Dat91sam9g20ek.dts8 /dts-v1/;
Dimx6dl-sabreauto.dts9 /dts-v1/;
Dzx296702-ad1.dts2 /dts-v1/;
Dimx6dl-sabresd.dts9 /dts-v1/;
Domap3-devkit8000.dts8 /dts-v1/;
Dkirkwood-ns2lite.dts1 /dts-v1/;
Dstih416-b2000.dts9 /dts-v1/;
Domap4-panda.dts8 /dts-v1/;
Ddm8148-evm.dts6 /dts-v1/;
Dstih415-b2020.dts9 /dts-v1/;
Dat91sam9x25ek.dts9 /dts-v1/;
Dstih415-b2000.dts9 /dts-v1/;
Dam335x-wega-rdk.dts10 /dts-v1/;
Dimx6dl-udoo.dts11 /dts-v1/;
Dwm8650-mid.dts9 /dts-v1/;
Dimx6q-udoo.dts11 /dts-v1/;
Dam3517_mt_ventoux.dts8 /dts-v1/;
Domap3-evm.dts8 /dts-v1/;
Dvt8500-bv07.dts9 /dts-v1/;
Dprima2-evb.dts9 /dts-v1/;
Ddove-dove-db.dts1 /dts-v1/;
Ddm8148-t410.dts6 /dts-v1/;
Dwm8505-ref.dts9 /dts-v1/;
Dusb_a9260.dts8 /dts-v1/;
Dimx6dl-wandboard.dts11 /dts-v1/;
Dkirkwood-ns2.dts1 /dts-v1/;
Dimx6q-wandboard-revb1.dts11 /dts-v1/;
Dimx6q-wandboard.dts11 /dts-v1/;
Dkirkwood-is2.dts1 /dts-v1/;
Dimx6dl-wandboard-revb1.dts11 /dts-v1/;
Dbcm7445-bcm97445svmb.dts1 /dts-v1/;
Dat91sam9g15ek.dts9 /dts-v1/;
Domap3-overo-tobi.dts13 /dts-v1/;
Dam335x-bone.dts8 /dts-v1/;
Domap3-overo-alto35.dts13 /dts-v1/;
Dimx6dl-gw54xx.dts12 /dts-v1/;
Dvf610-colibri-eval-v3.dts10 /dts-v1/;
Dimx6dl-gw51xx.dts12 /dts-v1/;
Domap3-overo-tobiduo.dts13 /dts-v1/;
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h263 #define LASSERT_ATOMIC_GT_LT(a, v1, v2) \ argument
266 LASSERTF(__v > v1 && __v < v2, "value: %d\n", __v); \
270 #define LASSERT_ATOMIC_GT_LE(a, v1, v2) \ argument
273 LASSERTF(__v > v1 && __v <= v2, "value: %d\n", __v); \
277 #define LASSERT_ATOMIC_GE_LT(a, v1, v2) \ argument
280 LASSERTF(__v >= v1 && __v < v2, "value: %d\n", __v); \
284 #define LASSERT_ATOMIC_GE_LE(a, v1, v2) \ argument
287 LASSERTF(__v >= v1 && __v <= v2, "value: %d\n", __v); \
298 #define LASSERT_ATOMIC_GT_LT(a, v1, v2) do {} while (0) argument
299 #define LASSERT_ATOMIC_GT_LE(a, v1, v2) do {} while (0) argument
[all …]
/linux-4.4.14/arch/mips/lib/
Dcsum_partial.S62 sltu v1, sum, reg; \
63 ADD sum, v1; \
70 sltu v1, sum, reg; \
71 addu sum, v1; \
272 dsll32 v1, sum, 0
273 daddu sum, v1
274 sltu v1, sum, v1
276 addu sum, v1
283 wsbh v1, sum
284 movn sum, v1, t7
[all …]
Dstrncpy_user.S39 move v1, a1
41 1: EX(lbu, v0, (v1), .Lfault\@)
43 1: EX(lbue, v0, (v1), .Lfault\@)
45 PTR_ADDIU v1, 1
Dstrlen_user.S33 1: EX(lbu, v1, (v0), .Lfault\@)
35 1: EX(lbue, v1, (v0), .Lfault\@)
38 bnez v1, 1b
/linux-4.4.14/drivers/gpu/drm/radeon/
Datombios_encoders.c553 LVDS_ENCODER_CONTROL_PS_ALLOCATION v1; member
601 args.v1.ucMisc = 0; in atombios_digital_setup()
602 args.v1.ucAction = action; in atombios_digital_setup()
604 args.v1.ucMisc |= PANEL_ENCODER_MISC_HDMI_TYPE; in atombios_digital_setup()
605 args.v1.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10); in atombios_digital_setup()
608 args.v1.ucMisc |= PANEL_ENCODER_MISC_DUAL; in atombios_digital_setup()
610 args.v1.ucMisc |= ATOM_PANEL_MISC_888RGB; in atombios_digital_setup()
613 args.v1.ucMisc |= PANEL_ENCODER_MISC_TMDS_LINKB; in atombios_digital_setup()
615 args.v1.ucMisc |= PANEL_ENCODER_MISC_DUAL; in atombios_digital_setup()
617 args.v1.ucMisc |= ATOM_PANEL_MISC_888RGB; in atombios_digital_setup()
[all …]
Datombios_dp.c83 PROCESS_AUX_CHANNEL_TRANSACTION_PS_ALLOCATION v1; member
109 args.v1.lpAuxRequest = cpu_to_le16((u16)(0 + 4)); in radeon_process_aux_ch()
110 args.v1.lpDataOut = cpu_to_le16((u16)(16 + 4)); in radeon_process_aux_ch()
111 args.v1.ucDataOutLen = 0; in radeon_process_aux_ch()
112 args.v1.ucChannelID = chan->rec.i2c_id; in radeon_process_aux_ch()
113 args.v1.ucDelay = delay / 10; in radeon_process_aux_ch()
119 *ack = args.v1.ucReplyStatus; in radeon_process_aux_ch()
122 if (args.v1.ucReplyStatus == 1) { in radeon_process_aux_ch()
129 if (args.v1.ucReplyStatus == 2) { in radeon_process_aux_ch()
136 if (args.v1.ucReplyStatus == 3) { in radeon_process_aux_ch()
[all …]
Datombios_crtc.c433 ENABLE_SPREAD_SPECTRUM_ON_PPLL_PS_ALLOCATION v1; member
514 args.v1.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss()
515 args.v1.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK; in atombios_crtc_program_ss()
516 args.v1.ucSpreadSpectrumStep = ss->step; in atombios_crtc_program_ss()
517 args.v1.ucSpreadSpectrumDelay = ss->delay; in atombios_crtc_program_ss()
518 args.v1.ucSpreadSpectrumRange = ss->range; in atombios_crtc_program_ss()
519 args.v1.ucPpll = pll_id; in atombios_crtc_program_ss()
520 args.v1.ucEnable = enable; in atombios_crtc_program_ss()
548 ADJUST_DISPLAY_PLL_PS_ALLOCATION v1; member
686 args.v1.usPixelClock = cpu_to_le16(clock / 10); in atombios_adjust_pll()
[all …]
/linux-4.4.14/drivers/clocksource/
Dacpi_pm.c43 u32 v1 = 0, v2 = 0, v3 = 0; in acpi_pm_read_verified() local
52 v1 = 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
63 v1 = 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
77 v1 = 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
64 v1 = 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()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Doffloading.c92 struct iwl_proto_offload_cmd_v1 v1; in iwl_mvm_send_proto_offload() member
178 memcpy(cmd.v1.ndp_mac_addr, vif->addr, ETH_ALEN); in iwl_mvm_send_proto_offload()
181 BUILD_BUG_ON(sizeof(cmd.v1.target_ipv6_addr[0]) != in iwl_mvm_send_proto_offload()
186 memcpy(cmd.v1.target_ipv6_addr[i], in iwl_mvm_send_proto_offload()
188 sizeof(cmd.v1.target_ipv6_addr[i])); in iwl_mvm_send_proto_offload()
202 common = &cmd.v1.common; in iwl_mvm_send_proto_offload()
203 size = sizeof(cmd.v1); in iwl_mvm_send_proto_offload()
/linux-4.4.14/include/linux/
Dfixp-arith.h127 s32 v1, v2, dx, dy; in fixp_sin32_rad() local
139 v1 = __fixp_sin32(degrees); in fixp_sin32_rad()
144 dy = v2 - v1; in fixp_sin32_rad()
148 return v1 + div_s64(tmp, dx); in fixp_sin32_rad()
Datomic.h503 int v, v1; in atomic_inc_unless_negative() local
504 for (v = 0; v >= 0; v = v1) { in atomic_inc_unless_negative()
505 v1 = atomic_cmpxchg(p, v, v + 1); in atomic_inc_unless_negative()
506 if (likely(v1 == v)) in atomic_inc_unless_negative()
516 int v, v1; in atomic_dec_unless_positive() local
517 for (v = 0; v <= 0; v = v1) { in atomic_dec_unless_positive()
518 v1 = atomic_cmpxchg(p, v, v - 1); in atomic_dec_unless_positive()
519 if (likely(v1 == v)) in atomic_dec_unless_positive()
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h42 dli v1, ~(7 << 7)
43 and v0, v0, v1
46 mfc0 v1, CP0_PRID_REG
47 and t1, v1, 0xfff8
50 and t1, v1, 0xfff8
53 and t1, v1, 0xfff8
56 and t1, v1, 0xff00
59 and t1, v1, 0x00ff
/linux-4.4.14/arch/um/drivers/
Dcow_user.c112 struct cow_header_v1 v1; member
295 if (n < offsetof(typeof(header->v1), backing_file)) { in read_cow_header()
300 magic = header->v1.magic; in read_cow_header()
302 version = header->v1.version; in read_cow_header()
304 version = be32toh(header->v1.version); in read_cow_header()
311 if (n < sizeof(header->v1)) { in read_cow_header()
316 *mtime_out = header->v1.mtime; in read_cow_header()
317 *size_out = header->v1.size; in read_cow_header()
318 *sectorsize_out = header->v1.sectorsize; in read_cow_header()
319 *bitmap_offset_out = sizeof(header->v1); in read_cow_header()
[all …]
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h781 u64 v1; member
890 features_status->pal_bus_features_val = iprv.v1; in ia64_pal_bus_get_features()
916 conf->pcci_info_2.pcci2_data = iprv.v1; in ia64_pal_cache_config_info()
935 prot->pcp_info[2].pcpi_data = iprv.v1 & 0xffffffff; in ia64_pal_cache_prot_info()
936 prot->pcp_info[3].pcpi_data = iprv.v1 >> 32; in ia64_pal_cache_prot_info()
954 *progress = iprv.v1; in ia64_pal_cache_flush()
1000 *unique_caches = iprv.v1; in ia64_pal_cache_summary()
1025 *buffer_align = iprv.v1; in ia64_pal_copy_info()
1049 *data_regs = iprv.v1; in ia64_pal_debug_info()
1099 *(u64 *)bus_ratio = iprv.v1; in ia64_pal_freq_ratios()
[all …]
/linux-4.4.14/arch/mips/kvm/
Dlocore.S100 mfhi v1
101 LONG_S v1, PT_HI(k1)
108 mfc0 v1, CP0_ENTRYHI
109 andi v1, 0xff
110 LONG_S v1, PT_HOST_ASID(k1)
113 mfc0 v1, CP0_DDATA_LO
114 LONG_S v1, PT_HOST_USERLOCAL(k1)
357 and v1, v0, ST0_CU1
358 beqz v1, 1f
458 mfc0 v1, CP0_STATUS
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dqcom_bam_dma.txt5 * "qcom,bam-v1.4.0" for MSM8974, APQ8074 and APQ8084
6 * "qcom,bam-v1.3.0" for APQ8064, IPQ8064 and MSM8960
7 * "qcom,bam-v1.7.0" for MSM8916
20 compatible = "qcom,bam-v1.4.0";
/linux-4.4.14/Documentation/arm/sunxi/
DREADME20 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf
22 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf
26 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf
30 http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf
32 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Drootnv50.c73 struct nv50_disp_mthd_v1 v1; in nv50_disp_root_mthd_() member
93 if (nvif_unpack(args->v1, 1, 1, true)) { in nv50_disp_root_mthd_()
96 args->v1.version, args->v1.method, in nv50_disp_root_mthd_()
97 args->v1.hasht, args->v1.hashm); in nv50_disp_root_mthd_()
98 mthd = args->v1.method; in nv50_disp_root_mthd_()
99 type = args->v1.hasht; in nv50_disp_root_mthd_()
100 mask = args->v1.hashm; in nv50_disp_root_mthd_()
/linux-4.4.14/net/netfilter/
Dxt_string.c31 invert = conf->u.v1.flags & XT_STRING_FLAG_INVERT; in string_mt()
53 if (conf->u.v1.flags & in string_mt_check()
56 if (conf->u.v1.flags & XT_STRING_FLAG_IGNORECASE) in string_mt_check()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c40 #define READ_NEXT_PAIR(array_table, v1, v2, i) \ argument
43 v1 = array_table[i]; \
1708 u32 i, v1, v2; in _rtl8821ae_phy_config_mac_with_headerfile() local
1723 v1 = ptrarray[i]; in _rtl8821ae_phy_config_mac_with_headerfile()
1725 if (v1 < 0xCDCDCDCD) { in _rtl8821ae_phy_config_mac_with_headerfile()
1726 rtl_write_byte(rtlpriv, v1, (u8)v2); in _rtl8821ae_phy_config_mac_with_headerfile()
1729 if (!_rtl8821ae_check_condition(hw, v1)) { in _rtl8821ae_phy_config_mac_with_headerfile()
1731 READ_NEXT_PAIR(ptrarray, v1, v2, i); in _rtl8821ae_phy_config_mac_with_headerfile()
1735 READ_NEXT_PAIR(ptrarray, v1, v2, i); in _rtl8821ae_phy_config_mac_with_headerfile()
1739 READ_NEXT_PAIR(ptrarray, v1, v2, i); in _rtl8821ae_phy_config_mac_with_headerfile()
[all …]
/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
4330 v1 = 0x44; v2 = 0x42; in sisfb_post_sis300()
4333 v1 = 0x68; v2 = 0x43; /* Assume 125Mhz MCLK */ in sisfb_post_sis300()
4338 v1 = bios[rindex++]; in sisfb_post_sis300()
4347 SiS_SetReg(SISSR, 0x28, v1); in sisfb_post_sis300()
4354 v1 = 0x10; in sisfb_post_sis300()
4356 v1 = bios[0xa4]; in sisfb_post_sis300()
4357 SiS_SetReg(SISSR, 0x07, v1); /* DAC speed */ in sisfb_post_sis300()
4361 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a; in sisfb_post_sis300()
4365 v1 = bios[memtype]; in sisfb_post_sis300()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c418 #define READ_NEXT_PAIR(v1, v2, i) \ argument
420 i += 2; v1 = array_table[i]; \
427 u32 v1; in handle_branch1() local
432 v1 = array_table[i]; in handle_branch1()
434 if (v1 < 0xcdcdcdcd) { in handle_branch1()
435 _rtl8188e_config_bb_reg(hw, v1, v2); in handle_branch1()
443 READ_NEXT_PAIR(v1, v2, i); in handle_branch1()
447 READ_NEXT_PAIR(v1, v2, i); in handle_branch1()
452 READ_NEXT_PAIR(v1, v2, i); in handle_branch1()
456 _rtl8188e_config_bb_reg(hw, v1, v2); in handle_branch1()
[all …]
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/
Dhip05_hns.dtsi27 compatible = "hisilicon,hns-dsaf-v1";
129 compatible = "hisilicon,hns-nic-v1";
137 compatible = "hisilicon,hns-nic-v1";
144 compatible = "hisilicon,hns-nic-v1";
152 compatible = "hisilicon,hns-nic-v1";
160 compatible = "hisilicon,hns-nic-v1";
168 compatible = "hisilicon,hns-nic-v1";
176 compatible = "hisilicon,hns-nic-v1";
184 compatible = "hisilicon,hns-nic-v1";
Dhi6220-hikey.dts8 /dts-v1/;
/linux-4.4.14/drivers/char/
Dsonypi.c651 u8 v1, v2; in sonypi_call1() local
655 v1 = inb_p(sonypi_device.ioport2); in sonypi_call1()
662 u8 v1; in sonypi_call2() local
668 v1 = inb_p(sonypi_device.ioport1); in sonypi_call2()
669 return v1; in sonypi_call2()
674 u8 v1; in sonypi_call3() local
682 v1 = inb_p(sonypi_device.ioport1); in sonypi_call3()
683 return v1; in sonypi_call3()
690 u8 v1, v2;
694 v1 = sonypi_call2(0x8f, fn);
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c697 #define READ_NEXT_PAIR(v1, v2, i) \ argument
700 v1 = array[i]; \
711 u32 v1 = 0, v2 = 0; in phy_config_bb_with_hdr_file() local
718 v1 = array[i]; in phy_config_bb_with_hdr_file()
720 if (v1 < 0xcdcdcdcd) { in phy_config_bb_with_hdr_file()
721 _rtl92ee_config_bb_reg(hw, v1, v2); in phy_config_bb_with_hdr_file()
729 READ_NEXT_PAIR(v1, v2, i); in phy_config_bb_with_hdr_file()
733 READ_NEXT_PAIR(v1, v2, i); in phy_config_bb_with_hdr_file()
740 READ_NEXT_PAIR(v1, v2, i); in phy_config_bb_with_hdr_file()
744 _rtl92ee_config_bb_reg(hw, v1, in phy_config_bb_with_hdr_file()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c516 #define READ_NEXT_PAIR(v1, v2, i) \ in _rtl8723be_phy_config_bb_with_headerfile() argument
519 v1 = array_table[i];\ in _rtl8723be_phy_config_bb_with_headerfile()
527 u32 v1 = 0, v2 = 0; in _rtl8723be_phy_config_bb_with_headerfile() local
534 v1 = array_table[i]; in _rtl8723be_phy_config_bb_with_headerfile()
536 if (v1 < 0xcdcdcdcd) { in _rtl8723be_phy_config_bb_with_headerfile()
537 _rtl8723be_config_bb_reg(hw, v1, v2); in _rtl8723be_phy_config_bb_with_headerfile()
548 READ_NEXT_PAIR(v1, v2, i); in _rtl8723be_phy_config_bb_with_headerfile()
553 READ_NEXT_PAIR(v1, v2, i); in _rtl8723be_phy_config_bb_with_headerfile()
560 READ_NEXT_PAIR(v1, v2, i); in _rtl8723be_phy_config_bb_with_headerfile()
566 v1, v2); in _rtl8723be_phy_config_bb_with_headerfile()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt9 - compatible: Should contain "qcom,gsbi-v1.0.0"
44 compatible = "qcom,gsbi-v1.0.0";
60 compatible = "qcom,i2c-qup-v1.1.1";
75 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
/linux-4.4.14/arch/ia64/kernel/
Dpatch.c46 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local
54 v1 = val << (shift - 64); in ia64_patch()
57 v0 = val << shift; v1 = val >> (64 - shift); in ia64_patch()
60 b[1] = (b1 & ~m1) | (v1 & m1); in ia64_patch()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dhisilicon-hns-nic.txt4 - compatible: "hisilicon,hns-nic-v1" or "hisilicon,hns-nic-v2".
5 "hisilicon,hns-nic-v1" is for hip05.
43 compatible = "hisilicon,hns-nic-v1";
Dhisilicon-hns-dsaf.txt4 - compatible: should be "hisilicon,hns-dsaf-v1" or "hisilicon,hns-dsaf-v2".
5 "hisilicon,hns-dsaf-v1" is for hip05.
30 compatible = "hisilicon,hns-dsaf-v1";
Dbrcm,systemport.txt4 - compatible: should be one of "brcm,systemport-v1.00" or "brcm,systemport"
23 compatible = "brcm,systemport-v1.00";
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c120 u64 v1, v2; in gelic_card_set_link_mode() local
124 GELIC_LV1_PHY_ETHERNET_0, mode, 0, &v1, &v2); in gelic_card_set_link_mode()
1326 u64 v1, v2; in gelic_net_set_wol() local
1341 &v1, &v2); in gelic_net_set_wol()
1352 &v1, &v2); in gelic_net_set_wol()
1365 &v1, &v2); in gelic_net_set_wol()
1376 &v1, &v2); in gelic_net_set_wol()
1487 u64 v1, v2; in gelic_net_setup_netdev() local
1497 0, 0, 0, &v1, &v2); in gelic_net_setup_netdev()
1498 v1 <<= 16; in gelic_net_setup_netdev()
[all …]
/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()
82 v1 += map[i + 1] + (v0 >> 8); in adfs_calczonecheck()
84 v2 += map[i + 2] + (v1 >> 8); in adfs_calczonecheck()
85 v1 &= 0xff; in adfs_calczonecheck()
90 v1 += map[1] + (v0 >> 8); in adfs_calczonecheck()
91 v2 += map[2] + (v1 >> 8); in adfs_calczonecheck()
94 return v0 ^ v1 ^ v2 ^ v3; in adfs_calczonecheck()
/linux-4.4.14/sound/isa/gus/
Dgus_volume.c139 short *vi1, *vi2, pcents, v1;
143 v1 = *(vi1 + 1);
153 depth = (((int) (*(vi2 + 1) - *vi1) * (pcents - *vi1) / (*vi2 - *vi1)) + v1) * fc_register >> 14;
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h622 u32 v1 = sw_tag & ((1 << shift) - 1); in cxgbi_set_non_ddp_tag() local
625 return v2 | v1 | 1 << shift; in cxgbi_set_non_ddp_tag()
637 u32 v1 = sw_tag & mask; in cxgbi_ddp_tag_base() local
642 return v2 | v1; in cxgbi_ddp_tag_base()
661 u32 v1, v2; in cxgbi_tag_nonrsvd_bits() local
664 v1 = tag & ((1 << tformat->rsvd_shift) - 1); in cxgbi_tag_nonrsvd_bits()
669 v1 = tag & mask; in cxgbi_tag_nonrsvd_bits()
672 return v1 | v2; in cxgbi_tag_nonrsvd_bits()
/linux-4.4.14/arch/arm/mach-pxa/
Dviper.c120 u8 v1, v2; in viper_hw_version() local
126 v1 = VIPER_VERSION; in viper_hw_version()
130 v1 = (v1 != v2 || v1 == 0xff) ? 0 : v1; in viper_hw_version()
133 return v1; in viper_hw_version()
/linux-4.4.14/drivers/hwmon/
Dmax1111.c55 uint8_t v1, v2; in max1111_read() local
72 v1 = data->rx_buf[0]; in max1111_read()
77 if ((v1 & 0xc0) || (v2 & 0x3f)) in max1111_read()
80 return (v1 << 2) | (v2 >> 6); in max1111_read()
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt59 * 08-08-01 01.02.01 Original release for v1.2 work.
77 * 05-11-04 01.03.01 Bumped MPI_VERSION_MINOR for MPI v1.3.
130 * 08-08-01 01.02.01 Original release for v1.2 work.
151 * 05-11-04 01.03.01 Original release for MPI v1.3.
276 * 08-08-01 01.02.01 Original release for v1.2 work.
538 * 08-08-01 01.02.01 Original release for v1.2 work.
549 * 05-11-04 01.03.01 Original release for MPI v1.3.
588 * 08-08-01 01.02.01 Original release for v1.2 work.
605 * 05-11-04 01.03.01 Original release for MPI v1.3.
639 * 08-08-01 01.02.01 Original release for v1.2 work.
[all …]
/linux-4.4.14/arch/x86/platform/uv/
Dbios_uv.c90 u64 v0, v1; in uv_bios_get_sn_info() local
94 (u64)(&v0), (u64)(&v1), 0, 0); in uv_bios_get_sn_info()
108 *ssn = v1; in uv_bios_get_sn_info()
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dxgene-pci-msi.txt1 * AppliedMicro X-Gene v1 PCIe MSI controller
6 X-Gene v1 PCIe MSI controller block.
7 - msi-controller: indicates that this is X-Gene v1 PCIe MSI controller node
/linux-4.4.14/drivers/isdn/hisax/
Disac.c189 u_char exval, v1; in isac_interrupt() local
310 v1 = cs->readisac(cs, ISAC_MOSR); in isac_interrupt()
312 debugl1(cs, "ISAC MOSR %02x", v1); in isac_interrupt()
314 if (v1 & 0x08) { in isac_interrupt()
344 if (v1 & 0x80) { in isac_interrupt()
372 if (v1 & 0x04) { in isac_interrupt()
379 if (v1 & 0x40) { in isac_interrupt()
386 if (v1 & 0x02) { in isac_interrupt()
389 !(v1 & 0x08))) { in isac_interrupt()
409 if (v1 & 0x20) { in isac_interrupt()
[all …]
Dicc.c186 u_char exval, v1; in icc_interrupt() local
307 v1 = cs->readisac(cs, ICC_MOSR); in icc_interrupt()
309 debugl1(cs, "ICC MOSR %02x", v1); in icc_interrupt()
311 if (v1 & 0x08) { in icc_interrupt()
341 if (v1 & 0x80) { in icc_interrupt()
369 if (v1 & 0x04) { in icc_interrupt()
376 if (v1 & 0x40) { in icc_interrupt()
383 if (v1 & 0x02) { in icc_interrupt()
386 !(v1 & 0x08))) { in icc_interrupt()
406 if (v1 & 0x20) { in icc_interrupt()
[all …]
Dw6692.c405 u_char val, exval, v1; in W6692_interrupt() local
512 v1 = cs->readW6692(cs, W_MOSR); in W6692_interrupt()
513 debugl1(cs, "W6692 MOSR %02x", v1); in W6692_interrupt()
516 v1 = cs->readW6692(cs, W_CIR); in W6692_interrupt()
518 debugl1(cs, "W6692 ISC CIR=0x%02X", v1); in W6692_interrupt()
519 if (v1 & W_CIR_ICC) { in W6692_interrupt()
520 cs->dc.w6692.ph_state = v1 & W_CIR_COD_MASK; in W6692_interrupt()
525 if (v1 & W_CIR_SCC) { in W6692_interrupt()
526 v1 = cs->readW6692(cs, W_SQR); in W6692_interrupt()
527 debugl1(cs, "W6692 SCC SQR=0x%02X", v1); in W6692_interrupt()
/linux-4.4.14/Documentation/networking/
Dskfp.txt178 v1.05 (991023)
182 v1.04 (990427)
188 v1.03 (990325)
192 v1.02 (990310)
197 v1.01 (980812)
202 v1.00 beta 01 (980507)
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp_phy.c70 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1) in msm_edp_phy_vm_pe_cfg() argument
73 edp_write(phy->base + REG_EDP_PHY_GLB_VM_CFG1, v1); in msm_edp_phy_vm_pe_cfg()
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Dqcom,i2c-qup.txt5 * "qcom,i2c-qup-v1.1.1" for 8660, 8960 and 8064.
6 * "qcom,i2c-qup-v2.1.1" for 8974 v1.
/linux-4.4.14/drivers/net/wireless/p54/
Dfwio.c242 eeprom_hdr->v1.offset = cpu_to_le16(offset); in p54_download_eeprom()
243 eeprom_hdr->v1.len = cpu_to_le16(len); in p54_download_eeprom()
367 setup->v1.basic_rate_mask = cpu_to_le32(priv->basic_rate_mask); in p54_setup_mac()
368 memset(setup->v1.rts_rates, 0, 8); in p54_setup_mac()
369 setup->v1.rx_addr = cpu_to_le32(priv->rx_end); in p54_setup_mac()
370 setup->v1.max_rx = cpu_to_le16(priv->rx_mtu); in p54_setup_mac()
371 setup->v1.rxhw = cpu_to_le16(priv->rxhw); in p54_setup_mac()
372 setup->v1.wakeup_timer = cpu_to_le16(priv->wakeup_timer); in p54_setup_mac()
373 setup->v1.unalloc0 = cpu_to_le16(0); in p54_setup_mac()
/linux-4.4.14/arch/mips/boot/dts/qca/
Dar9132_tl_wr1043nd_v1.dts1 /dts-v1/;
9 compatible = "tplink,tl-wr1043nd-v1", "qca,ar9132";
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c101 } *v1; member
258 test_payload((uint8_t *) ppd.raw + ppd.v1->tp_h.tp_mac, in walk_v1_v2_rx()
259 ppd.v1->tp_h.tp_snaplen); in walk_v1_v2_rx()
260 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_v1_v2_rx()
398 ppd.v1->tp_h.tp_snaplen = packet_len; in walk_v1_v2_tx()
399 ppd.v1->tp_h.tp_len = packet_len; in walk_v1_v2_tx()
404 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_v1_v2_tx()
/linux-4.4.14/kernel/
Dkcmp.c45 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) in kcmp_ptr() argument
49 t1 = kptr_obfuscate((long)v1, type); in kcmp_ptr()
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmax8907.txt8 - in-v1-supply: The input supply for SD1.
40 in-v1-supply = <&mbatt_reg>;
/linux-4.4.14/Documentation/hwmon/
Dibmaem22 will be exported as platform devices; this driver can talk to both v1 and v2
25 The v1 AEM interface has a simple set of features to monitor energy use. There
/linux-4.4.14/arch/mips/boot/dts/ingenic/
Dqi_lb60.dts1 /dts-v1/;
Dci20.dts1 /dts-v1/;
/linux-4.4.14/arch/xtensa/boot/dts/
Dlx60.dts1 /dts-v1/;
Dml605.dts1 /dts-v1/;
Dlx200mx.dts1 /dts-v1/;
Dkc705.dts1 /dts-v1/;
Dkc705_nommu.dts1 /dts-v1/;
/linux-4.4.14/drivers/xen/
Dgrant-table.c73 struct grant_entry_v1 *v1; member
226 gnttab_shared.v1[ref].domid = domid; in gnttab_update_entry_v1()
227 gnttab_shared.v1[ref].frame = frame; in gnttab_update_entry_v1()
229 gnttab_shared.v1[ref].flags = flags; in gnttab_update_entry_v1()
260 return gnttab_shared.v1[ref].flags & (GTF_reading|GTF_writing); in gnttab_query_foreign_access_v1()
274 pflags = &gnttab_shared.v1[ref].flags; in gnttab_end_foreign_access_ref_v1()
420 pflags = &gnttab_shared.v1[ref].flags; in gnttab_end_foreign_transfer_ref_v1()
439 frame = gnttab_shared.v1[ref].frame; in gnttab_end_foreign_transfer_ref_v1()
/linux-4.4.14/arch/openrisc/include/asm/
Dsyscalls.h22 asmlinkage long sys_or1k_atomic(unsigned long type, unsigned long *v1,
/linux-4.4.14/arch/mips/boot/dts/mti/
Dmalta.dts1 /dts-v1/;
Dsead3.dts1 /dts-v1/;
/linux-4.4.14/arch/mips/boot/dts/ralink/
Drt3883_eval.dts1 /dts-v1/;
Dmt7620a_eval.dts1 /dts-v1/;
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_string.h27 } v1; member
/linux-4.4.14/arch/mips/boot/dts/brcm/
Dbcm9ejtagprb.dts1 /dts-v1/;
Dbcm93384wvg.dts1 /dts-v1/;
Dbcm93384wvg_viper.dts1 /dts-v1/;
Dbcm96368mvwg.dts1 /dts-v1/;
Dbcm97125cbmb.dts1 /dts-v1/;
Dbcm97358svmb.dts1 /dts-v1/;
Dbcm97420c.dts1 /dts-v1/;
Dbcm97360svmb.dts1 /dts-v1/;
Dbcm97425svmb.dts1 /dts-v1/;
Dbcm97435svmb.dts1 /dts-v1/;
Dbcm97362svmb.dts1 /dts-v1/;
/linux-4.4.14/drivers/net/wireless/
Datmel_cs.c204 #define PCMCIA_DEVICE_PROD_ID12_INFO(v1, v2, vh1, vh2, info) { \ argument
207 .prod_id = { (v1), (v2), NULL, NULL }, \
/linux-4.4.14/arch/metag/boot/dts/
Dtz1090_generic.dts8 /dts-v1/;
Dskeleton.dts8 /dts-v1/;
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dqoriq-clock.txt97 * "fsl,qoriq-core-pll-1.0" for core PLL clocks (v1.0)
99 * "fsl,qoriq-core-mux-1.0" for core mux clocks (v1.0)
101 * "fsl,qoriq-sysclk-1.0": for input system clock (v1.0).
105 * "fsl,qoriq-platform-pll-1.0" for the platform PLL clock (v1.0)
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,brcmstb.txt178 - compatible : should contain "brcm,brcmstb-ddr-shimphy-v1.0"
206 compatible = "brcm,brcmstb-ddr-shimphy-v1.0";
226 compatible = "brcm,brcmstb-ddr-shimphy-v1.0";
246 compatible = "brcm,brcmstb-ddr-shimphy-v1.0";
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu.txt14 "arm,smmu-v1"
61 compatible = "arm,smmu-v1";
/linux-4.4.14/arch/arc/boot/dts/
Dvdk_hs38.dts10 /dts-v1/;
Daxs101.dts10 /dts-v1/;
Dvdk_hs38_smp.dts10 /dts-v1/;
/linux-4.4.14/include/scsi/
Dosd_protocol.h163 } __packed v1; member
232 struct osdv1_security_parameters v1; member
251 struct osdv1_cdb v1; member
/linux-4.4.14/arch/arm64/boot/dts/sprd/
Dsc9836-openphone.dts9 /dts-v1/;
/linux-4.4.14/firmware/edgeport/
Dboot2.H1622 //* Generated by HEX2C v1.06

123456