/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi_buf_trans.c | 53 /* Idx NT mV d T mV d db */ 60 { .hsw = { 0x00FFFFFF, 0x00040006, 0x0 } }, /* 6: 800 800 0 */ 61 { .hsw = { 0x80E79FFF, 0x00030002, 0x0 } }, /* 7: 800 1000 2 */ 126 /* Idx NT mV d T mV df db */ 129 { .hsw = { 0x00BEFFFF, 0x00140006, 0x0 } }, /* 2: 400 800 6 */ 132 { .hsw = { 0x00D7FFFF, 0x00140006, 0x0 } }, /* 5: 600 800 2.5 */ 134 { .hsw = { 0x00FFFFFF, 0x00140006, 0x0 } }, /* 7: 800 800 0 */ 135 { .hsw = { 0x80E79FFF, 0x001B0002, 0x0 } }, /* 8: 800 1000 2 */ 362 /* Idx NT mV diff db */ 370 { .bxt = { 102, 0x9A, 0, 128, } }, /* 7: 800 0 */ [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq9574-rdp-common.dtsi | 97 * During kernel bootup, the SoC runs at 800MHz with 875mV set by the bootloaders. 100 * Update the regulator-min-microvolt with SVS voltage of 725mV so that 101 * the regulators are brought up with 725mV which is sufficient for all the 102 * corner parts to operate at 800MHz
|
H A D | sdm630-sony-xperia-nile.dtsi | 249 qcom,switching-freq = <800>; 366 * Downstream specifies a range of 1721-3600mV, 402 /* L9B (870mV) is currently unused */ 403 /* L10B (915mV) is currently unused */
|
H A D | sdm660-xiaomi-lavender.dts | 176 * Downstream specifies a range of 1721-3600mV, 369 qcom,switching-freq = <800>;
|
/linux/drivers/cpufreq/ |
H A D | speedstep-centrino.c | 83 frequency/voltage operating point; frequency in MHz, volts in mV. 85 #define OP(mhz, mv) \ argument 88 .driver_data = (((mhz)/100) << 8) | ((mv - 700) / 16) \ 102 OP(800, 988), 111 OP(800, 972), 121 OP( 800, 1020), 133 OP( 800, 1004), 145 OP( 800, 1260), 156 OP( 800, 1180), 167 OP( 800, 1116), [all …]
|
H A D | armada-37xx-cpufreq.c | 77 /* AVS value for the corresponding voltage (in mV) */ 111 {.cpu_freq_max = 800*1000*1000, .divider = {1, 2, 3, 4} }, 213 * - L1 voltage should be about 100mv smaller than L0 voltage 214 * - L2 & L3 voltage should be about 150mv smaller than L0 voltage. 242 * If L0 voltage is smaller than 1000mv, then all VDD sets in armada37xx_cpufreq_avs_configure() 267 * L1 voltage is equal to L0 voltage - 100mv and it must be in armada37xx_cpufreq_avs_configure() 268 * larger than 1000mv in armada37xx_cpufreq_avs_configure() 276 * L2 & L3 voltage is equal to L0 voltage - 150mv and it must in armada37xx_cpufreq_avs_configure() 277 * be larger than 1000mv in armada37xx_cpufreq_avs_configure()
|
H A D | powernow-k8.h | 109 #define MIN_FREQ 800 /* Min and max freqs, per spec */ 121 #define MAXIMUM_VID_STEPS 1 /* Current cpus only allow a single step of 25mV */
|
H A D | longhaul.h | 313 unsigned short mV; member 341 {875, 11}, {850, 10}, {825, 9}, {800, 8},
|
/linux/sound/soc/codecs/ |
H A D | sgtl5000.h | 273 #define SGTL5000_ANA_GND_BASE 800 /* mv */ 274 #define SGTL5000_ANA_GND_STP 25 /*mv */ 311 #define SGTL5000_LINE_OUT_GND_BASE 800 /* mv */
|
H A D | ab8500-codec.c | 1344 "250mV", "300mV", "350mV", "400mV", 1345 "450mV", "500mV", "550mV", "600mV", 1346 "650mV", "700mV", "750mV", "800mV", 1347 "850mV", "900mV", "950mV", "1.00V" };
|
/linux/Documentation/admin-guide/media/ |
H A D | bttv-cardlist.rst | 46 - MATRIX-Vision MV-Delta 198 - MATRIX-Vision MV-Delta 2 646 - Geovision GV-800(S) (master) 647 - 800a:763d 650 - Geovision GV-800(S) (slave) 651 - 800b:763d, 800c:763d, 800d:763d
|
/linux/Documentation/power/regulator/ |
H A D | overview.rst | 100 - voltage output is in the range 800mV -> 3500mV. 108 - Domain-1 voltage is 3300mV 109 - Domain-2 voltage is 1400mV -> 1600mV
|
/linux/include/linux/usb/ |
H A D | pd.h | 232 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 235 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT) argument 238 #define PDO_FIXED(mv, ma, flags) \ argument 240 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 242 #define VSAFE5V 5000 /* mv units */ 244 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 245 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 248 #define PDO_BATT_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MIN_VOLT_SHIFT) argument 249 #define PDO_BATT_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MAX_VOLT_SHIFT) argument 256 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */ [all …]
|
/linux/tools/power/cpupower/debug/i386/ |
H A D | powernow-k8-decode.c | 59 return 800 + (fid * 100); in find_freq_from_fid() 89 printf("cpu %d currently at %d MHz and %d mV\n", in main()
|
/linux/drivers/power/supply/ |
H A D | adp5061.c | 120 700, 750, 800, 850, 900, 950, 1000, 1050, 1100, 1200, 1300, 132 800, 900, 1000, 1200, 1500, 1800, 2100, 212 /* Convert from uV to mV */ in adp5061_set_min_voltage() 280 /* Convert from uV to mV */ in adp5061_set_max_voltage() 301 /* Convert from uV to mV */ in adp5061_set_const_chg_vmax() 407 /* Convert from uV to mV */ in adp5061_set_vweak_th()
|
H A D | bq2415x_charger.c | 530 else if (mA <= 800) in bq2415x_set_current_limit() 553 return 800; in bq2415x_get_current_limit() 559 /* set weak battery voltage in mV */ 560 static int bq2415x_set_weak_battery_voltage(struct bq2415x_device *bq, int mV) in bq2415x_set_weak_battery_voltage() argument 564 /* round to 100mV */ in bq2415x_set_weak_battery_voltage() 565 if (mV <= 3400 + 50) in bq2415x_set_weak_battery_voltage() 567 else if (mV <= 3500 + 50) in bq2415x_set_weak_battery_voltage() 569 else if (mV <= 3600 + 50) in bq2415x_set_weak_battery_voltage() 578 /* get weak battery voltage in mV */ 590 /* set battery regulation voltage in mV */ [all …]
|
/linux/drivers/regulator/ |
H A D | rt6245-regulator.c | 170 /* Default slewrate 12.5mV/uS */ 172 /* Default switch frequency 800KHz */ 174 /* Default voltage 750mV */
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-novatek-nt35510.c | 313 * VGMP 0x00 = 3.0V .. 0x108 = 6.3V in steps of 12.5mV 314 * VGSP 0x00 = 0V .. 0x111 = 3.7V in steps of 12.5mV 331 * VCM 0x00 = 0V/0 .. 0x118 = 3.5V/280 in steps of 12.5mV/1step 408 * MV bit 5 is the row/column exchange. 1234 * Frame rate = (20 MHz / 1) / (389 * (7 + 50 + 800)) ~= 60 Hz 1243 .vdisplay = 800, 1244 .vsync_start = 800 + 2, /* VFP = 2 */ 1245 .vsync_end = 800 + 2 + 0, /* VSync = 0 */ 1246 .vtotal = 800 + 2 + 0 + 5, /* VBP = 5 */ 1317 .vdisplay = 800, [all …]
|
/linux/drivers/iio/adc/ |
H A D | hx711.c | 124 * and 0.56 us for PD_SCK low on TI Sitara with 800 MHz in hx711_cycle() 313 * a scale greater than 1 mV per LSB is not possible in hx711_write_raw() 502 * AVDD is in uV, but we need 10^-9 mV in hx711_probe() 504 * 1 LSB = (AVDD * 100) / GAIN / 1678 [10^-9 mV] in hx711_probe() 507 /* we need 10^-9 mV */ in hx711_probe()
|
/linux/Documentation/networking/device_drivers/ethernet/dlink/ |
H A D | dl2k.rst | 256 For example, rx_coalesce=10 rx_timeout=800. 296 mv dl2k.tmp dl2k.c 301 mv dl2k.tmp dl2k.c
|
/linux/Documentation/power/ |
H A D | video.rst | 106 Acer TM 800 vga=normal, X patches, see webpage (5) 141 HP Omnibook XE3GC none (1), video is S3 Savage/IX-MV 145 Savage/IX-MV, vesafb gets "interesting"
|
/linux/drivers/hwmon/pmbus/ |
H A D | adm1275.c | 126 [2] = { 1326, 20480, -1 }, /* current, vsense range 15mV */ 127 [3] = { 663, 20480, -1 }, /* current, vsense range 30mV */ 128 [4] = { 3512, 0, -2 }, /* power, vrange 60V, irange 15mV */ 129 [5] = { 21071, 0, -3 }, /* power, vrange 100V, irange 15mV */ 130 [6] = { 17561, 0, -3 }, /* power, vrange 60V, irange 30mV */ 131 [7] = { 10535, 0, -3 }, /* power, vrange 100V, irange 30mV */ 152 [1] = { 800, 20475, -1 }, /* current */
|
/linux/drivers/usb/typec/tcpm/ |
H A D | fusb302.c | 59 [SRC_CURRENT_DEFAULT] = 4, /* 210mV */ 60 [SRC_CURRENT_MEDIUM] = 9, /* 420mV */ 61 [SRC_CURRENT_HIGH] = 18, /* 798mV */ 65 [SRC_CURRENT_DEFAULT] = 38, /* 1638mV */ 66 [SRC_CURRENT_MEDIUM] = 38, /* 1638mV */ 67 [SRC_CURRENT_HIGH] = 61, /* 2604mV */ 448 * this can take upto 600ms, wait 800ms max. in tcpm_get_current_limit() 450 timeout = jiffies + msecs_to_jiffies(800); in tcpm_get_current_limit()
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-odroid-go-ultra.dts | 64 abs-range = <800 3000>; 322 /* RK817 only supports 12.5mV steps, round up the values */ 350 /* RK818 only supports 12.5mV steps, round up the values */
|
/linux/include/linux/ |
H A D | power_supply.h | 414 * at 900mA to 4340mV, then maintenance charged at 600mA and 4150mV for up to 415 * 60 hours, then maintenance charged at 600mA and 4100mV for up to 200 hours. 716 * when it is cold. You can put in 1500mAh and only get 800mAh out before the
|