Home
last modified time | relevance | path

Searched +full:625 +full:ma (Results 1 – 25 of 31) sorted by relevance

12

/kernel/linux/linux-6.6/Documentation/leds/
Dleds-mt6370-rgb.rst13 a sink current up to 24mA and a CHG_VIN power good indicator LED with sink
14 current up to 6mA. It provides three operation modes for RGB LEDs:
62 "0 125 0 125 0 125 0 125 0 625 0 1050"
64 This Will configure Tr1/Tr2/Tf1/Tf2 to 125m, Ton to 625ms, and Toff to 1050ms.
/kernel/linux/linux-5.10/drivers/hwmon/
Dltc2945.c66 /* Return the value from the given register in uW, mV, or mA */
106 val *= 625LL; in ltc2945_reg_to_val()
135 * an 1 mOhm sense resistor, in mA. If a different sense in ltc2945_reg_to_val()
174 val = DIV_ROUND_CLOSEST(val, 625); in ltc2945_val_to_reg()
207 * an 1 mOhm sense resistor, in mA. If a different sense in ltc2945_val_to_reg()
Dltc4261.c89 /* Return the voltage from the given register in mV or mA */
105 * an 1 mOhm sense resistor, in mA. If a different sense in ltc4261_get_value()
110 val = val * 625 / 10; in ltc4261_get_value()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/
Dmaxim,max77693.yaml31 outputs. The maximum current on each output is reduced to 625mA then. If
/kernel/linux/linux-5.10/include/uapi/linux/dvb/
Dvideo.h23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
156 /* 13-12 TV system (0=525/60, 1=625/50) */
164 *camera, 1=film (625/50 only)) */
/kernel/linux/linux-5.10/drivers/leds/
Dleds-lt3593.c30 * falling edge decreases the current level by 625uA. Up to 32 pulses in lt3593_led_set()
31 * can be sent, so the maximum power reduction is 20mA. in lt3593_led_set()
/kernel/linux/linux-6.6/drivers/leds/
Dleds-lt3593.c31 * falling edge decreases the current level by 625uA. Up to 32 pulses in lt3593_led_set()
32 * can be sent, so the maximum power reduction is 20mA. in lt3593_led_set()
/kernel/linux/linux-5.10/include/linux/usb/
Dpd.h231 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
234 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
236 #define PDO_FIXED(mv, ma, flags) \ argument
238 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
256 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
260 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
277 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
286 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
287 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT)
363 #define PDO_FIXED_OP_CURR(ma) ((((ma) / 10) & RDO_CURR_MASK) << RDO_FIXED_OP_CURR_SHIFT) argument
[all …]
/kernel/linux/linux-6.6/drivers/hwmon/
Dltc2945.c82 /* Return the value from the given register in uW, mV, or mA */
122 val *= 625LL; in ltc2945_reg_to_val()
157 /* 25 uV resolution. Convert to mA. */ in ltc2945_reg_to_val()
199 val = DIV_ROUND_CLOSEST_ULL(val, 625 * 1000); in ltc2945_val_to_reg()
230 /* 25 uV resolution. Convert to mA. */ in ltc2945_val_to_reg()
Dltc4261.c89 /* Return the voltage from the given register in mV or mA */
105 * an 1 mOhm sense resistor, in mA. If a different sense in ltc4261_get_value()
110 val = val * 625 / 10; in ltc4261_get_value()
/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-5.10/Documentation/devicetree/bindings/mfd/
Dmax77693.txt62 the charging current will be reduced by 105 mA/Celsius.
92 to 625mA then. If not enabled explicitly, boost setting defaults to
/kernel/linux/linux-5.10/drivers/power/supply/
Dds2760_battery.c97 int current_raw; /* units of 0.625 mA */
296 /* DS2760 reports current in signed units of 0.625mA, but the battery in ds2760_battery_read_status()
297 * class reports in units of µA, so convert by multiplying by 625. */ in ds2760_battery_read_status()
301 di->current_uA = di->current_raw * 625; in ds2760_battery_read_status()
412 * we've seen the current < 10 mA at least two in ds2760_battery_update_status()
/kernel/linux/linux-6.6/drivers/power/supply/
Dds2760_battery.c97 int current_raw; /* units of 0.625 mA */
288 /* DS2760 reports current in signed units of 0.625mA, but the battery in ds2760_battery_read_status()
289 * class reports in units of µA, so convert by multiplying by 625. */ in ds2760_battery_read_status()
293 di->current_uA = di->current_raw * 625; in ds2760_battery_read_status()
404 * we've seen the current < 10 mA at least two in ds2760_battery_update_status()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
D310vtbl.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
988 { 42, 25,1024, 625,1344, 806},
1011 { 211, 75,1024, 625,1688,1066},
1033 {1008, 625,1008, 625},
1034 {1008, 625,1008, 625},
1035 {1008, 625,1008, 625},
1036 {1008, 625,1008, 625},
1037 { 840, 625, 840, 625},
1044 {1008, 625,1008, 625},
1045 {1008, 625,1008, 625},
[all …]
D300vtbl.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
673 { 42, 25,1024, 625,1344, 806},
676 { 42, 25,1024, 625,1344, 806},
679 { 42, 25,1024, 625,1344, 806},
702 { 211, 75,1024, 625,1688,1066},
818 {1008, 625,1008, 625},
819 {1008, 625,1008, 625},
820 {1008, 625,1008, 625},
821 {1008, 625,1008, 625},
828 {1008, 625,1008, 625},
[all …]
Dinitdef.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
500 #define PALVT 625
Dinit.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
1057 { 30, 11, 1056, 625, 1800, 1000 },
1132 { 4, 1,1080, 625, 2160, 1250 },
1152 { 4, 1,1080, 625, 2160, 1250 },
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
D310vtbl.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
988 { 42, 25,1024, 625,1344, 806},
1011 { 211, 75,1024, 625,1688,1066},
1033 {1008, 625,1008, 625},
1034 {1008, 625,1008, 625},
1035 {1008, 625,1008, 625},
1036 {1008, 625,1008, 625},
1037 { 840, 625, 840, 625},
1044 {1008, 625,1008, 625},
1045 {1008, 625,1008, 625},
[all …]
D300vtbl.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
673 { 42, 25,1024, 625,1344, 806},
676 { 42, 25,1024, 625,1344, 806},
679 { 42, 25,1024, 625,1344, 806},
702 { 211, 75,1024, 625,1688,1066},
818 {1008, 625,1008, 625},
819 {1008, 625,1008, 625},
820 {1008, 625,1008, 625},
821 {1008, 625,1008, 625},
828 {1008, 625,1008, 625},
[all …]
Dinitdef.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
500 #define PALVT 625
Dinit.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
1057 { 30, 11, 1056, 625, 1800, 1000 },
1132 { 4, 1,1080, 625, 2160, 1250 },
1152 { 4, 1,1080, 625, 2160, 1250 },
/kernel/linux/linux-5.10/drivers/mfd/
DKconfig697 tristate "Azoteq IQS620A/621/622/624/625 core support"
2011 converters, 7 LDOs, and a 1500 mA single-cell linear charger.
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch3822 @@ -625,6 +621,20 @@ int dpcon_reset(struct fsl_mc_io *mc_io,
5233 + * MaxTH = MA * (2 ^ Mn)
5242 + u32 MA:8;
5252 + u32 MA:8;
8922 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
8955 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
10876 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
11046 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
11956 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
12723 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch117 +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
473 +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
550 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
6021 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
6214 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22693 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23025 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23697 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23999 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
35071 +* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
[all …]

12