/openbmc/linux/include/linux/platform_data/ |
H A D | adp8870.h | 83 * 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 D | adp8860.h | 86 * 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 */
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pad/ |
H A D | api.h | 22 #define SC_PAD_28FDSOI_DSE_18V_1MA 0U /* Drive strength of 1mA for 1.8v */ 23 #define SC_PAD_28FDSOI_DSE_18V_2MA 1U /* Drive strength of 2mA for 1.8v */ 24 #define SC_PAD_28FDSOI_DSE_18V_4MA 2U /* Drive strength of 4mA for 1.8v */ 25 #define SC_PAD_28FDSOI_DSE_18V_6MA 3U /* Drive strength of 6mA for 1.8v */ 26 #define SC_PAD_28FDSOI_DSE_18V_8MA 4U /* Drive strength of 8mA for 1.8v */ 27 #define SC_PAD_28FDSOI_DSE_18V_10MA 5U /* Drive strength of 10mA for 1.8v */ 28 #define SC_PAD_28FDSOI_DSE_18V_12MA 6U /* Drive strength of 12mA for 1.8v */ 30 #define SC_PAD_28FDSOI_DSE_33V_2MA 0U /* Drive strength of 2mA for 3.3v */ 31 #define SC_PAD_28FDSOI_DSE_33V_4MA 1U /* Drive strength of 4mA for 3.3v */ 32 #define SC_PAD_28FDSOI_DSE_33V_8MA 2U /* Drive strength of 8mA for 3.3v */ [all …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | adp5520.h | 239 * 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 */
|
/openbmc/linux/include/linux/usb/ |
H A D | pd.h | 213 #define PDO_TYPE_SHIFT 30 232 #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) [all …]
|
/openbmc/linux/include/dt-bindings/usb/ |
H A D | pd.h | 11 #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 …]
|
/openbmc/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-hdmi-mt8195.c | 284 * 24bit -> posdiv1 /10, 30bit -> posdiv1 /12.5, in mtk_hdmi_pll_calc() 313 * data channel bias 24mA, clock channel bias 20mA in mtk_hdmi_pll_drv_setting() 316 * data channel 20mA, clock channel 16mA in mtk_hdmi_pll_drv_setting() 318 * data channel & clock channel bias 10mA in mtk_hdmi_pll_drv_setting() 323 data_channel_bias = 0x3c; /* 24mA */ in mtk_hdmi_pll_drv_setting() 324 clk_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting() 328 data_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting() 329 clk_channel_bias = 0x2c; /* 16mA */ in mtk_hdmi_pll_drv_setting() 333 data_channel_bias = 0x14; /* 10mA */ in mtk_hdmi_pll_drv_setting() 334 clk_channel_bias = 0x14; /* 10mA */ in mtk_hdmi_pll_drv_setting() [all …]
|
/openbmc/linux/arch/parisc/lib/ |
H A D | lusercopy.S | 41 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 …]
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-mt6370-rgb.rst | 13 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.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-mt6360 | 12 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA) 20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-artpec6.c | 112 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. */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3328.dtsi | 605 pcfg_pull_none_2ma: pcfg-pull-none-2ma { 610 pcfg_pull_up_2ma: pcfg-pull-up-2ma { 615 pcfg_pull_up_4ma: pcfg-pull-up-4ma { 620 pcfg_pull_none_4ma: pcfg-pull-none-4ma { 625 pcfg_pull_down_4ma: pcfg-pull-down-4ma { 630 pcfg_pull_none_8ma: pcfg-pull-none-8ma { 635 pcfg_pull_up_8ma: pcfg-pull-up-8ma { 640 pcfg_pull_none_12ma: pcfg-pull-none-12ma { 645 pcfg_pull_up_12ma: pcfg-pull-up-12ma { 1029 <0 30 RK_FUNC_3 &pcfg_pull_up_4ma>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | richtek,rt4831-backlight.yaml | 17 Each channel driving current is up to 30mA
|
H A D | mediatek,mt6370-backlight.yaml | 15 4 channels of 8 series WLEDs. Each channel supports up to 30mA of current
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | 2.Process.rst | 65 consentita una modifica più consistente, ma tali occasioni sono rare. 87 30 settembre 5.4-rc1, finestra di inclusione chiusa 100 rilevate nel precedente rilascio. Nessun baco è il benvenuto, ma quelli che 170 viene spesso svolto senza coinvolgere la comunità, ma è meglio renderlo 193 patch non riceve alcuna critica ma non è stata integrata dal 214 Ma lo sviluppatore originario dovrebbe continuare ad assumersi la 227 del kernel: Linus Torvalds. Ma, per esempio, di tutte le 9500 patch 246 del kernel, utilizzando abitualmente (ma certamente non sempre) git. 258 È chiaro che, qualche volta, guardi più attentamente. Ma, come regola 280 ma solleva anche un interessante quesito: se qualcuno volesse vedere tutte le [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 101 @@ -291,7 +291,7 @@ msgstr "chaîne %1$.30s pour %2$.30s" 143 "The fonts %1$.30s and %2$.30s have a different number of glyphs or different " 146 -"Les fontes %1$.30s et %2$.30hs n'ont pas le même nombre de glyphes ou des " 147 +"Les fontes %1$.30s et %2$.30s n'ont pas le même nombre de glyphes ou des " 152 "The fonts %1$.30s and %2$.30s use different types of splines (one quadratic, " 155 -"Les fontes %1$.30s et %2$.30hs utilisent des courbes de Bézier d'ordres " 156 +"Les fontes %1$.30s et %2$.30s utilisent des courbes de Bézier d'ordres " 161 "The glyph %1$.30s in font %2$.30s has a different hint mask on its contours " 162 "than in %3$.30s" 164 -"Le glyphe %1$.30s dans la police %2$.30hs a un masque de hints différent que " [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 176 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.
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | mmc_host_def.h | 22 * MA 02111-1307 USA 49 #define EN_MMC3 (1 << 30)
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | richtek,rt4831.yaml | 20 Each channel driving current is up to 30mA
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-lm36274.txt | 6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3368-evb.dtsi | 30 24 25 26 27 28 29 30 31 148 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { 153 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns2-mux.c | 212 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 …]
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-evb.dtsi | 56 24 25 26 27 28 29 30 31 306 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { 310 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma { 342 * high-speed mode on EVB board so bump up to 8ma.
|
/openbmc/linux/drivers/video/backlight/ |
H A D | Kconfig | 278 inside, and each channel supports up to 30mA of current capability 306 inisde, and each channel can provide up to 30mA current.
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | regs.h | 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, 102 #define DBREAKC_LOAD_BIT 30
|