/linux/Documentation/devicetree/bindings/regulator/ |
H A D | rohm,bd96801-regulator.yaml | 33 Initial voltage for regulator. Voltage can be tuned +/-150 mV from 50 Initial voltage for regulator. Voltage can be tuned +/-150 mV from
|
/linux/drivers/regulator/ |
H A D | bd96801-regulator.c | 142 * 00 => 1 mV/uS 143 * 01 => 5 mV/uS 144 * 10 => 10 mV/uS 145 * 11 => 20 mV/uS 152 * bd96801_buck_init_volts + 0 ... bd96801_buck_init_volts + 150mV 153 * and the range from 0x10 to 0x1f is bd96801_buck_init_volts - 150mV ... 155 * are all unsigned I will apply offset of -150 mV to value in 157 * 150 mV getting all the values to >= 0. 345 * register is voltage tuning value which applies -150 mV ... +150 mV in bd96801_list_voltage_lr() 349 * 'scaled down' by the 150 mV so that all of our tuning values are in bd96801_list_voltage_lr()
|
H A D | rt6245-regulator.c | 166 /* Default over temperature 150'c */ 170 /* Default slewrate 12.5mV/uS */ 174 /* Default voltage 750mV */
|
H A D | twl-regulator.c | 39 /* voltage in mV = table[VSEL]; table_len must be a power-of-two */ 355 /* 600mV to 1450mV in 12.5 mV steps */ 360 /* 600mV to 1450mV in 12.5 mV steps, everything above = 1500mV */ 369 int mV = info->table[index]; in twl4030ldo_list_voltage() local 371 return IS_UNSUP(info, mV) ? 0 : (LDO_MV(mV) * 1000); in twl4030ldo_list_voltage() 538 TWL4030_FIXED_LDO(VUSB3V1, 0x77, 3100, 19, 150, 0x08);
|
H A D | bd718x7-regulator.c | 90 * 00: 10.00mV/usec 10mV 1uS 91 * 01: 5.00mV/usec 10mV 2uS 92 * 10: 2.50mV/usec 10mV 4uS 93 * 11: 1.25mV/usec 10mV 8uS 264 * 0.70 to 1.30V (10mV step) 325 * 3.0V to 3.3V (step 100mV) 349 * 0.8V to 1.40V (step 10mV) 357 * 3.0 to 3.3V (100mV step) 376 * 1.8 to 3.3V (100mV step) 384 * 0.9 to 1.8V (100mV step) [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,pm8916-wcd-analog-codec.yaml | 54 Array of 5 threshold voltages in mV for 5-button detection on 62 Array of 5 threshold voltages in mV for 5-button detection on 70 Voltage (mV) for Mic Bias 117 qcom,mbhc-vthreshold-low = <75 150 237 450 500>; 118 qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
|
H A D | fsl,sgtl5000.yaml | 51 values from 1.25V to 3V by 250mV steps. If this node is not mentioned 106 clocks = <&clks 150>;
|
/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/drivers/staging/fbtft/ |
H A D | fb_hx8353d.c | 23 mdelay(150); in init_display() 45 mdelay(150); in init_display() 78 #define mv BIT(5) macro 96 my | mv | (par->bgr << 3)); in set_var() 104 mx | mv | (par->bgr << 3)); in set_var()
|
H A D | fb_st7735r.c | 21 -2, 150, /* delay */ 99 #define MV BIT(5) macro 116 MY | MV | (par->bgr << 3)); in set_var() 124 MX | MV | (par->bgr << 3)); in set_var()
|
H A D | fb_s6d02a1.c | 92 -2, 150, 113 #define MV BIT(5) macro 131 MY | MV | (par->bgr << 3)); in set_var() 139 MX | MV | (par->bgr << 3)); in set_var()
|
H A D | fb_hx8340bn.c | 54 mdelay(150); in init_display() 122 #define MV BIT(5) in set_var() macro 129 MX | MV | (par->bgr << 3)); in set_var() 137 MY | MV | (par->bgr << 3)); in set_var()
|
/linux/drivers/cpufreq/ |
H A D | armada-37xx-cpufreq.c | 77 /* AVS value for the corresponding voltage (in mV) */ 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() 279 target_vm = avs_map[l0_vdd_min] - 150; in armada37xx_cpufreq_avs_configure()
|
H A D | longhaul.h | 189 150, /* 1001 -> 15.0x */ 225 150, /* 1001 -> 15.0x */ 263 150, /* 1001 -> 15.0x */ 298 150, /* 1001 -> 15.0x */ 313 unsigned short mV; member
|
/linux/net/ethtool/ |
H A D | cabletest.c | 10 * PHY. So allow testing for up to 150 meters. 12 #define MAX_CABLE_LENGTH_CM (150 * 100) 110 /* One TDR sample occupies 20 bytes. For a 150 meter cable, in ethnl_cable_test_alloc() 376 u8 pair, s16 mV) in ethnl_cable_test_amplitude() argument 388 if (nla_put_u16(phydev->skb, ETHTOOL_A_CABLE_AMPLITUDE_mV, mV)) in ethnl_cable_test_amplitude() 400 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() argument 409 if (nla_put_u16(phydev->skb, ETHTOOL_A_CABLE_PULSE_mV, mV)) in ethnl_cable_test_pulse()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-vp9.c | 45 { 44, 24, 16, 150, 177, 202, 33, 19, 156 }, /*left = d153*/ 73 { 46, 27, 80, 150, 55, 124, 55, 121, 135 }, /*left = v */ 113 { 46, 23, 32, 74, 86, 150, 67, 183, 88 }, /*left = d63 */ 142 { 150, 40, 39 }, /* a/l both not split */ 639 { 3, 150, 204 }, 718 { 10, 98, 150 }, 845 { 2, 150, 194 }, 1075 .mv = { 1132 DIVS_INV(150, 151, 152, 153, 154, 155, 156, 157, 158, 159), in fastdiv() 1361 u8 *p = probs->mv.joint; in update_mv_probs() [all …]
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | rohm,bd96801-pmic.yaml | 93 /* 0.5V min INITIAL - 150 mV tune */ 95 /* 3.3V + 150mV tune */
|
/linux/Documentation/admin-guide/media/ |
H A D | bttv-cardlist.rst | 46 - MATRIX-Vision MV-Delta 198 - MATRIX-Vision MV-Delta 2 346 - Osprey 100/150 (878) 350 - Osprey 100/150 (848) 617 * - 150
|
/linux/include/linux/mfd/ |
H A D | max8998.h | 76 * @restart: Restart Level in mV: 100, 150, 200, and -1 for disable.
|
/linux/drivers/power/supply/ |
H A D | adp5061.c | 119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 131 100, 150, 200, 250, 300, 400, 500, 600, 700, 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 | wm831x_power.c | 177 { 150, 2 << WM831X_CHG_TRKL_ILIM_SHIFT }, 192 { 150, 3 << WM831X_CHG_FAST_ILIM_SHIFT }, 222 { 150, 3 << WM831X_CHG_TIME_SHIFT }, 291 "target voltage", "mV"); in wm831x_config_battery()
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | ti,ads7843.yaml | 96 taken with settle_delay us apart, and the second one is used. ~150 110 ti,vref-mv:
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A D | smu14_driver_if_v14_0.h | 398 #define EPCS_SHORTED_POWER 150 757 uint16_t VddGfxVmax; // in mV 820 uint16_t VddGfxVmax; // in mV 964 uint16_t InitGfx; // In mV(Q2) , should be 0? 965 uint16_t InitSoc; // In mV(Q2) 966 uint16_t InitVddIoMem; // In mV(Q2) MemVdd 967 uint16_t InitVddCiMem; // In mV(Q2) VMemP 1019 uint16_t DcTol; // mV Q2 1020 uint16_t DcBtcGb; // mV Q2 1022 uint16_t DcBtcMin; // mV Q2 [all …]
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,pmic-gpio.yaml | 515 - func3 # supported by LV/MV GPIO subtypes 516 - func4 # supported by LV/MV GPIO subtypes 584 pm8921_gpio: gpio@150 {
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm630-sony-xperia-nile.dtsi | 366 * Downstream specifies a range of 1721-3600mV, 402 /* L9B (870mV) is currently unused */ 403 /* L10B (915mV) is currently unused */ 453 regulator-enable-ramp-delay = <150>;
|