Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 200 of 319) sorted by relevance

12

/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]; \
231 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_AGC_TAB_1T_8723A() local
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()
241 while (v2 != 0xDEAD && in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
242 v2 != 0xCDEF && in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
243 v2 != 0xCDCD && i < ArrayLen - 2) 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()
[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()
228 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_RadioA_1T_8723A() local
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()
238 while (v2 != 0xDEAD && in ODM_ReadAndConfig_RadioA_1T_8723A()
239 v2 != 0xCDEF && in ODM_ReadAndConfig_RadioA_1T_8723A()
240 v2 != 0xCDCD && i < ArrayLen - 2) 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()
[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()
157 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_MAC_REG_8723A() local
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()
167 while (v2 != 0xDEAD && in ODM_ReadAndConfig_MAC_REG_8723A()
168 v2 != 0xCDEF && in ODM_ReadAndConfig_MAC_REG_8723A()
169 v2 != 0xCDCD && i < ArrayLen - 2) 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()
[all …]
/linux-4.4.14/drivers/char/mwave/
Dmwavedd.h84 #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); \
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
106 printk(s,v1,v2,v3,v4,v5,v6); \
[all …]
/linux-4.4.14/include/pcmcia/
Ddevice_id.h32 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \ argument
34 .prod_id = { NULL, (v2), NULL, NULL }, \
42 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
45 .prod_id = { (v1), (v2), NULL, NULL }, \
60 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
64 .prod_id = { (v1), (v2), (v3), NULL },\
67 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \ argument
71 .prod_id = { (v1), (v2), NULL, (v4) }, \
81 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument
86 .prod_id = { (v1), (v2), (v3), (v4) }, \
[all …]
/linux-4.4.14/arch/powerpc/lib/
Dxor_vmx.c61 DEFINE(v2); in xor_altivec_2()
69 LOAD(v2); in xor_altivec_2()
70 XOR(v1, v2); in xor_altivec_2()
74 v2 += 4; in xor_altivec_2()
85 DEFINE(v2); in xor_altivec_3()
94 LOAD(v2); in xor_altivec_3()
96 XOR(v1, v2); in xor_altivec_3()
101 v2 += 4; in xor_altivec_3()
114 DEFINE(v2); in xor_altivec_4()
124 LOAD(v2); in xor_altivec_4()
[all …]
Dmemcpy_power7.S339 lvx v2,r4,r9
344 stvx v2,r3,r9
374 lvx v2,r4,r14
383 stvx v2,r3,r14
400 lvx v2,r4,r9
405 stvx v2,r3,r9
522 lvx v2,r4,r9
523 VPERM(v9,v3,v2,v16)
525 VPERM(v10,v2,v1,v16)
565 lvx v2,r4,r14
[all …]
Dcopyuser_power7.S406 err3; lvx v2,r4,r9
411 err3; stvx v2,r3,r9
441 err4; lvx v2,r4,r14
450 err4; stvx v2,r3,r14
467 err3; lvx v2,r4,r9
472 err3; stvx v2,r3,r9
588 err3; lvx v2,r4,r9
589 VPERM(v9,v3,v2,v16)
591 VPERM(v10,v2,v1,v16)
631 err4; lvx v2,r4,r14
[all …]
Dcopypage_power7.S91 lvx v2,r4,r10
100 stvx v2,r3,r10
Dsstep.c571 static void __kprobes do_cmp_signed(struct pt_regs *regs, long v1, long v2, in do_cmp_signed() argument
577 if (v1 < v2) in do_cmp_signed()
579 else if (v1 > v2) in do_cmp_signed()
588 unsigned long v2, int crfld) in do_cmp_unsigned() argument
593 if (v1 < v2) in do_cmp_unsigned()
595 else if (v1 > v2) in do_cmp_unsigned()
603 static int __kprobes trap_compare(long v1, long v2) in trap_compare() argument
607 if (v1 < v2) in trap_compare()
609 else if (v1 > v2) in trap_compare()
613 if ((unsigned long)v1 < (unsigned long)v2) in trap_compare()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drf_cfg.c156 #define READ_NEXT_PAIR(v1, v2, i) \ argument
159 v2 = array[i+1]; \
206 u32 v2 = array[i+1]; in rtl88e_phy_config_rf_with_headerfile() local
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()
214 while (v2 != 0xDEAD && v2 != 0xCDEF && in rtl88e_phy_config_rf_with_headerfile()
215 v2 != 0xCDCD && i < array_len - 2) 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()
220 while (v2 != 0xDEAD && v2 != 0xCDEF && in rtl88e_phy_config_rf_with_headerfile()
[all …]
Dbb_cfg.c166 u32 v2 = array[i + 1]; in set_baseband_agc_config() local
169 phy_set_bb_reg(adapt, v1, bMaskDWord, v2); in set_baseband_agc_config()
401 u32 v2 = array[i + 1]; in set_baseband_phy_config() local
404 rtl_bb_delay(adapt, v1, v2); in set_baseband_phy_config()
585 u32 v2 = array[i + 1]; in config_bb_with_pgheader() local
589 rtl_addr_delay(adapt, v1, v2, v3); in config_bb_with_pgheader()
/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
116 *v2 = lv2; 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 …]
/linux-4.4.14/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c36 u32 v1=0,v2=0,v3=0; in read_pmtmr() local
44 v2 = 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()
50 return (v2 & 0xFFFFFF); in read_pmtmr()
/linux-4.4.14/drivers/firmware/google/
Dmemconsole.c41 } __packed v2; member
89 hdr->v2.buffer_addr, hdr->v2.start, in found_v2_header()
90 hdr->v2.end, hdr->v2.num_bytes); in found_v2_header()
92 memconsole_length = hdr->v2.end - hdr->v2.start; in found_v2_header()
93 memconsole_baseaddr = hdr->v2.buffer_addr + hdr->v2.start; in found_v2_header()
/linux-4.4.14/arch/s390/include/asm/
Dvx-insn.h102 .ifc \vxr,%v2
205 .macro RXB rxb v1 v2=0 v3=0 v4=0
210 .if \v2 & 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
384 VX_NUM v2, \vr2
387 .word 0xE700 | (VX_R(v1) << 4) | VX_R(v2)
389 MRXBOPC VX_R(v4), 0x8C, v1, v2, v3, v4
[all …]
Detr.h63 unsigned int v2 : 1; /* validity bit ETR data frame 2 */ member
/linux-4.4.14/drivers/clocksource/
Dacpi_pm.c43 u32 v1 = 0, v2 = 0, v3 = 0; in acpi_pm_read_verified() local
53 v2 = 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()
58 return v2; in acpi_pm_read_verified()
Dh8300_timer16.c69 unsigned long v1, v2, v3; in timer16_get_counter() local
78 v2 = 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()
84 v2 |= 0x10000; in timer16_get_counter()
85 return v2; in timer16_get_counter()
Dh8300_tpu.c55 unsigned long v1, v2, v3; in tpu_get_counter() local
64 v2 = 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()
70 *val = v2; in tpu_get_counter()
Dh8300_timer8.c56 unsigned long v1, v2, v3; in timer8_get_counter() local
65 v2 = 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()
71 v2 |= o1 << 10; in timer8_get_counter()
72 return v2; in timer8_get_counter()
Dsh_cmt.c287 unsigned long v1, v2, v3; in sh_cmt_get_counter() local
296 v2 = 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()
303 return v2; in sh_cmt_get_counter()
/linux-4.4.14/Documentation/devicetree/bindings/opp/
Dopp.txt39 Binding 2: operating-points-v2
42 * Property: operating-points-v2
44 Devices supporting OPPs must set their "operating-points-v2" property with
55 and should have a compatible description like: "operating-points-v2-<vendor>".
70 "operating-points-v2".
142 operating-points-v2 = <&cpu0_opp_table>;
152 operating-points-v2 = <&cpu0_opp_table>;
157 compatible = "operating-points-v2";
197 operating-points-v2 = <&cpu_opp_table>;
207 operating-points-v2 = <&cpu_opp_table>;
[all …]
/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/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
222 mov v2.16b, v0.16b
226 eor v1.16b, v1.16b, v2.16b
233 mov v6.16b, v2.16b
239 eor v2.16b, v2.16b, v5.16b
301 ld1 {v2.16b-v3.16b}, [x1], #32 /* get 2 input blocks */
303 eor v0.16b, v0.16b, v2.16b
[all …]
Daes-ce-ccm-core.S169 ld1 {v2.16b}, [x1], #16 /* load next input block */
171 eor v2.16b, v2.16b, v5.16b /* final round enc+mac */
172 eor v1.16b, v1.16b, v2.16b /* xor with crypted ctr */
174 eor v2.16b, v2.16b, v1.16b /* xor with crypted ctr */
175 eor v1.16b, v2.16b, v5.16b /* final round enc */
177 eor v0.16b, v0.16b, v2.16b /* xor mac with pt ^ rk[last] */
Dghash-ce-core.S16 T1 .req v2
Dsha2-ce-core.S107 add_update 1, v2, 17, 18, 19, 16
Dsha1-ce-core.S19 k2 .req v2
/linux-4.4.14/arch/arm/boot/dts/
Dqcom-apq8084.dtsi21 enable-method = "qcom,kpss-acc-v2";
32 enable-method = "qcom,kpss-acc-v2";
43 enable-method = "qcom,kpss-acc-v2";
54 enable-method = "qcom,kpss-acc-v2";
166 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
171 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
176 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
181 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
192 compatible = "qcom,kpss-acc-v2";
198 compatible = "qcom,kpss-acc-v2";
[all …]
Dqcom-msm8974.dtsi30 enable-method = "qcom,kpss-acc-v2";
41 enable-method = "qcom,kpss-acc-v2";
52 enable-method = "qcom,kpss-acc-v2";
63 enable-method = "qcom,kpss-acc-v2";
191 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
196 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
201 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
206 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
217 compatible = "qcom,kpss-acc-v2";
222 compatible = "qcom,kpss-acc-v2";
[all …]
Dexynos4412.dtsi35 operating-points-v2 = <&cpu0_opp_table>;
45 operating-points-v2 = <&cpu0_opp_table>;
52 operating-points-v2 = <&cpu0_opp_table>;
59 operating-points-v2 = <&cpu0_opp_table>;
64 compatible = "operating-points-v2";
Dkirkwood-d2net.dts2 * Device Tree file for d2 Network v2
17 model = "LaCie d2 Network v2";
Dexynos4212.dtsi35 operating-points-v2 = <&cpu0_opp_table>;
45 operating-points-v2 = <&cpu0_opp_table>;
50 compatible = "operating-points-v2";
Dkirkwood-net2big.dts2 * Device Tree file for LaCie 2Big Network v2
23 model = "LaCie 2Big Network v2";
Dkirkwood-netgear_readynas_duo_v2.dts2 * Device Tree file for NETGEAR ReadyNAS Duo v2
18 model = "NETGEAR ReadyNAS Duo v2";
19 …compatible = "netgear,readynas-duo-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
Dkirkwood-netgear_readynas_nv+_v2.dts2 * Device Tree file for NETGEAR ReadyNAS NV+ v2
18 model = "NETGEAR ReadyNAS NV+ v2";
19 …compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
Dalphascale-asm9260-devkit.dts4 * Licensed under the X11 license or the GPL v2 (or later)
Dkirkwood-net5big.dts2 * Device Tree file for LaCie 5Big Network v2
23 model = "LaCie 5Big Network v2";
Dkirkwood-ns2lite.dts6 model = "LaCie Network Space Lite v2";
Dkirkwood-ns2.dts7 model = "LaCie Network Space v2";
Dkirkwood-is2.dts7 model = "LaCie Internet Space v2";
Dkirkwood-ns2max.dts7 model = "LaCie Network Space Max v2";
Dkirkwood-ns2mini.dts8 model = "LaCie Network Space Mini v2";
Dsun6i-a31s-yones-toptech-bs1078-v2.dts51 model = "Yones TopTech BS1078 v2 Tablet";
52 compatible = "yones-toptech,bs1078-v2", "allwinner,sun6i-a31s";
Dalphascale-asm9260.dtsi4 * Licensed under the X11 license or the GPL v2 (or later)
Dqcom-apq8064-cm-qs600.dts1 #include "qcom-apq8064-v2.0.dtsi"
Dorion5x-lacie-ethernet-disk-mini-v2.dts25 compatible = "lacie,ethernet-disk-mini-v2", "marvell,orion5x-88f5182", "marvell,orion5x";
Dqcom-apq8064-ifc6410.dts1 #include "qcom-apq8064-v2.0.dtsi"
Dkirkwood-netxbig.dtsi2 * Device Tree common file for LaCie 2Big and 5Big Network v2
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Doffloading.c93 struct iwl_proto_offload_cmd_v2 v2; in iwl_mvm_send_proto_offload() member
164 memcpy(cmd.v2.ndp_mac_addr, vif->addr, ETH_ALEN); in iwl_mvm_send_proto_offload()
167 BUILD_BUG_ON(sizeof(cmd.v2.target_ipv6_addr[0]) != in iwl_mvm_send_proto_offload()
172 memcpy(cmd.v2.target_ipv6_addr[i], in iwl_mvm_send_proto_offload()
174 sizeof(cmd.v2.target_ipv6_addr[i])); in iwl_mvm_send_proto_offload()
199 common = &cmd.v2.common; in iwl_mvm_send_proto_offload()
200 size = sizeof(cmd.v2); in iwl_mvm_send_proto_offload()
Dfw-api-power.h343 struct iwl_dev_tx_power_cmd_v2 v2; member
/linux-4.4.14/arch/ia64/include/asm/sn/
Dsn_sal.h187 ret_stuff.v2 = 0; in ia64_sn_get_console_nasid()
209 ret_stuff.v2 = 0; in ia64_sn_get_master_baseio_nasid()
227 ret_stuff.v2 = 0; in ia64_sn_get_klconfig_addr()
243 ret_stuff.v2 = 0; in ia64_sn_console_getc()
265 ret_stuff.v2 = 0; in ia64_sn_console_readc()
283 ret_stuff.v2 = 0; in ia64_sn_console_putc()
300 ret_stuff.v2 = 0; in ia64_sn_console_putb()
320 ret_stuff.v2 = 0; in ia64_sn_plat_specific_err_print()
337 ret_stuff.v2 = 0; in ia64_sn_plat_cpei_handler()
354 ret_stuff.v2 = 0; in ia64_sn_plat_set_error_handling_features()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dfman.txt163 - "fsl,fman-v2-port-oh" for FManV2 OH ports
164 - "fsl,fman-v2-port-rx" for FManV2 RX ports
165 - "fsl,fman-v2-port-tx" for FManV2 TX ports
209 compatible = "fsl,fman-v2-port-tx";
215 compatible = "fsl,fman-v2-port-rx";
221 compatible = "fsl,fman-v2-port-oh";
322 compatible = "fsl,fman-v2-port-tx";
328 compatible = "fsl,fman-v2-port-rx";
386 Must include "fsl,fman-mdio" for 1 Gb/s MDIO from FMan v2.
387 Must include "fsl,fman-xmdio" for 10 Gb/s MDIO from FMan v2.
[all …]
/linux-4.4.14/Documentation/EDID/
Dedid.S47 #define mfgname2id(v1,v2,v3) \ argument
48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f))
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/drivers/gpu/drm/radeon/
Datombios_encoders.c554 LVDS_ENCODER_CONTROL_PS_ALLOCATION_V2 v2; member
622 args.v2.ucMisc = 0; in atombios_digital_setup()
623 args.v2.ucAction = action; in atombios_digital_setup()
626 args.v2.ucMisc |= PANEL_ENCODER_MISC_COHERENT; in atombios_digital_setup()
629 args.v2.ucMisc |= PANEL_ENCODER_MISC_HDMI_TYPE; in atombios_digital_setup()
630 args.v2.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10); in atombios_digital_setup()
631 args.v2.ucTruncate = 0; in atombios_digital_setup()
632 args.v2.ucSpatial = 0; in atombios_digital_setup()
633 args.v2.ucTemporal = 0; in atombios_digital_setup()
634 args.v2.ucFRC = 0; in atombios_digital_setup()
[all …]
Dradeon_atombios.c1510 struct _ATOM_ASIC_SS_ASSIGNMENT_V2 v2; member
1567 if ((ss_assign->v2.ucClockIndication == id) && in radeon_atombios_get_asic_ss_info()
1568 (clock <= le32_to_cpu(ss_assign->v2.ulTargetClockRange))) { in radeon_atombios_get_asic_ss_info()
1570 le16_to_cpu(ss_assign->v2.usSpreadSpectrumPercentage); in radeon_atombios_get_asic_ss_info()
1571 ss->type = ss_assign->v2.ucSpreadSpectrumMode; in radeon_atombios_get_asic_ss_info()
1572 ss->rate = le16_to_cpu(ss_assign->v2.usSpreadRateIn10Hz); in radeon_atombios_get_asic_ss_info()
2046 struct _ATOM_PPLIB_STATE_V2 v2; member
2698 non_clock_array_index = power_state->v2.nonClockInfoIndex; in radeon_atombios_parse_power_table_6()
2702 (power_state->v2.ucNumDPMLevels ? in radeon_atombios_parse_power_table_6()
2703 power_state->v2.ucNumDPMLevels : 1), in radeon_atombios_parse_power_table_6()
[all …]
Datombios_crtc.c434 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2 v2; member
495 args.v2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss()
496 args.v2.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK; in atombios_crtc_program_ss()
499 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V2_P1PLL; in atombios_crtc_program_ss()
502 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V2_P2PLL; in atombios_crtc_program_ss()
505 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V2_DCPLL; in atombios_crtc_program_ss()
510 args.v2.usSpreadSpectrumAmount = cpu_to_le16(ss->amount); in atombios_crtc_program_ss()
511 args.v2.usSpreadSpectrumStep = cpu_to_le16(ss->step); in atombios_crtc_program_ss()
512 args.v2.ucEnable = enable; in atombios_crtc_program_ss()
756 PIXEL_CLOCK_PARAMETERS_V2 v2; member
[all …]
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-rfkill11 KernelVersion: v2.6.22
20 KernelVersion v2.6.22
28 KernelVersion v2.6.22
36 KernelVersion v2.6.22
47 KernelVersion v2.6.34
60 KernelVersion v2.6.34
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c418 #define READ_NEXT_PAIR(v1, v2, i) \ argument
421 v2 = array_table[i+1]; \
428 u32 v2; in handle_branch1() local
433 v2 = array_table[i+1]; in handle_branch1()
435 _rtl8188e_config_bb_reg(hw, v1, v2); in handle_branch1()
443 READ_NEXT_PAIR(v1, v2, i); in handle_branch1()
444 while (v2 != 0xDEAD && in handle_branch1()
445 v2 != 0xCDEF && in handle_branch1()
446 v2 != 0xCDCD && i < arraylen - 2) in handle_branch1()
447 READ_NEXT_PAIR(v1, v2, i); in handle_branch1()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c697 #define READ_NEXT_PAIR(v1, v2, i) \ argument
701 v2 = array[i+1]; \
711 u32 v1 = 0, v2 = 0; in phy_config_bb_with_hdr_file() local
719 v2 = array[i+1]; 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()
730 while (v2 != 0xDEAD && in phy_config_bb_with_hdr_file()
731 v2 != 0xCDEF && in phy_config_bb_with_hdr_file()
732 v2 != 0xCDCD && i < len - 2) { in phy_config_bb_with_hdr_file()
733 READ_NEXT_PAIR(v1, v2, i); in phy_config_bb_with_hdr_file()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datombios_encoders.c567 DIG_ENCODER_CONTROL_PARAMETERS_V2 v2; member
713 DIG_TRANSMITTER_CONTROL_PARAMETERS_V2 v2; member
854 args.v2.ucAction = action; in amdgpu_atombios_encoder_setup_dig_transmitter()
856 args.v2.usInitInfo = cpu_to_le16(connector_object_id); in amdgpu_atombios_encoder_setup_dig_transmitter()
858 args.v2.asMode.ucLaneSel = lane_num; in amdgpu_atombios_encoder_setup_dig_transmitter()
859 args.v2.asMode.ucLaneSet = lane_set; in amdgpu_atombios_encoder_setup_dig_transmitter()
862 args.v2.usPixelClock = cpu_to_le16(dp_clock / 10); in amdgpu_atombios_encoder_setup_dig_transmitter()
864 args.v2.usPixelClock = cpu_to_le16((amdgpu_encoder->pixel_clock / 2) / 10); in amdgpu_atombios_encoder_setup_dig_transmitter()
866 args.v2.usPixelClock = cpu_to_le16(amdgpu_encoder->pixel_clock / 10); in amdgpu_atombios_encoder_setup_dig_transmitter()
869 args.v2.acConfig.ucEncoderSel = dig_encoder; in amdgpu_atombios_encoder_setup_dig_transmitter()
[all …]
Datombios_dp.c54 PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS_V2 v2; member
78 args.v2.lpAuxRequest = cpu_to_le16((u16)(0 + 4)); in amdgpu_atombios_dp_process_aux_ch()
79 args.v2.lpDataOut = cpu_to_le16((u16)(16 + 4)); in amdgpu_atombios_dp_process_aux_ch()
80 args.v2.ucDataOutLen = 0; in amdgpu_atombios_dp_process_aux_ch()
81 args.v2.ucChannelID = chan->rec.i2c_id; in amdgpu_atombios_dp_process_aux_ch()
82 args.v2.ucDelay = delay / 10; in amdgpu_atombios_dp_process_aux_ch()
83 args.v2.ucHPD_ID = chan->rec.hpd; in amdgpu_atombios_dp_process_aux_ch()
87 *ack = args.v2.ucReplyStatus; in amdgpu_atombios_dp_process_aux_ch()
90 if (args.v2.ucReplyStatus == 1) { in amdgpu_atombios_dp_process_aux_ch()
97 if (args.v2.ucReplyStatus == 2) { in amdgpu_atombios_dp_process_aux_ch()
[all …]
Datombios_crtc.c236 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2 v2; member
460 PIXEL_CLOCK_PARAMETERS_V2 v2; member
567 args.v2.usPixelClock = cpu_to_le16(clock / 10); in amdgpu_atombios_crtc_program_pll()
568 args.v2.usRefDiv = cpu_to_le16(ref_div); in amdgpu_atombios_crtc_program_pll()
569 args.v2.usFbDiv = cpu_to_le16(fb_div); in amdgpu_atombios_crtc_program_pll()
570 args.v2.ucFracFbDiv = frac_fb_div; in amdgpu_atombios_crtc_program_pll()
571 args.v2.ucPostDiv = post_div; in amdgpu_atombios_crtc_program_pll()
572 args.v2.ucPpll = pll_id; in amdgpu_atombios_crtc_program_pll()
573 args.v2.ucCRTC = crtc_id; in amdgpu_atombios_crtc_program_pll()
574 args.v2.ucRefDivSrc = 1; in amdgpu_atombios_crtc_program_pll()
Damdgpu_atombios.c811 struct _ATOM_ASIC_SS_ASSIGNMENT_V2 v2; member
868 if ((ss_assign->v2.ucClockIndication == id) && in amdgpu_atombios_get_asic_ss_info()
869 (clock <= le32_to_cpu(ss_assign->v2.ulTargetClockRange))) { in amdgpu_atombios_get_asic_ss_info()
871 le16_to_cpu(ss_assign->v2.usSpreadSpectrumPercentage); in amdgpu_atombios_get_asic_ss_info()
872 ss->type = ss_assign->v2.ucSpreadSpectrumMode; in amdgpu_atombios_get_asic_ss_info()
873 ss->rate = le16_to_cpu(ss_assign->v2.usSpreadRateIn10Hz); in amdgpu_atombios_get_asic_ss_info()
923 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V2 v2; member
1095 struct _SET_VOLTAGE_PARAMETERS_V2 v2; member
1121 args.v2.ucVoltageType = voltage_type; in amdgpu_atombios_set_voltage()
1122 args.v2.ucVoltageMode = SET_ASIC_VOLTAGE_MODE_SET_VOLTAGE; in amdgpu_atombios_set_voltage()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c40 #define READ_NEXT_PAIR(array_table, v1, v2, i) \ argument
44 v2 = array_table[i+1]; \
1708 u32 i, v1, v2; in _rtl8821ae_phy_config_mac_with_headerfile() local
1724 v2 = (u8)ptrarray[i + 1]; in _rtl8821ae_phy_config_mac_with_headerfile()
1726 rtl_write_byte(rtlpriv, v1, (u8)v2); in _rtl8821ae_phy_config_mac_with_headerfile()
1731 READ_NEXT_PAIR(ptrarray, v1, v2, i); in _rtl8821ae_phy_config_mac_with_headerfile()
1732 while (v2 != 0xDEAD && in _rtl8821ae_phy_config_mac_with_headerfile()
1733 v2 != 0xCDEF && in _rtl8821ae_phy_config_mac_with_headerfile()
1734 v2 != 0xCDCD && i < arraylength - 2) { in _rtl8821ae_phy_config_mac_with_headerfile()
1735 READ_NEXT_PAIR(ptrarray, v1, v2, i); in _rtl8821ae_phy_config_mac_with_headerfile()
[all …]
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dqoriq-fman-0.dtsi54 compatible = "fsl,fman-v2-port-oh";
60 compatible = "fsl,fman-v2-port-oh";
66 compatible = "fsl,fman-v2-port-oh";
72 compatible = "fsl,fman-v2-port-oh";
78 compatible = "fsl,fman-v2-port-oh";
85 compatible = "fsl,fman-v2-port-oh";
92 compatible = "fsl,fman-v2-port-oh";
Dqoriq-fman-1.dtsi54 compatible = "fsl,fman-v2-port-oh";
60 compatible = "fsl,fman-v2-port-oh";
66 compatible = "fsl,fman-v2-port-oh";
72 compatible = "fsl,fman-v2-port-oh";
78 compatible = "fsl,fman-v2-port-oh";
85 compatible = "fsl,fman-v2-port-oh";
92 compatible = "fsl,fman-v2-port-oh";
Dt1023si-post.dtsi43 compatible = "fsl,t1023-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
69 compatible = "fsl,t1023-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
95 compatible = "fsl,t1023-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
309 compatible = "fsl-usb2-mph-v2.5", "fsl-usb2-mph";
317 compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
Dqoriq-fman-1-1g-0.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-1-1g-4.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-0-1g-4.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-0-10g-0.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-1-1g-1.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-0-1g-1.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-0-1g-3.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-1-1g-3.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-1-10g-0.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-0-1g-2.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-0-1g-0.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dqoriq-fman-1-1g-2.dtsi38 compatible = "fsl,fman-v2-port-rx";
44 compatible = "fsl,fman-v2-port-tx";
Dt1040si-post.dtsi58 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
84 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
110 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
136 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
516 compatible = "fsl-usb2-mph-v2.4", "fsl-usb2-mph";
524 compatible = "fsl-usb2-dr-v2.4", "fsl-usb2-dr";
Dp5020si-post.dtsi59 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
88 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
117 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
146 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
Dp1023si-post.dtsi60 compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
79 compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
98 compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
Dp3041si-post.dtsi59 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
88 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
117 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
146 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
Dp1010si-post.dtsi44 compatible = "fsl,p1010-pcie", "fsl,qoriq-pcie-v2.3";
72 compatible = "fsl,p1010-pcie", "fsl,qoriq-pcie-v2.3";
Dp2041si-post.dtsi59 compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
88 compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
117 compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
Dpq3-sata2-0.dtsi36 compatible = "fsl,pq-sata-v2";
Dpq3-sata2-1.dtsi36 compatible = "fsl,pq-sata-v2";
Dqoriq-sata2-1.dtsi36 compatible = "fsl,pq-sata-v2";
Dqoriq-sata2-0.dtsi36 compatible = "fsl,pq-sata-v2";
Dp5040si-post.dtsi59 compatible = "fsl,p5040-pcie", "fsl,qoriq-pcie-v2.4";
87 compatible = "fsl,p5040-pcie", "fsl,qoriq-pcie-v2.4";
115 compatible = "fsl,p5040-pcie", "fsl,qoriq-pcie-v2.4";
Dp4080si-post.dtsi59 compatible = "fsl,p4080-pcie", "fsl,qoriq-pcie-v2.1";
88 compatible = "fsl,p4080-pcie", "fsl,qoriq-pcie-v2.1";
117 compatible = "fsl,p4080-pcie", "fsl,qoriq-pcie-v2.1";
Db4420si-post.dtsi39 compatible = "fsl,b4420-pcie", "fsl,qoriq-pcie-v2.4";
/linux-4.4.14/Documentation/networking/
Dskfp.txt6 Readme File for skfp.o v2.06
70 From v2.01 on, the driver is integrated in the linux kernel sources.
126 changed in SMT version v2.82. With this new SMT version, the yellow
132 With versions of SMT prior to v2.82 a ring up was indicated if the
146 v2.06 (20000511) (In-Kernel version)
152 v2.05 (20000217) (In-Kernel version)
156 v2.04 (20000207) (Standalone version)
160 v2.03 (20000111) (Standalone version)
162 - Fixed printk statements from v2.02
164 v2.02 (991215) (Standalone version)
[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
520 v2 = array_table[i+1]; \ in _rtl8723be_phy_config_bb_with_headerfile()
527 u32 v1 = 0, v2 = 0; in _rtl8723be_phy_config_bb_with_headerfile() local
535 v2 = array_table[i+1]; 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()
549 while (v2 != 0xDEAD && in _rtl8723be_phy_config_bb_with_headerfile()
550 v2 != 0xCDEF && in _rtl8723be_phy_config_bb_with_headerfile()
551 v2 != 0xCDCD && in _rtl8723be_phy_config_bb_with_headerfile()
553 READ_NEXT_PAIR(v1, v2, i); in _rtl8723be_phy_config_bb_with_headerfile()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Dqcom,i2c-qup.txt6 * "qcom,i2c-qup-v2.1.1" for 8974 v1.
7 * "qcom,i2c-qup-v2.2.1" for 8974 v2 and later.
29 compatible = "qcom,i2c-qup-v2.2.1";
/linux-4.4.14/Documentation/devicetree/bindings/devfreq/event/
Dexynos-ppmu.txt14 - compatible: Should be "samsung,exynos-ppmu" or "samsung,exynos-ppmu-v2.
114 compatible = "samsung,exynos-ppmu-v2";
120 compatible = "samsung,exynos-ppmu-v2";
126 compatible = "samsung,exynos-ppmu-v2";
132 compatible = "samsung,exynos-ppmu-v2";
138 compatible = "samsung,exynos-ppmu-v2";
144 compatible = "samsung,exynos-ppmu-v2";
/linux-4.4.14/include/linux/
Dfixp-arith.h127 s32 v1, v2, dx, dy; in fixp_sin32_rad() local
141 v2 = fixp_sin32(degrees + 1); in fixp_sin32_rad()
144 dy = v2 - v1; in fixp_sin32_rad()
/linux-4.4.14/drivers/net/wireless/p54/
Dfwio.c245 eeprom_hdr->v2.offset = cpu_to_le32(offset); in p54_download_eeprom()
246 eeprom_hdr->v2.len = cpu_to_le16(len); in p54_download_eeprom()
247 eeprom_hdr->v2.magic2 = 0xf; in p54_download_eeprom()
248 memcpy(eeprom_hdr->v2.magic, (const char *)"LOCK", 4); in p54_download_eeprom()
375 setup->v2.rx_addr = cpu_to_le32(priv->rx_end); in p54_setup_mac()
376 setup->v2.max_rx = cpu_to_le16(priv->rx_mtu); in p54_setup_mac()
377 setup->v2.rxhw = cpu_to_le16(priv->rxhw); in p54_setup_mac()
378 setup->v2.timer = cpu_to_le16(priv->wakeup_timer); in p54_setup_mac()
379 setup->v2.truncate = cpu_to_le16(48896); in p54_setup_mac()
380 setup->v2.basic_rate_mask = cpu_to_le32(priv->basic_rate_mask); in p54_setup_mac()
[all …]
Dlmac.h152 } __packed v2; member
321 } __packed v2; member
/linux-4.4.14/arch/powerpc/platforms/ps3/
Drepository.c66 u64 v1, u64 v2, const char *func, int line) in _dump_node() argument
74 pr_devel("%s:%d: v2: %016llx\n", func, line, v2); in _dump_node()
126 u64 v2; in read_node() local
135 &v2); in read_node()
144 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node()
149 *_v2 = v2; in read_node()
154 if (v2 && !_v2) in read_node()
156 __func__, __LINE__, v2); in read_node()
260 u64 v2 = 0; in ps3_repository_read_dev_intr() local
267 &v1, &v2); in ps3_repository_read_dev_intr()
[all …]
Dgelic_udbg.c149 u64 v2; in gelic_debug_init() local
168 &mac, &v2); in gelic_debug_init()
184 &vlan_id, &v2); in gelic_debug_init()
/linux-4.4.14/drivers/mfd/
Dtps65010.c198 u8 value, v2; in dbg_show() local
263 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED1_PER); in dbg_show()
266 ? ((v2 & 0x80) ? "on" : "off") in dbg_show()
267 : ((v2 & 0x80) ? "blink" : "(nPG)"), in dbg_show()
268 value, v2, in dbg_show()
269 (value & 0x7f) * 10, (v2 & 0x7f) * 100); in dbg_show()
272 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED2_PER); in dbg_show()
275 ? ((v2 & 0x80) ? "on" : "off") in dbg_show()
276 : ((v2 & 0x80) ? "blink" : "off"), in dbg_show()
277 value, v2, in dbg_show()
[all …]
/linux-4.4.14/arch/arm64/kvm/
DMakefile23 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v2.o
24 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v2-emul.o
25 kvm-$(CONFIG_KVM_ARM_HOST) += vgic-v2-switch.o
/linux-4.4.14/arch/um/drivers/
Dcow_user.c113 struct cow_header_v2 v2; member
324 if (n < sizeof(header->v2)) { in read_cow_header()
329 *mtime_out = be32toh(header->v2.mtime); in read_cow_header()
330 *size_out = be64toh(header->v2.size); in read_cow_header()
331 *sectorsize_out = be32toh(header->v2.sectorsize); in read_cow_header()
332 *bitmap_offset_out = sizeof(header->v2); in read_cow_header()
334 file = header->v2.backing_file; in read_cow_header()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Daq100x.c269 unsigned int v, v2, gpio, wait; in t3_aq100x_phy_prep() local
344 v = v2 = 0; in t3_aq100x_phy_prep()
346 t3_mdio_read(phy, MDIO_MMD_PHYXS, AQ_XAUI_TX_CFG, &v2); in t3_aq100x_phy_prep()
347 if (v != 0x1b || v2 != 0x1b) in t3_aq100x_phy_prep()
350 phy_addr, v, v2); in t3_aq100x_phy_prep()
Dmc5.c100 static inline void dbgi_wr_data3(struct adapter *adapter, u32 v1, u32 v2, in dbgi_wr_data3() argument
104 t3_write_reg(adapter, A_MC5_DB_DBGI_REQ_DATA1, v2); in dbgi_wr_data3()
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_power7.S339 lvx v2,r4,r9
344 stvx v2,r3,r9
374 lvx v2,r4,r14
383 stvx v2,r3,r14
400 lvx v2,r4,r9
405 stvx v2,r3,r9
522 lvx v2,r4,r9
523 VPERM(v9,v3,v2,v16)
525 VPERM(v10,v2,v1,v16)
565 lvx v2,r4,r14
[all …]
Dcopyuser_power7.S406 err3; lvx v2,r4,r9
411 err3; stvx v2,r3,r9
441 err4; lvx v2,r4,r14
450 err4; stvx v2,r3,r14
467 err3; lvx v2,r4,r9
472 err3; stvx v2,r3,r9
588 err3; lvx v2,r4,r9
589 VPERM(v9,v3,v2,v16)
591 VPERM(v10,v2,v1,v16)
631 err4; lvx v2,r4,r14
[all …]
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h623 u32 v2 = (sw_tag >> (shift - 1)) << shift; in cxgbi_set_non_ddp_tag() local
625 return v2 | v1 | 1 << shift; in cxgbi_set_non_ddp_tag()
638 u32 v2 = sw_tag >> tformat->rsvd_shift; in cxgbi_ddp_tag_base() local
640 v2 <<= tformat->rsvd_bits + tformat->rsvd_shift; in cxgbi_ddp_tag_base()
642 return v2 | v1; in cxgbi_ddp_tag_base()
661 u32 v1, v2; in cxgbi_tag_nonrsvd_bits() local
665 v2 = (tag >> (shift + 1)) << tformat->rsvd_shift; in cxgbi_tag_nonrsvd_bits()
670 v2 = (tag >> 1) & ~mask; in cxgbi_tag_nonrsvd_bits()
672 return v1 | v2; in cxgbi_tag_nonrsvd_bits()
/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi136 compatible = "qcom,spi-qup-v2.2.1";
153 compatible = "qcom,spi-qup-v2.2.1";
170 compatible = "qcom,spi-qup-v2.2.1";
187 compatible = "qcom,spi-qup-v2.2.1";
204 compatible = "qcom,spi-qup-v2.2.1";
221 compatible = "qcom,spi-qup-v2.2.1";
238 compatible = "qcom,i2c-qup-v2.2.1";
253 compatible = "qcom,i2c-qup-v2.2.1";
268 compatible = "qcom,i2c-qup-v2.2.1";
/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()
84 v2 += map[i + 2] + (v1 >> 8); in adfs_calczonecheck()
86 v3 += map[i + 3] + (v2 >> 8); in adfs_calczonecheck()
87 v2 &= 0xff; in adfs_calczonecheck()
91 v2 += map[2] + (v1 >> 8); in adfs_calczonecheck()
92 v3 += map[3] + (v2 >> 8); in adfs_calczonecheck()
94 return v0 ^ v1 ^ v2 ^ v3; in adfs_calczonecheck()
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dqcom,spi-qup.txt12 "qcom,spi-qup-v2.1.1" for 8974 and later
13 "qcom,spi-qup-v2.2.1" for 8974 v2 and later.
49 compatible = "qcom,spi-qup-v2";
/linux-4.4.14/arch/arm/kvm/
DMakefile24 obj-y += $(KVM)/arm/vgic-v2.o
25 obj-y += $(KVM)/arm/vgic-v2-emul.o
/linux-4.4.14/drivers/hwmon/
Dmax1111.c55 uint8_t v1, v2; in max1111_read() local
73 v2 = data->rx_buf[1]; in max1111_read()
77 if ((v1 & 0xc0) || (v2 & 0x3f)) in max1111_read()
80 return (v1 << 2) | (v2 >> 6); in max1111_read()
Dnct7802.c293 unsigned int v1, v2; in nct7802_read_voltage() local
301 ret = regmap_read(data->regmap, REG_VOLTAGE_LOW, &v2); in nct7802_read_voltage()
304 ret = ((v1 << 2) | (v2 >> 6)) * nct7802_vmul[nr]; in nct7802_read_voltage()
313 &v2); in nct7802_read_voltage()
316 ret = (v1 | ((v2 << shift) & 0x300)) * nct7802_vmul[nr]; in nct7802_read_voltage()
/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()
4339 v2 = bios[rindex++]; in sisfb_post_sis300()
4348 SiS_SetReg(SISSR, 0x29, v2); in sisfb_post_sis300()
4361 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a; in sisfb_post_sis300()
4366 v2 = bios[memtype + 8]; in sisfb_post_sis300()
4377 SiS_SetReg(SISSR, 0x16, v2); in sisfb_post_sis300()
4396 v1 = 0xf6; v2 = 0x0d; v3 = 0x00; in sisfb_post_sis300()
4399 v2 = bios[0xe9]; in sisfb_post_sis300()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dqcom,kpss-acc.txt15 "qcom,kpss-acc-v2"
27 compatible = "qcom,kpss-acc-v2";
Dqcom,saw2.txt28 "qcom,msm8974-saw2-v2.1-cpu"
29 "qcom,apq8084-saw2-v2.1-cpu"
55 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c99 bool v2; member
321 container->v2 = arg == VFIO_SPAPR_TCE_v2_IOMMU; in tce_iommu_open()
433 if (container->v2) { in tce_iommu_clear()
587 if (!ret && container->v2) { in tce_iommu_create_table()
763 container->v2) { in tce_iommu_ioctl()
827 if (container->v2) in tce_iommu_ioctl()
887 if (!container->v2) in tce_iommu_ioctl()
913 if (!container->v2) in tce_iommu_ioctl()
937 if (container->v2) in tce_iommu_ioctl()
947 if (container->v2) in tce_iommu_ioctl()
[all …]
Dvfio_iommu_type1.c60 bool v2; member
479 if (iommu->v2) { in vfio_dma_do_unmap()
493 if (!iommu->v2 && unmap->iova > dma->iova) in vfio_dma_do_unmap()
913 iommu->v2 = true; in vfio_iommu_type1_open()
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-class-rfkill7 KernelVersion v2.6.22
24 KernelVersion v2.6.22
/linux-4.4.14/arch/powerpc/boot/
Dps3.c82 u64 v2; in ps3_repository_read_rm_size() local
103 &v2); in ps3_repository_read_rm_size()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c88 u64 v2; in gelic_card_get_ether_port_status() local
94 &card->ether_port_status, &v2); in gelic_card_get_ether_port_status()
120 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
[all …]
/linux-4.4.14/drivers/input/mouse/
Dsentelic.c308 int v0, v1, v2; in fsp_get_sn() local
318 if (fsp_reg_read(psmouse, FSP_REG_SN2, &v2)) in fsp_get_sn()
320 *sn = (v0 << 16) | (v1 << 8) | v2; in fsp_get_sn()
399 int val, v2; in fsp_onpad_hscr() local
404 if (fsp_reg_read(psmouse, FSP_REG_SYSCTL5, &v2)) in fsp_onpad_hscr()
411 v2 |= FSP_BIT_EN_MSID6; in fsp_onpad_hscr()
414 v2 &= ~(FSP_BIT_EN_MSID6 | FSP_BIT_EN_MSID7 | FSP_BIT_EN_MSID8); in fsp_onpad_hscr()
421 if (fsp_reg_write(psmouse, FSP_REG_SYSCTL5, v2)) in fsp_onpad_hscr()
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h782 u64 v2; member
892 features_control->pal_bus_features_val = iprv.v2; in ia64_pal_bus_get_features()
917 conf->pcci_reserved = iprv.v2; in ia64_pal_cache_config_info()
937 prot->pcp_info[4].pcpi_data = iprv.v2 & 0xffffffff; in ia64_pal_cache_prot_info()
938 prot->pcp_info[5].pcpi_data = iprv.v2 >> 32; in ia64_pal_cache_prot_info()
1101 *(u64 *)itc_ratio = iprv.v2; in ia64_pal_freq_ratios()
1119 *la = iprv.v2; in ia64_pal_get_hw_policy()
1420 *features_control = iprv.v2; in ia64_pal_proc_get_features()
1460 ptce->stride[0] = iprv.v2 >> 32; in ia64_get_ptce()
1461 ptce->stride[1] = iprv.v2 & 0xffffffff; in ia64_get_ptce()
[all …]
/linux-4.4.14/drivers/char/
Dsonypi.c651 u8 v1, v2; in sonypi_call1() local
656 v2 = inb_p(sonypi_device.ioport1); in sonypi_call1()
657 return v2; in sonypi_call1()
690 u8 v1, v2;
695 v2 = sonypi_call2(0x8f, fn);
696 if (v1 == v2 && v1 != 0xff)
840 u8 v1, v2, event = 0; in sonypi_irq() local
844 v2 = inb_p(sonypi_device.ioport1 + sonypi_device.evtype_offset); in sonypi_irq()
849 if ((v2 & sonypi_eventtypes[i].data) != in sonypi_irq()
865 v1, v2); in sonypi_irq()
[all …]
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c105 } *v2; member
264 test_payload((uint8_t *) ppd.raw + ppd.v2->tp_h.tp_mac, in walk_v1_v2_rx()
265 ppd.v2->tp_h.tp_snaplen); in walk_v1_v2_rx()
266 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_v1_v2_rx()
408 ppd.v2->tp_h.tp_snaplen = packet_len; in walk_v1_v2_tx()
409 ppd.v2->tp_h.tp_len = packet_len; in walk_v1_v2_tx()
414 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_v1_v2_tx()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dhisilicon-hns-nic.txt4 - compatible: "hisilicon,hns-nic-v1" or "hisilicon,hns-nic-v2".
6 "hisilicon,hns-nic-v2" is for Hi1610 and Hi1612.
Dsamsung-sxgbe.txt4 - compatible: Should be "samsung,sxgbe-v2.0a"
37 compatible = "samsung,sxgbe-v2.0a";
Dhisilicon-hns-dsaf.txt4 - compatible: should be "hisilicon,hns-dsaf-v1" or "hisilicon,hns-dsaf-v2".
6 "hisilicon,hns-dsaf-v2" is for Hi1610 and Hi1612.
Dbrcm,bcmgenet.txt4 - compatible: should contain one of "brcm,genet-v1", "brcm,genet-v2",
37 - compatible: should contain one of "brcm,genet-mdio-v1", "brcm,genet-mdio-v2"
Dbrcm,unimac-mdio.txt4 - compatible: should one from "brcm,genet-mdio-v1", "brcm,genet-mdio-v2",
/linux-4.4.14/sound/soc/samsung/
DMakefile7 snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o
16 obj-$(CONFIG_SND_S3C_I2SV2_SOC) += snd-soc-s3c-i2s-v2.o
/linux-4.4.14/drivers/iio/proximity/
DMakefile7 obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o
DKconfig33 module will be called pulsedlight-lite-v2
/linux-4.4.14/kernel/
Dkcmp.c45 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) in kcmp_ptr() argument
50 t2 = kptr_obfuscate((long)v2, type); in kcmp_ptr()
/linux-4.4.14/Documentation/hwmon/
Dibmaem22 will be exported as platform devices; this driver can talk to both v1 and v2
30 The v2 AEM interface is a bit more sophisticated, being able to present a wider
/linux-4.4.14/arch/openrisc/include/asm/
Dsyscalls.h23 unsigned long *v2);
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dmarvell,kirkwood.txt63 "netgear,readynas-duo-v2"
64 "netgear,readynas-nv+-v2"
Dcpus.txt202 "qcom,kpss-acc-v2"
218 "qcom,kpss-acc-v2"
225 "qcom,kpss-acc-v2"
/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/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt6 - "ti,abb-v2" for newer SoCs like OMAP4, OMAP5
12 - "base-address" - contains base address of ABB module (ti,abb-v1,ti,abb-v2)
90 compatible = "ti,abb-v2";
111 compatible = "ti,abb-v2";
Dmax8907.txt9 - in-v2-supply: The input supply for SD2.
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dqoriq-clock.txt98 * "fsl,qoriq-core-pll-2.0" for core PLL clocks (v2.0)
100 * "fsl,qoriq-core-mux-2.0" for core mux clocks (v2.0)
103 * "fsl,qoriq-sysclk-2.0": for input system clock (v2.0).
106 * "fsl,qoriq-platform-pll-2.0" for the platform PLL clock (v2.0)
/linux-4.4.14/include/scsi/
Dosd_protocol.h174 } __packed v2; member
233 struct osdv2_security_parameters v2; member
252 struct osdv2_cdb v2; member
Dosd_sense.h255 OSD_CFO_STARTING_BYTE = OSD_CDB_OFFSET(v2.start_address),
/linux-4.4.14/arch/arm/mach-orion5x/
DKconfig73 v2 devices are supported.
104 bool "Linksys WRT350N v2"
107 Linksys WRT350N v2 platform.
DMakefile11 obj-$(CONFIG_MACH_WRT350N_V2) += wrt350n-v2-setup.o
/linux-4.4.14/drivers/media/usb/
DMakefile6 obj-y += ttusb-dec/ ttusb-budget/ dvb-usb/ dvb-usb-v2/ siano/ b2c2/
DKconfig43 source "drivers/media/usb/dvb-usb-v2/Kconfig"
/linux-4.4.14/Documentation/ABI/removed/
Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Draw13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Dvideo13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dnetxbig-gpio-ext.txt2 (Example: 2Big/5Big Network v2, 2Big NAS).
/linux-4.4.14/lib/
Datomic64_test.c55 long long v2 = 0xfaceabadf00df001LL; in test_atomic64() local
128 BUG_ON(atomic64_cmpxchg(&v, v2, v1) != v0); in test_atomic64()
/linux-4.4.14/arch/tile/include/hv/
Ddrv_xgbe_intf.h582 lepp_qsub(int v1, int v2) in lepp_qsub() argument
584 int delta = v1 - v2; in lepp_qsub()
/linux-4.4.14/Documentation/devicetree/bindings/edac/
Dapm-xgene-edac.txt31 "apm,xgene-edac-pmd-v2".
37 "apm,xgene-edac-l3-v2".
/linux-4.4.14/drivers/pcmcia/
Dcistpl.c1227 static int parse_vers_2(tuple_t *tuple, cistpl_vers_2_t *v2) in parse_vers_2() argument
1237 v2->vers = p[0]; in parse_vers_2()
1238 v2->comply = p[1]; in parse_vers_2()
1239 v2->dindex = get_unaligned_le16(p + 2); in parse_vers_2()
1240 v2->vspec8 = p[6]; in parse_vers_2()
1241 v2->vspec9 = p[7]; in parse_vers_2()
1242 v2->nhdr = p[8]; in parse_vers_2()
1244 return parse_strings(p, q, 2, v2->str, &v2->vendor, NULL); in parse_vers_2()
/linux-4.4.14/arch/arm/mach-ixp4xx/
DKconfig49 bool "Netgear WG302 v2 / WAG302 v2"
53 WG302 v2 or WAG302 v2 Access Points. For more information
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/
Dexynos-adc.txt15 Must be "samsung,exynos-adc-v2" for
72 compatible = "samsung,exynos3250-adc", "samsung,exynos-adc-v2;
/linux-4.4.14/arch/mips/boot/dts/brcm/
Dbcm7358.dtsi203 compatible = "brcm,genet-v2";
212 compatible = "brcm,genet-mdio-v2";
Dbcm7360.dtsi203 compatible = "brcm,genet-v2";
212 compatible = "brcm,genet-mdio-v2";
Dbcm7362.dtsi199 compatible = "brcm,genet-v2";
208 compatible = "brcm,genet-mdio-v2";
Dbcm7346.dtsi219 compatible = "brcm,genet-v2";
228 compatible = "brcm,genet-mdio-v2";
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-ns2.txt1 Binding for dual-GPIO LED found on Network Space v2 (and parents).
Dleds-netxbig.txt2 boards (Example: 2Big/5Big Network v2, 2Big NAS).
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dsirfsoc-dma.txt7 "sirf,atlas7-dmac-v2"
/linux-4.4.14/arch/arm/mach-pxa/
Dviper.c120 u8 v1, v2; in viper_hw_version() local
128 v2 = VIPER_VERSION; in viper_hw_version()
130 v1 = (v1 != v2 || v1 == 0xff) ? 0 : v1; in viper_hw_version()
/linux-4.4.14/Documentation/cris/
DREADME107 ETRAX 100LX 10/100MBit ethernet v2.0 (c) 2000 Axis Communications AB
122 I2C driver v2.2, (c) 1999-2001 Axis Communications AB
123 ETRAX 100LX GPIO driver v2.1, (c) 2001 Axis Communications AB
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsdhci-pxa.txt1 * Marvell sdhci-pxa v2/v3 controller
/linux-4.4.14/drivers/scsi/osd/
Dosd_initiator.c355 cdbh->v2.list_identifier = list->list_identifier; in _osd_req_encode_olist()
356 cdbh->v2.start_address = list->continuation_id; in _osd_req_encode_olist()
377 return (struct osd_security_parameters *)&ocdb->v2.sec_params; in _osd_req_sec_params()
619 struct osdv2_cdb *ocdb = &or->cdb.v2; in _osdv2_req_encode_common()
629 ocdb->h.v2.length = cpu_to_be64(len); in _osdv2_req_encode_common()
630 ocdb->h.v2.start_address = cpu_to_be64(offset); in _osdv2_req_encode_common()
970 cdbh->v2.cdb_continuation_length = cpu_to_be32(or->cdb_cont.total_bytes); in _osd_req_finalize_cdb_cont()
1488 sec_parms->v2.data_out_integrity_check_offset = offset; in osd_sec_parms_set_out_offset()
1497 sec_parms->v2.data_in_integrity_check_offset = offset; in osd_sec_parms_set_in_offset()
/linux-4.4.14/fs/jffs2/
DLICENCE2 file are part of JFFS2, the Journalling Flash File System v2.
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dphy.c1783 s8 v2; in b43legacy_phy_xmitpower() local
1811 v2 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1815 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) { in b43legacy_phy_xmitpower()
1822 v2 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1824 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) in b43legacy_phy_xmitpower()
1828 v2 = (v2 + 0x20) & 0x3F; in b43legacy_phy_xmitpower()
1834 average = (v0 + v1 + v2 + v3 + 2) / 4; in b43legacy_phy_xmitpower()
/linux-4.4.14/drivers/staging/comedi/drivers/
Djr3_pci.h61 s32 v2; member
Djr3_pci.c259 val = get_s16(&spriv->channel->filter[filter].v2); in jr3_pci_ai_read_chan()
556 spriv->range[7].range.min = -get_s16(&fs->v2) * 100; in jr3_pci_poll_subdevice()
557 spriv->range[7].range.max = get_s16(&fs->v2) * 100; in jr3_pci_poll_subdevice()
/linux-4.4.14/arch/x86/crypto/
Dpoly1305-avx2-x86_64.S120 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5
227 # t1 += [ hc3[3] * s2, hc3[2] * v2, hc3[1] * x2, hc3[0] * z2 ]
251 # t1 += [ hc4[3] * s2, hc4[2] * v2, hc4[1] * x2, hc4[0] * z2 ]
Dcamellia-aesni-avx-asm_64.S267 #define rol32_1_16(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
276 vpcmpgtb v2, zero, t2; \
277 vpaddb v2, v2, v2; \
286 vpor t1, v2, v2; \
Dcamellia-aesni-avx2-asm_64.S306 #define rol32_1_32(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
315 vpcmpgtb v2, zero, t2; \
316 vpaddb v2, v2, v2; \
325 vpor t1, v2, v2; \
Dpoly1305-sse2-x86_64.S331 # combine r2,u2 and s2=r2*5,v2=u2*5
407 # t1 += [ hc3[1] * s2, hc3[0] * v2 ]
436 # t1 += [ hc4[1] * s2, hc4[0] * v2 ]
/linux-4.4.14/drivers/video/fbdev/
Dpxa168fb.h130 #define CFG_CKEY_V2(v2) ((v2) << 24) argument
Dtridentfb.c308 int v2 = v1 | (tmp << 29); in blade_init_accel() local
310 writemmr(par, 0x21C0, v2); in blade_init_accel()
311 writemmr(par, 0x21C4, v2); in blade_init_accel()
312 writemmr(par, 0x21B8, v2); in blade_init_accel()
313 writemmr(par, 0x21BC, v2); in blade_init_accel()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-drv.c508 build = le32_to_cpu(ucode->u.v2.build); in iwl_parse_v1_v2_firmware()
510 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
512 le32_to_cpu(ucode->u.v2.data_size)); in iwl_parse_v1_v2_firmware()
514 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware()
516 le32_to_cpu(ucode->u.v2.init_data_size)); in iwl_parse_v1_v2_firmware()
517 src = ucode->u.v2.data; in iwl_parse_v1_v2_firmware()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/
DKconfig76 Linksys WUSB54GC-EU v2
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dmpic.txt5 KVM_DEV_TYPE_FSL_MPIC_20 Freescale MPIC v2.0
/linux-4.4.14/fs/reiserfs/
Dreiserfs.h1259 static inline __u16 offset_v2_k_type(const struct offset_v2 *v2) in offset_v2_k_type() argument
1261 __u8 type = le64_to_cpu(v2->v) >> 60; in offset_v2_k_type()
1265 static inline void set_offset_v2_k_type(struct offset_v2 *v2, int type) in set_offset_v2_k_type() argument
1267 v2->v = in set_offset_v2_k_type()
1268 (v2->v & cpu_to_le64(~0ULL >> 4)) | cpu_to_le64((__u64) type << 60); in set_offset_v2_k_type()
1271 static inline loff_t offset_v2_k_offset(const struct offset_v2 *v2) in offset_v2_k_offset() argument
1273 return le64_to_cpu(v2->v) & (~0ULL >> 4); in offset_v2_k_offset()
1276 static inline void set_offset_v2_k_offset(struct offset_v2 *v2, loff_t offset) in set_offset_v2_k_offset() argument
1279 v2->v = (v2->v & cpu_to_le64(15ULL << 60)) | cpu_to_le64(offset); in set_offset_v2_k_offset()
/linux-4.4.14/Documentation/ja_JP/
DSubmittingPatches523 一般的には「v1, v2, v3」のようなバージョン情報を表すタグ(過去のパッチに対する
564 このようなコメントの良い例として、v1 と v2 のバージョン間で何が変更されたかを
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu.txt15 "arm,smmu-v2"
/linux-4.4.14/Documentation/xtensa/
Dmmu.txt8 0xF0000000..0xFFFFFFFF (will keep same address in MMU v2 layout;
/linux-4.4.14/drivers/net/can/usb/
DKconfig47 - Kvaser Leaf Light v2
/linux-4.4.14/drivers/leds/
DKconfig457 tristate "LED support for Network Space v2 GPIO LEDs"
465 Network Space v2 (and parents: Max, Mini)
466 Internet Space v2
467 d2 Network v2
477 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt13 also be mentioned (for eg. fsl-usb2-dr-v2.2 for bsc9132).
/linux-4.4.14/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci4 // Copyright: (C) 2014 Wolfram Sang. GPL v2.
/linux-4.4.14/drivers/media/rc/keymaps/
DMakefile48 rc-it913x-v2.o \
/linux-4.4.14/drivers/media/usb/gspca/
Dxirlink_cit.c813 static void cit_model2_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model2_Packet1() argument
820 cit_write_reg(gspca_dev, v2, 0x0127); in cit_model2_Packet1()
834 static void cit_model3_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model3_Packet1() argument
839 cit_write_reg(gspca_dev, v2, 0x0127); in cit_model3_Packet1()
843 static void cit_model4_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model4_Packet1() argument
848 cit_write_reg(gspca_dev, v2, 0x0127); in cit_model4_Packet1()
/linux-4.4.14/drivers/media/dvb-frontends/
DMakefile10 ccflags-y += -I$(srctree)/drivers/media/usb/dvb-usb-v2
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dos_4bri.c153 int v2 = _4bri_is_rev_2_card(a->CardOrdinal); in diva_4bri_init_card() local
157 if (v2) { in diva_4bri_init_card()
390 if (v2) { in diva_4bri_init_card()
/linux-4.4.14/arch/mips/boot/
Delf2ecoff.c118 static int phcmp(const void *v1, const void *v2) in phcmp() argument
121 const Elf32_Phdr *h2 = v2; in phcmp()

12