Home
last modified time | relevance | path

Searched +full:30 +full:ma (Results 1 – 25 of 197) sorted by relevance

12345678

/linux/include/linux/platform_data/
H A Dadp8870.h83 * Blacklight current 0..30mA
85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30)
118 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
120 u8 l2_bright_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
121 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
122 u8 l3_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
123 u8 l3_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
124 u8 l4_indoor_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
125 u8 l4_indor_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
[all …]
H A Dadp8860.h86 * Blacklight current 0..30mA
88 #define ADP8860_BL_CUR_mA(I) ((I * 127) / 30)
110 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
111 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
112 u8 l2_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
113 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
114 u8 l3_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
115 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
/linux/include/linux/mfd/
H A Dadp5520.h239 * Blacklight current 0..30mA
241 #define ADP5520_BL_CUR_mA(I) ((I * 127) / 30)
260 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
261 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
262 u8 l2_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
263 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
264 u8 l3_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
265 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
/linux/include/linux/usb/
H A Dpd.h217 #define PDO_TYPE_SHIFT 30
237 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
240 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT)
242 #define PDO_FIXED(mv, ma, flags) \
244 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
262 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ argument
266 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT)
283 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA unit
236 PDO_FIXED_CURR(ma) global() argument
238 PDO_FIXED(mv,ma,flags) global() argument
288 PDO_PPS_APDO_MAX_CURR(ma) global() argument
365 PDO_FIXED_OP_CURR(ma) global() argument
366 PDO_FIXED_MAX_CURR(ma) global() argument
393 PDO_PROG_OP_CURR(ma) global() argument
[all...]
/linux/include/dt-bindings/usb/
H A Dpd.h11 #define PDO_TYPE_SHIFT 30
27 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
30 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
32 #define PDO_FIXED(mv, ma, flags) \ argument
34 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
52 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
56 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
71 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
80 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
81 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT)
[all …]
/linux/drivers/phy/mediatek/
H A Dphy-mtk-hdmi-mt8195.c286 * 24bit -> posdiv1 /10, 30bit -> posdiv1 /12.5, in mtk_hdmi_pll_calc()
315 * data channel bias 24mA, clock channel bias 20mA in mtk_hdmi_pll_drv_setting()
318 * data channel 20mA, clock channel 16mA in mtk_hdmi_pll_drv_setting()
320 * data channel & clock channel bias 10mA in mtk_hdmi_pll_drv_setting()
325 data_channel_bias = 0x3c; /* 24mA */ in mtk_hdmi_pll_drv_setting()
326 clk_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting()
330 data_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting()
331 clk_channel_bias = 0x2c; /* 16mA */ in mtk_hdmi_pll_drv_setting()
[all...]
/linux/arch/parisc/lib/
H A Dlusercopy.S41 1: stbs,ma %r0,1(%sr3,%r26)
78 * it by 30-40% for aligned copies because of the loop unrolling, but in some
131 20: ldb,ma 1(srcspc,src),t1
132 21: stb,ma t1,1(dstspc,dst)
147 12: std,ma t1,8(dstspc,dst)
148 13: std,ma t2,8(dstspc,dst)
152 16: std,ma t1,8(dstspc,dst)
153 17: std,ma t2,8(dstspc,dst)
169 20: ldw,ma 4(srcspc,src),t1
170 21: stw,ma t1,4(dstspc,dst)
[all …]
/linux/Documentation/translations/it_IT/RCU/
H A Dtorture.rst26 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_…
31 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n…
57 causa del fatto che fosse vuota. Non è inusuale che sia diverso da zero, ma è
100 * "Reader Batch": un istogramma di età di strutture viste dai lettori, ma
164 eseguita per 30 minuti in una macchina virtuale con uno spazio utente minimale
211 'rcutorture.stall_cpu=30``. Il programma riporterà un fallimento, ossia il
221 Il parametro --duration sovrascrive quello di base di 30 minuti. Per esempio,
269 ma potrebbe non esistere se l'avvia non è fallito.
275 Ci sono altri file, ma vengono usati meno. Molti sono utili all'analisi di
326 rieseguirebbe il test precedente, ma solo per 45 secondi, e quindi aiutando a
[all …]
/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:
50 * Tr1: First rising time for 0% - 30% load.
54 * Tf2: Second falling time for 30% to 0% load.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636012 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
/linux/drivers/pinctrl/
H A Dpinctrl-artpec6.c112 PINCTRL_PIN(30, "GPIO30"),
196 static const unsigned int uart2_pins0[] = { 26, 27, 28, 29, 30,
198 static const unsigned int uart2_pins1[] = { 28, 29, 30, 31 };
201 static const unsigned int uart5_pins0[] = { 28, 29, 30, 31 };
445 static int artpec6_pconf_drive_mA_to_field(unsigned int mA) in artpec6_pconf_drive_mA_to_field() argument
447 switch (mA) { in artpec6_pconf_drive_mA_to_field()
790 * PIN_CONFIG_DRIVE_STRENGTH: x (4mA, 6mA, 8mA, 9mA)
920 /* The reset values say 4mA, but we want 8mA as default. */
/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/drivers/gpu/drm/vc4/
H A Dvc4_hdmi_phy.c123 #define VC4_HDMI_RM_OFFSET_OFFSET_MASK VC4_MASK(30, 0)
662 /* 200mA */
671 /* 200mA */
674 /* 17.6 mA */
678 /* 200mA */
687 /* 200mA */
690 /* 17.6 mA */
694 /* 200mA */
703 /* 200mA */
706 /* 17.6 mA */
[all …]
/linux/Documentation/devicetree/bindings/iio/addac/
H A Dadi,ad74115.yaml176 When present, the threshold range is fixed from -19V to 30V.
195 When not present, the DAC short-circuit current limit is 32mA in
196 either source or sink for VOUT and 4mA sink for IOUT.
197 When present, the limit is 16mA in either source or sink for VOUT,
198 1mA sink for IOUT.
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Drichtek,rt4831-backlight.yaml17 Each channel driving current is up to 30mA
H A Dmediatek,mt6370-backlight.yaml15 4 channels of 8 series WLEDs. Each channel supports up to 30mA of current
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns2-mux.c212 NS2_PIN_DESC(30, "mfio_30", -1, 0, 0, 0, 0, 0),
245 NS2_PIN_DESC(63, "qspi_wp", 2, 0x0, 31, 30, 27, 24),
249 NS2_PIN_DESC(67, "uart3_sin", 2, 0x04, 31, 30, 27, 24),
253 NS2_PIN_DESC(71, "spi0_fss", 2, 0x08, 31, 30, 27, 24),
257 NS2_PIN_DESC(75, "spi1_fss", 2, 0x0c, 31, 30, 27, 24),
261 NS2_PIN_DESC(79, "sdio0_data7", 2, 0x10, 31, 30, 27, 24),
265 NS2_PIN_DESC(83, "sdio0_data3", 2, 0x14, 31, 30, 27, 24),
269 NS2_PIN_DESC(87, "sdio0_cmd", 2, 0x18, 31, 30, 27, 24),
273 NS2_PIN_DESC(91, "sdio1_led_on", 2, 0x1c, 31, 30, 27, 24),
277 NS2_PIN_DESC(95, "sdio1_data5", 2, 0x20, 31, 30, 27, 24),
[all …]
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm36274.txt6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
/linux/Documentation/translations/it_IT/process/
H A Dmaintainer-pgp-guide.rst99 Di base è di 30 minuti.
105 # set to 30 minutes for regular ttl, and 2 hours for max ttl
142 (*master key*), ma è una terminologia fuorviante perché lascia intendere che la
154 per criptare, 3 per firmare, ma solo una per una sola per certificare). Tutte
254 connesso alla porta parallela, ma dato che il suo output è comunque
293 infine mettetelo in un posto sicuro -- ma non troppo lontano, perché vi servirà
312 ridurre i rischi elencati qui sopra, ma le passphrase possono essere scoperte
421 ECC ED25519, ma offre meno funzionalità di sicurezza (come la resistenza
423 - `Nitrokey Pro 2`_: è simile alla Nitrokey Start, ma è più resistente alla
426 - `Yubikey 5`_: l'hardware e il software sono proprietari, ma è più economica
[all …]
/linux/Documentation/networking/device_drivers/can/
H A Dcan327.rst74 30 \
209 while listening: "``AT MA``" (Monitor All) will always be "silent".
214 reception mode on its own and can327 will fall back to "``AT MA``"
237 These versions do not send CAN ACKs when in monitoring mode (AT MA).
/linux/arch/xtensa/include/asm/
H A Dregs.h21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307,
102 #define DBREAKC_LOAD_BIT 30
/linux/drivers/video/backlight/
H A DKconfig278 inside, and each channel supports up to 30mA of current capability
306 inisde, and each channel can provide up to 30mA current.
/linux/drivers/mmc/core/
H A Dsd.c39 0, 10, 12, 13, 15, 20, 25, 30,
48 0, 10, 12, 13, 15, 20, 25, 30,
576 * maximum current, e.g. if the card's maximum current is 300ma, and in sd_set_current_limit()
577 * when we set current limit to 200ma, the card will draw 200ma, and in sd_set_current_limit()
578 * when we set current limit to 400/600/800ma, the card will draw its in sd_set_current_limit()
579 * maximum 300ma from the host. in sd_set_current_limit()
584 * in a 300mA card being limited to 200mA even though the host in sd_set_current_limit()
585 * supports 800mA. Failures seen with SanDisk 8GB UHS cards with in sd_set_current_limit()
834 * compliant card and we should set bit 30 in mmc_sd_get_cid()
854 * If the host can supply more than 150mA at current voltage, in mmc_sd_get_cid()
[all …]
/linux/arch/powerpc/boot/
H A Dcrtsavres.S31 * Boston, MA 02110-1301, USA.
106 stw 30,-8(11)
166 lwz 30,-8(11)
226 lwz 30,-8(11)
/linux/arch/arm/mach-davinci/
H A Dpsc.h24 * 675 Mass Ave, Cambridge, MA 02139, USA.
61 #define DAVINCI_LPSC_SYSTEM_SUBSYS 30

12345678