Home
last modified time | relevance | path

Searched +full:125 +full:ma (Results 1 – 25 of 39) sorted by relevance

12

/linux/Documentation/leds/
H A 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:
57 * Tr1/Tr2/Tf1/Tf2/Ton: 125ms to 3125ms, 200ms per step.
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.
/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5755.yaml86 4: 4 mA to 20 mA current range.
87 5: 0 mA to 20 mA current range.
88 6: 0 mA to 24 mA current range.
108 - enum: [64000, 32000, 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 64, 32, 16, 8, 4, 0]
/linux/drivers/hwmon/
H A Dltc4222.c46 /* Return the voltage from the given register in mV or mA */
69 val = DIV_ROUND_CLOSEST(val * 125, 4); in ltc4222_get_value()
75 * an 1 mOhm sense resistor, in mA. If a different sense in ltc4222_get_value()
80 val = DIV_ROUND_CLOSEST(val * 125, 2); in ltc4222_get_value()
H A Dina238.c87 * shunt = 0x4000 / (819.2 * 10^6) / 0.001 = 20000 uOhms (with 1mA/lsb)
89 * Current (mA) = register value * 20000 / rshunt / 4 * gain
97 #define INA238_DIE_TEMP_LSB 125 /* 125 mC/lsb */
275 /* Signed register, fixed 1mA current lsb. result in mA */ in ina238_read_current()
299 /* Fixed 1mA lsb, scaled by 1000000 to have result in uW */ in ina238_read_power()
H A Dltc4215.c96 voltage = regval * 482 * 125 / 1000; in ltc4215_get_voltage()
107 /* Return the current from the sense resistor in mA */
120 * the following: X uV / Y mOhm == Z mA in ltc4215_get_current()
159 /* current in mA * voltage in mV == power in uW */ in ltc4215_power_show()
H A Dltc4245.c221 * the following: X uV / Y mOhm == Z mA in ltc4245_get_current()
234 voltage = regval * 125; /* voltage in uV */ in ltc4245_get_current()
238 voltage = regval * 125; /* voltage in uV */ in ltc4245_get_current()
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l36.txt18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
20 Range starts at 1600mA and goes to a maximum of 4500mA with increments of
21 50mA.
85 2 = 125C (Default)
H A Dcirrus,cs42l43.yaml135 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ]
142 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ]
165 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ]
172 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ]
238 description: Set drive strength in mA
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt8183-pinctrl.yaml114 enum: [125, 250, 500, 1000]
122 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
123 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
126 When E1=0/E0=0, the strength is 0.125mA.
127 When E1=0/E0=1, the strength is 0.25mA.
128 When E1=1/E0=0, the strength is 0.5mA.
129 When E1=1/E0=1, the strength is 1mA.
H A Dmediatek,mt8365-pinctrl.yaml118 enum: [125, 250, 500, 1000]
126 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
127 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
130 When E1=0/E0=0, the strength is 0.125mA.
131 When E1=0/E0=1, the strength is 0.25mA.
132 When E1=1/E0=0, the strength is 0.5mA.
133 When E1=1/E0=1, the strength is 1mA.
H A Dmediatek,mt8192-pinctrl.yaml81 support 2/4/6/8/10/12/14/16mA in mt8192.
85 enum: [125, 250, 500, 1000]
/linux/drivers/iio/adc/
H A Dina2xx-adc.c55 #define INA219_DEFAULT_PGA 125 /* 1000/8 */
242 * processed (mA) = raw * current_lsb (mA) in ina2xx_read_raw()
243 * current_lsb (mA) = shunt_voltage_lsb (nV) / in ina2xx_read_raw()
253 * power_lsb (mW) = power_lsb_factor (mW/mA) * in ina2xx_read_raw()
254 * current_lsb (mA) in ina2xx_read_raw()
427 static const int ina219_vshunt_gain_tab[] = { 125, 250, 500, 1000 };
429 125, 1000, 250, 1000, 500, 1000, 1000, 1000 };
437 if (gain < 125 || gain > 1000) in ina219_set_vshunt_pga_gain()
/linux/drivers/pinctrl/spacemit/
H A Dpinctrl-k1.c76 u32 mA; member
206 u32 num, u32 mA) in spacemit_get_ds_value() argument
211 if (mA <= tbl[i].mA) in spacemit_get_ds_value()
224 return tbl[i].mA; in spacemit_get_ds_mA()
230 u32 mA) in spacemit_get_driver_strength() argument
236 mA); in spacemit_get_driver_strength()
240 mA); in spacemit_get_driver_strength()
689 u32 value, tmp, mA; in spacemit_pinconf_dbg_show() local
698 mA = spacemit_get_drive_strength_mA(type, tmp); in spacemit_pinconf_dbg_show()
699 seq_printf(seq, ", drive strength (%d mA)", mA); in spacemit_pinconf_dbg_show()
[all …]
/linux/Documentation/w1/slaves/
H A Dw1_therm.rst95 to 125 degC). Values are integer as they are store in a 8bit register in
112 maximum current draw of 1.5mA and that a 5k pullup resistor is not
/linux/net/ipv6/
H A Dmcast.c76 static void igmp6_join_group(struct ifmcaddr6 *ma);
77 static void igmp6_leave_group(struct ifmcaddr6 *ma);
98 #define MLD_QI_DEFAULT (125 * HZ)
1006 struct ifmcaddr6 *ma, __rcu **map; in __ipv6_dev_mc_dec() local
1012 (ma = mc_dereference(*map, idev)); in __ipv6_dev_mc_dec()
1013 map = &ma->next) { in __ipv6_dev_mc_dec()
1014 if (ipv6_addr_equal(&ma->mca_addr, addr)) { in __ipv6_dev_mc_dec()
1015 if (--ma->mca_users == 0) { in __ipv6_dev_mc_dec()
1016 *map = ma->next; in __ipv6_dev_mc_dec()
1018 igmp6_group_dropped(ma); in __ipv6_dev_mc_dec()
[all …]
/linux/drivers/power/supply/
H A 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()
303 * multiplying by .125 * 10 = 1.25. */ in ds2760_battery_read_status()
404 * we've seen the current < 10 mA at least two in ds2760_battery_update_status()
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst188 Example for RTT with 100us: RX_WINDOW = (1,250,000 * 0.1) = 125,000
387 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/linux/drivers/scsi/
H A D3w-xxxx.h45 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
325 u32 padding[125];
/linux/drivers/iio/proximity/
H A Disl29501.c677 /* light = raw_light * 35 / 10000 (mA) */ in isl29501_get_scale()
703 /* temperature = raw_temperature * 125 / 100000 (milli °C) */ in isl29501_get_scale()
704 *val = 125; in isl29501_get_scale()
/linux/Documentation/driver-api/usb/
H A Dusb.rst871 | | | | | |__MaxPower in mA
935 3KBytes every 125 usec) per endpoint.
980 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
987 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
994 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
1003 C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
/linux/arch/arm/mach-sa1100/
H A Dassabet.c105 * causes the ADV7171 to consume around 100mA - more than half
393 .left_margin = 125, .upper_margin = 70,
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7100.c192 * mA: 14.2 21.2 28.2 35.2 42.2 49.1 56.0 62.8
194 * After rounding that is 7*DS + 14 mA
432 PINCTRL_PIN(PAD_FUNC_SHARE(125), "FUNC_SHARE[125]"),
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c224 #define BCM281XX_PIN_NAND_ALE 125
1165 /* Valid range is 2-16 mA, even numbers only */ in bcm281xx_std_pin_update()
1170 "(2..16) mA, even numbers only.\n", in bcm281xx_std_pin_update()
/linux/include/linux/usb/
H A Dcomposite.h55 #define USB_MS_TO_HS_INTERVAL(x) (ilog2((x * 1000 / 125)) + 1)
275 * @MaxPower: Power consumption in mA. Used to compute bMaxPower in the
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c223 * 1. 4 mA or 8 mA is often used for MII, RMII, and SPI interface with using
225 * 2. 12 mA or 16 mA is often used for MII, RMII, and SPI interface with
227 * 3. 20 mA or 24 mA is often used for GMII/RGMII interface with using 2.5V
229 * 4. 28 mA is often used for GMII/RGMII interface with using 1.8V VDDIO.
233 * 1. 3.3V VDDIO, use either 4 mA or 8 mA.
234 * 2. 2.5V VDDIO, use either 8 mA or 12 mA.
235 * 3. 1.8V VDDIO, use either 12 mA or 16 mA.
5104 "microchip,synclko-125"); in ksz_switch_register()

12