Searched refs:VLEV (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Ddpmc.c28 * bfin_set_vlev - Update VLEV field in VR_CTL Reg.
38 bfin_write_VR_CTL((bfin_read_VR_CTL() & ~VLEV) | vlev);
43 * bfin_get_vlev - Get CPU specific VLEV from platform device data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddpmc.h76 #define VLEV 0x00F0 /* Internal Voltage Level */ macro
78 #define VLEV_085 0x0040 /* VLEV = 0.85 V (-5% - +10% Accuracy) */
79 #define VLEV_090 0x0050 /* VLEV = 0.90 V (-5% - +10% Accuracy) */
80 #define VLEV_095 0x0060 /* VLEV = 0.95 V (-5% - +10% Accuracy) */
81 #define VLEV_100 0x0070 /* VLEV = 1.00 V (-5% - +10% Accuracy) */
82 #define VLEV_105 0x0080 /* VLEV = 1.05 V (-5% - +10% Accuracy) */
83 #define VLEV_110 0x0090 /* VLEV = 1.10 V (-5% - +10% Accuracy) */
84 #define VLEV_115 0x00A0 /* VLEV = 1.15 V (-5% - +10% Accuracy) */
85 #define VLEV_120 0x00B0 /* VLEV = 1.20 V (-5% - +10% Accuracy) */
87 #define VLEV_085 0x0060 /* VLEV
[all...]

Completed in 18 milliseconds