Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 1567) sorted by relevance

12345678910>>...63

/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-kirkwood.c19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro
25 VARIANT_MV88F6180 = V(1, 0, 0, 0, 0, 0, 0),
26 VARIANT_MV88F6190 = V(0, 1, 0, 0, 0, 0, 0),
27 VARIANT_MV88F6192 = V(0, 0, 1, 0, 0, 0, 0),
28 VARIANT_MV88F6281 = V(0, 0, 0, 1, 0, 0, 0),
29 VARIANT_MV88F6282 = V(0, 0, 0, 0, 1, 0, 0),
30 VARIANT_MV98DX4122 = V(0, 0, 0, 0, 0, 1, 0),
31 VARIANT_MV98DX1135 = V(0, 0, 0, 0, 0, 0, 1),
36 MPP_VAR_FUNCTION(0x0, "gpio", NULL, V(1, 1, 1, 1, 1, 1, 1)),
37 MPP_VAR_FUNCTION(0x1, "nand", "io2", V(1, 1, 1, 1, 1, 1, 1)),
[all …]
/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.def10 WRITE_ONCE(X,V) { __store{once}(X,V); }
13 smp_store_release(X,V) { __store{release}(*X,V); }
31 xchg(X,V) __xchg{mb}(X,V)
32 xchg_relaxed(X,V) __xchg{once}(X,V)
33 xchg_release(X,V) __xchg{release}(X,V)
34 xchg_acquire(X,V) __xchg{acquire}(X,V)
35 cmpxchg(X,V,W) __cmpxchg{mb}(X,V,W)
62 atomic_set(X,V) { WRITE_ONCE(*X,V); }
66 atomic_add(V,X) { __atomic_op(X,+,V); }
67 atomic_sub(V,X) { __atomic_op(X,-,V); }
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv371 "CLC","CLC","clc","F8","V","V","","","","",""
372 "CLD","CLD","cld","FC","V","V","","","","",""
376 "CLI","CLI","cli","FA","V","V","","","","",""
378 "CLTS","CLTS","clts","0F 06","V","V","","","","",""
383 "CMC","CMC","cmc","F5","V","V","","","","",""
761 "HLT","HLT","hlt","F4","V","V","","","","",""
796 "INSB","INSB","insb","6C","V","V","","","","",""
1789 "RSM","RSM","rsm","0F AA","V","V","","","","",""
2002 "STC","STC","stc","F9","V","V","","","","",""
2003 "STD","STD","std","FD","V","V","","","","",""
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc59 F4(VRI_c, V(1,8), V(3,12), I(2,16,16), M(4,32))
60 F5(VRI_d, V(1,8), V(2,12), V(3,16), I(4,24,8), M(5,32))
62 F5(VRI_f, V(1,8), V(2,12), V(3,16), M(5,24), I(4,28,8))
67 F5(VRR_b, V(1,8), V(2,12), V(3,16), M(5,24), M(4,32))
68 F6(VRR_c, V(1,8), V(2,12), V(3,16), M(6,24), M(5,28), M(4,32))
69 F6(VRR_d, V(1,8), V(2,12), V(3,16), M(5,20), M(6,24), V(4,32))
70 F6(VRR_e, V(1,8), V(2,12), V(3,16), M(6,20), M(5,28), V(4,32))
72 F1(VRR_g, V(1,12))
73 F3(VRR_h, V(1,12), V(2,16), M(3,24))
75 F4(VRS_a, V(1,8), V(3,12), BD(2,16,20), M(4,32))
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dmc13783-adc.rst47 0 Battery Voltage (BATT) 2.50 - 4.65V -2.40V
49 2 Application Supply (BP) 2.50 - 4.65V -2.40V
51 0 - 20V /10
55 1.50 - 3.50V -1.20V
57 0 - 2.55V / x0.9 / No
58 8 General Purpose ADIN8 0 - 2.30V No
59 9 General Purpose ADIN9 0 - 2.30V No
73 0 Battery Voltage (BATT) 0 - 4.8V /2
77 0 - 20V /10
79 Touchscreen X-plate 1 0 - 2.4V No
[all …]
H A Ddme1737.rst94 in0: +5VTR (+5V standby) 0V - 6.64V
97 in3: +5V 0V - 6.64V
98 in4: +12V 0V - 16V
100 in6: Vbat (+3.0V) 0V - 4.38V
104 in0: +2.5V 0V - 3.32V
107 in3: +5V 0V - 6.64V
108 in4: +12V 0V - 16V
110 in6: Vbat (+3.0V) 0V - 4.38V
120 in6: Vbat (+3.0V) 0V - 4.38V
130 in6: Vbat (+3.0V) 0V - 4.38V
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dxor_vmx.c25 unative_t *V = (unative_t *)V##_in; \
26 unative_t V##_0, V##_1, V##_2, V##_3
28 #define LOAD(V) \ argument
30 V##_0 = V[0]; \
31 V##_1 = V[1]; \
32 V##_2 = V[2]; \
33 V##_3 = V[3]; \
38 V[0] = V##_0; \
39 V[1] = V##_1; \
40 V[2] = V##_2; \
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dslogn.S389 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))]
400 fmulx %fp3,%fp1 | ...V*(A4+V*A6)
401 fmulx %fp3,%fp2 | ...V*(A3+V*A5)
403 faddd LOGA2,%fp1 | ...A2+V*(A4+V*A6)
406 fmulx %fp3,%fp1 | ...V*(A2+V*(A4+V*A6))
408 fmulx %fp3,%fp2 | ...V*(A1+V*(A3+V*A5)), FP3 RELEASED
410 fmulx %fp0,%fp1 | ...U*V*(A2+V*(A4+V*A6))
411 faddx %fp2,%fp0 | ...U+V*(A1+V*(A3+V*A5)), FP2 RELEASED
413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6))
436 |--LET V=U*U, W=V*V, CALCULATE
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dexynos4412-odroid.dts59 regulator-name = "VDD_ALIVE_1.0V";
77 regulator-name = "VDDQ_MMC2_2.8V";
89 regulator-name = "VMPLL_1.0V";
95 regulator-name = "VPLL_1.1V";
113 regulator-name = "VDD_ABB1_1.8V";
119 regulator-name = "VDD_UOTG_3.0V";
125 regulator-name = "VDD_C2C_1.8V";
163 regulator-name = "TFLASH_2.8V";
186 regulator-name = "VDD_MIF_1.0V";
192 regulator-name = "VDD_ARM_1.0V";
[all …]
H A Ds5pc1xx-goni.dts51 regulator-name = "VALIVE_1.1V";
67 regulator-name = "VADC_3.3V";
74 regulator-name = "VTF_2.8V";
81 regulator-name = "VCC_3.3V";
88 regulator-name = "VLCD_1.8V";
110 regulator-name = "VPLL_1.1V";
132 regulator-name = "CAM_A_2.8V";
153 regulator-name = "VMIPI_1.8V";
168 regulator-name = "VARM_1.2V";
175 regulator-name = "VINT_1.2V";
[all …]
H A Dexynos4210-universal_c210.dts82 regulator-name = "VALIVE_1.2V";
96 regulator-name = "VADC_3.3V";
102 regulator-name = "VTF_2.8V";
127 regulator-name = "VCC_2.8V";
134 regulator-name = "VPLL_1.1V";
148 regulator-name = "PS_2.8V";
154 regulator-name = "VHIC_1.2V";
184 regulator-name = "VINT_1.1V";
192 regulator-name = "VG3D_1.1V";
199 regulator-name = "VCC_1.8V";
[all …]
/openbmc/linux/tools/build/tests/
H A Drun.sh5 make -C ex V=1 clean > ex.out 2>&1
6 make -C ex V=1 >> ex.out 2>&1
13 make -C ex V=1 clean > /dev/null 2>&1
18 make -C ex V=1 clean > ex.out 2>&1
21 make -rR -C ex V=1 ex.o >> ex.out 2>&1
22 make -rR -C ex V=1 ex.i >> ex.out 2>&1
23 make -rR -C ex V=1 ex.s >> ex.out 2>&1
35 make -C ex V=1 clean > /dev/null 2>&1
40 make -C ex V=1 clean > ex.out 2>&1
53 make -C ex V=1 >> ex.out 2>&1
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmb86a16.c776 (*(V + 30 + v) > *(V + 30 + v - 1)) && in swp_freq_calcuation()
785 (*(V + 30 + v - 1) > *(V + 30 + v)) && in swp_freq_calcuation()
801 (*(V + 30 + v) > *(V + 30 + v - 2)) && in swp_freq_calcuation()
806 if (*(V + 30 + v) >= *(V + 30 + v - 1)) { in swp_freq_calcuation()
830 (*(V + 30 + v + 1) > *(V + 30 + v)) && in swp_freq_calcuation()
839 (*(V + 30 + v) > *(V + 30 + v + 1)) && in swp_freq_calcuation()
840 (*(V + 30 + v) > *(V + 30 + v + 2)) && in swp_freq_calcuation()
849 (*(V + 30 + v + 1) > *(V + 30 + v)) && in swp_freq_calcuation()
865 (*(V + 30 + v) > *(V + 30 + v + 2)) && in swp_freq_calcuation()
867 (*(V + 30 + v) > *(V + 30 + v + 3)) && in swp_freq_calcuation()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc370 X86_OP_ENTRY3(MOVQ, W,x, None, None, V,q, vex5),
371 X86_OP_ENTRY3(MOVq_dq, V,dq, None, None, N,q),
695 * quadword of the V operand.
802 X86_OP_ENTRY3(CVTPI2Px, V,x, None,None, Q,q),
803 X86_OP_ENTRY3(CVTPI2Px, V,x, None,None, Q,q),
885 X86_OP_ENTRY2(VCVTDQ2PS, V,x, W,x, vex2),
886 X86_OP_ENTRY2(VCVTPS2DQ, V,x, W,x, vex2),
887 X86_OP_ENTRY2(VCVTTPS2DQ, V,x, W,x, vex2),
897 X86_OP_ENTRY2(VCVTTPD2DQ, V,x, W,x, vex2),
898 X86_OP_ENTRY2(VCVTDQ2PD, V,x, W,x, vex5),
[all …]
/openbmc/linux/Documentation/virt/hyperv/
H A Doverview.rst6 enlightened guest on Microsoft's Hyper-V hypervisor. Hyper-V
19 Linux Guest Communication with Hyper-V
24 some guest actions trap to Hyper-V. Hyper-V emulates the action and
29 Hyper-V, passing parameters. Hyper-V performs the requested action
32 Hyper-V. On x86/x64, hypercalls use a Hyper-V specific calling
99 Hyper-V the GPA of the allocated memory. But Hyper-V then replaces
112 memory shared with Hyper-V should be revoked. Hyper-V could modify
148 On arm64, Hyper-V supports only 64-bit guests.
155 when accessing data shared with Hyper-V.
160 Hyper-V back to Windows Server 2012 Hyper-V. Support for running
[all …]
H A Dclocks.rst8 On arm64, Hyper-V virtualizes the ARMv8 architectural system counter
12 architectural system counter is functional in guest VMs on Hyper-V.
15 Linux kernel in a Hyper-V guest on arm64. However, older versions
16 of Hyper-V for arm64 only partially virtualize the ARMv8
32 calibration and sets tsc_reliable. Hyper-V provides virtualized
33 versions of the PIT (in Hyper-V Generation 1 VMs only), local
40 and the hypervisor. Hyper-V populates this memory page with a
43 as described in the Hyper-V TLFS. The resulting value advances
45 to a host with a different TSC frequency, Hyper-V adjusts the
49 Starting with Windows Server 2022 Hyper-V, Hyper-V uses hardware
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dsamsung,s5k5baf.yaml39 description: Analog power supply 2.8V (2.6V to 3.0V)
42 description: I/O power supply 1.8V (1.65V to 1.95V) or 2.8V (2.5V to 3.1V)
46 Regulator input power supply 1.8V (1.7V to 1.9V) or 2.8V (2.6V to 3.0)
/openbmc/linux/Documentation/translations/zh_CN/riscv/
H A Dpatch-acceptance.rst18 RISC-V指令集体系结构是公开开发的:
20 生更改---有时以不兼容的方式对以前的草案进行更改。这种灵活性可能会给RISC-V Linux
22 们希望推广同样的规则到即将被内核合并的RISC-V相关代码。
26 我们仅接受相关标准已经被RISC-V基金会标准为“已批准”或“已冻结”的扩展或模块的补丁。
29 此外,RISC-V规范允许爱好者创建自己的自定义扩展。这些自定义拓展不需要通过RISC-V
30 基金会的任何审核或批准。为了避免将爱好者一些特别的RISC-V拓展添加进内核代码带来
31 的维护复杂性和对性能的潜在影响,我们将只接受RISC-V基金会正式冻结或批准的的扩展
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconversion.hpp108 template <log_flags... Fs, std::signed_integral V>
124 template <log_flags... Fs, std::same_as<bool> V>
144 template <log_flags... Fs, std::floating_point V>
164 template <log_flags... Fs, sdbusplus_enum V>
184 template <log_flags... Fs, string_like_type V>
203 auto str_data = [](const V& v) { in log_convert()
225 template <log_flags... Fs, pointer_type V>
249 template <log_flags... Fs, exception_type V>
269 template <log_flags... Fs, sdbusplus_object_path V>
288 template <log_flags... Fs, has_to_string V>
[all …]
/openbmc/qemu/disas/
H A Dnios2.c215 #define SET_IW_R1_OP(V) (((V) & IW_R1_OP_UNSHIFTED_MASK) << IW_R1_OP_LSB) argument
222 #define SET_IW_I_A(V) (((V) & IW_I_A_UNSHIFTED_MASK) << IW_I_A_LSB) argument
229 #define SET_IW_I_B(V) (((V) & IW_I_B_UNSHIFTED_MASK) << IW_I_B_LSB) argument
243 #define SET_IW_R_A(V) (((V) & IW_R_A_UNSHIFTED_MASK) << IW_R_A_LSB) argument
250 #define SET_IW_R_B(V) (((V) & IW_R_B_UNSHIFTED_MASK) << IW_R_B_LSB) argument
257 #define SET_IW_R_C(V) (((V) & IW_R_C_UNSHIFTED_MASK) << IW_R_C_LSB) argument
264 #define SET_IW_R_OPX(V) (((V) & IW_R_OPX_UNSHIFTED_MASK) << IW_R_OPX_LSB) argument
672 #define SET_IW_R2_OP(V) (((V) & IW_R2_OP_UNSHIFTED_MASK) << IW_R2_OP_LSB) argument
708 #define SET_IW_I12_X(V) (((V) & IW_I12_X_UNSHIFTED_MASK) << IW_I12_X_LSB) argument
1191 #define SET_IW_F2_A(V) (((V) & IW_F2_A_UNSHIFTED_MASK) << IW_F2_A_LSB) argument
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dentry.S691 #define V(n) stt $f##n, FR(n) macro
692 V( 0); V( 1); V( 2); V( 3)
693 V( 4); V( 5); V( 6); V( 7)
694 V( 8); V( 9); V(10); V(11)
695 V(12); V(13); V(14); V(15)
696 V(16); V(17); V(18); V(19)
697 V(20); V(21); V(22); V(23)
698 V(24); V(25); V(26); V(27)
700 V(28); V(29); V(30)
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos3250-artik5.dtsi102 regulator-name = "VLDO1_1.0V";
110 regulator-name = "VLDO2_1.2V";
121 regulator-name = "VLDO3_1.8V";
129 regulator-name = "VLDO4_1.8V";
137 regulator-name = "VLDO5_1.0V";
145 regulator-name = "VLDO6_1.0V";
156 regulator-name = "VLDO7_1.8V";
164 regulator-name = "VLDO8_3.0V";
172 regulator-name = "VLDO9_1.2V";
179 regulator-name = "VLDO10_1.0V";
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l32.txt25 3 = Boost voltage fixed at 5 V.
40 0 = 3.1V
41 1 = 3.2V
42 2 = 3.3V (Default)
43 3 = 3.4V
46 0 = 3.1V
47 1 = 3.2V
48 2 = 3.3V
49 3 = 3.4V (Default)
50 4 = 3.5V
[all …]
/openbmc/linux/Documentation/fb/
H A Dviafb.modes29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz
116 # D: 52.406 MHz, H: 61.800 kHz, V: 120.00 Hz
137 # D: 26.880 MHz, H: 30.000 kHz, V: 60.24 Hz
158 # D: 29.500 MHz, H: 29.738 kHz, V: 60.00 Hz
179 # D: 32.668 MHz, H: 35.820 kHz, V: 60.00 Hz
200 # D: 40.00 MHz, H: 37.879 kHz, V: 60.32 Hz
[all …]
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h309 #define fVSATDW(U, V) fVSATW(((((long long)U) << 32) | fZXTN(32, 64, V))) argument
310 #define fVASL_SATHI(U, V) fVSATW(((U) << 1) | ((V) >> 31)) argument
311 #define fVUADDSAT(WIDTH, U, V) \ argument
313 #define fVSADDSAT(WIDTH, U, V) \ argument
315 #define fVUSUBSAT(WIDTH, U, V) \ argument
317 #define fVSSUBSAT(WIDTH, U, V) \ argument
319 #define fVAVGU(WIDTH, U, V) \ argument
321 #define fVAVGURND(WIDTH, U, V) \ argument
323 #define fVNAVGU(WIDTH, U, V) \ argument
328 #define fVAVGS(WIDTH, U, V) \ argument
[all …]

12345678910>>...63