Home
last modified time | relevance | path

Searched +full:450 +full:ma (Results 1 – 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dti,lp8727.yaml53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
76 /* AC charger: 5% EOC and 500mA charging current */
83 /* USB charger: 10% EOC and 400mA charging current */
/kernel/linux/linux-5.10/drivers/power/supply/
Dsc2731_charger.c46 /* Default current definition (unit is mA) */
51 #define SC2731_CURRENT_PRECHG 450
120 /* Calculate the step value, each step is 50 mA */ in sc2731_charger_set_current()
123 /* Set pre-charge current as 450 mA */ in sc2731_charger_set_current()
387 * default charge termination current to 120 mA, and default in sc2731_charger_hw_init()
Dwm831x_power.c198 { 450, 9 << WM831X_CHG_FAST_ILIM_SHIFT },
232 { 450, 13 << WM831X_CHG_TIME_SHIFT },
287 "trickle charge current limit", "mA"); in wm831x_config_battery()
295 "fast charge current limit", "mA"); in wm831x_config_battery()
299 "end of charge current threshold", "mA"); in wm831x_config_battery()
Dadp5061.c82 #define ADP5061_ICHG_MAX 1300 // mA
119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650,
195 /* Convert from uA to mA */ in adp5061_set_input_current_limit()
319 /* Convert from uA to mA */ in adp5061_set_const_chg_current()
374 /* Convert from uA to mA */ in adp5061_set_prechg_current()
Dab8500_charger.c146 /* VBUS input current limits supported in AB8500 in mA */
152 #define USB_CH_IP_CUR_LVL_0P45 450
702 * is maximum 500 mA. Every occurrence of USB_STAT_*_HOST_* in ab8500_charger_max_usb_curr()
730 * can consume (900mA). Closest level is 500mA in ab8500_charger_max_usb_curr()
738 * Dedicated charger level minus 120mA (20mA for ACA and in ab8500_charger_max_usb_curr()
739 * 100mA for potential accessory). Closest level is 1300mA in ab8500_charger_max_usb_curr()
1071 * the standard usb host. This will be in mA.
1072 * This function converts current in mA to a value that can be written
1124 * @ich: charger current, in mA
1202 dev_dbg(di->dev, "%s set charger current: %d mA for reg: 0x%02x\n", in ab8500_charger_set_current()
[all …]
/kernel/linux/linux-6.6/drivers/power/supply/
Dsc2731_charger.c46 /* Default current definition (unit is mA) */
51 #define SC2731_CURRENT_PRECHG 450
120 /* Calculate the step value, each step is 50 mA */ in sc2731_charger_set_current()
123 /* Set pre-charge current as 450 mA */ in sc2731_charger_set_current()
387 * default charge termination current to 120 mA, and default in sc2731_charger_hw_init()
Dwm831x_power.c198 { 450, 9 << WM831X_CHG_FAST_ILIM_SHIFT },
232 { 450, 13 << WM831X_CHG_TIME_SHIFT },
287 "trickle charge current limit", "mA"); in wm831x_config_battery()
295 "fast charge current limit", "mA"); in wm831x_config_battery()
299 "end of charge current threshold", "mA"); in wm831x_config_battery()
Dadp5061.c82 #define ADP5061_ICHG_MAX 1300 // mA
119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650,
195 /* Convert from uA to mA */ in adp5061_set_input_current_limit()
319 /* Convert from uA to mA */ in adp5061_set_const_chg_current()
374 /* Convert from uA to mA */ in adp5061_set_prechg_current()
Dbq25890_charger.c314 470, 460, 455, 450, 440, 435, 430, 425,
344 /* TODO: BQ25896 has max ICHG 3008 mA */
580 /* converted_val = ADC_val * 50mA (table 10.3.19) */ in bq25890_power_supply_get_property()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/backlight/
Dqcom-wled.yaml58 mA; per-string current limit.
75 mA; boost current limit.
191 enum: [ 105, 280, 450, 620, 970, 1150, 1300, 1500 ]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/backlight/
Dqcom-wled.yaml62 mA; per-string current limit.
79 mA; boost current limit.
201 enum: [ 105, 280, 450, 620, 970, 1150, 1300, 1500 ]
/kernel/linux/linux-6.6/include/linux/usb/
Dpd.h232 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
235 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
237 #define PDO_FIXED(mv, ma, flags) \ argument
239 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
257 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
261 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
278 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
287 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
288 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT)
364 #define PDO_FIXED_OP_CURR(ma) ((((ma) / 10) & RDO_CURR_MASK) << RDO_FIXED_OP_CURR_SHIFT) argument
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dapq8016-sbc.dts263 qcom,mbhc-vthreshold-low = <75 150 237 450 500>;
264 qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
275 * expansion connector that is able to provide at least 0.18W / 100 mA.
276 * L15/L16 are connected in parallel to provide 55 mA each. A minimum load
278 * would only provide 5 mA.
407 * 2mA drive strength is not enough when connecting multiple
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
Dmtrr.c18 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
88 * Intel 450NX errata # 23. Non ascending cacheline evictions to in have_wrcomb()
93 pr_info("Intel 450NX MMC detected. Write-combining disabled.\n"); in have_wrcomb()
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dapq8016-sbc.dtsi389 qcom,mbhc-vthreshold-low = <75 150 237 450 500>;
390 qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
537 * 2mA drive strength is not enough when connecting multiple
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
Dmtrr.c18 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
109 * Intel 450NX errata # 23. Non ascending cacheline evictions to in have_wrcomb()
114 pr_info("Intel 450NX MMC detected. Write-combining disabled.\n"); in have_wrcomb()
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3328.dtsi605 compatible = "rockchip,rk3328-mali", "arm,mali-450";
1090 pcfg_pull_none_2ma: pcfg-pull-none-2ma {
1095 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
1100 pcfg_pull_up_4ma: pcfg-pull-up-4ma {
1105 pcfg_pull_none_4ma: pcfg-pull-none-4ma {
1110 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
1115 pcfg_pull_none_8ma: pcfg-pull-none-8ma {
1120 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
1125 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1130 pcfg_pull_up_12ma: pcfg-pull-up-12ma {
/kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/
Drk3328.dtsi608 compatible = "rockchip,rk3328-mali", "arm,mali-450";
1121 pcfg_pull_none_2ma: pcfg-pull-none-2ma {
1126 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
1131 pcfg_pull_up_4ma: pcfg-pull-up-4ma {
1136 pcfg_pull_none_4ma: pcfg-pull-none-4ma {
1141 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
1146 pcfg_pull_none_8ma: pcfg-pull-none-8ma {
1151 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
1156 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1161 pcfg_pull_up_12ma: pcfg-pull-up-12ma {
/kernel/linux/linux-5.10/drivers/iio/proximity/
Disl29501.c677 /* light = raw_light * 35 / 10000 (mA) */ in isl29501_get_scale()
765 do_div(freq, 450 * (sample_time + 1)); in isl29501_get_freq()
/kernel/linux/linux-6.6/drivers/iio/proximity/
Disl29501.c677 /* light = raw_light * 35 / 10000 (mA) */ in isl29501_get_scale()
765 do_div(freq, 450 * (sample_time + 1)); in isl29501_get_freq()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch17986 - HSTT( 450, 67, 31, 55, 21),
21495 @@ -450,6 +2800,24 @@ static const struct dw_hdmi_plat_data rk3328_hdmi_drv_data = {
43822 @@ -227,15 +450,40 @@ static int dwcmshc_resume(struct device *dev)
59785 +/* max sclk of driver strength 4mA */
62229 + * draw at max 100mA while in a connected, but unconfigured state.