/openbmc/u-boot/include/power/ |
H A D | sandbox_pmic.h | 67 /* BUCK1 Voltage: min: 0.8V, step: 25mV, max 2.4V */ 72 /* BUCK1 Amperage: min: 150mA, step: 25mA, max: 250mA */ 82 /* LDO1 Voltage: min: 0.8V, step: 25mV, max 2.4V */ 87 /* LDO1 Amperage: min: 100mA, step: 50mA, max: 200mA */
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | ti,lp8727.yaml | 45 0 = 5%, 1 = 10%, 2 = 16%, 3 = 20%, 4 = 25%, 5 = 33%, 6 = 50% 53 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 */
|
/openbmc/linux/include/linux/usb/ |
H A D | pd.h | 227 #define PDO_FIXED_DATA_SWAP BIT(25) /* Data role swap supported */ 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/Documentation/devicetree/bindings/clock/ |
H A D | silabs,si5351.txt | 48 - silabs,drive-strength: output drive strength in mA, shall be one of {2,4,6,8}. 61 /* 25MHz reference crystal */ 78 /* connect xtal input to 25MHz reference */ 87 * - 8mA output drive strength 104 * - 4mA output drive strength
|
/openbmc/linux/drivers/hwmon/ |
H A D | ltc2945.c | 82 /* Return the value from the given register in uW, mV, or mA */ 121 /* 25 mV * 25 uV = 0.625 uV resolution. */ in ltc2945_reg_to_val() 124 /* 0.5 mV * 25 uV = 0.0125 uV resolution. */ in ltc2945_reg_to_val() 125 val = (val * 25LL) >> 1; in ltc2945_reg_to_val() 141 /* 25 mV resolution. Convert to mV. */ in ltc2945_reg_to_val() 142 val *= 25; in ltc2945_reg_to_val() 157 /* 25 uV resolution. Convert to mA. */ in ltc2945_reg_to_val() 158 val *= 25 * 1000; in ltc2945_reg_to_val() 196 /* 25 mV * 25 uV = 0.625 uV resolution. */ in ltc2945_val_to_reg() 202 /* 0.5 mV * 25 uV = 0.0125 uV resolution. */ in ltc2945_val_to_reg() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | qcom-wled.yaml | 62 mA; per-string current limit. 67 maximum: 25 72 default: 25 75 multipleOf: 25 79 mA; boost current limit.
|
H A D | richtek,rt4831-backlight.yaml | 17 Each channel driving current is up to 30mA 44 Backlight OVP level selection, currently support 17V/21V/25V/29V.
|
/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 { 671 <2 25 RK_FUNC_1 &pcfg_pull_none>; [all …]
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | submit-checklist.rst | 65 ``checkstack`` non evidenzia esplicitamente i problemi, ma una funzione 108 ``make KCFLAGS=-W``). Questo genererà molti avvisi, ma è ottimo 123 25) Se il codice che avete modificato dipende o usa una qualsiasi interfaccia o 132 ``CONFIG_NET``, ``CONFIG_INET=n`` (ma l'ultimo con ``CONFIG_NET=y``).
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-lp5523.rst | 81 Then, to have 25% of the original output on channel 0,6:: 103 Format: 10x mA i.e 10 means 1.0 mA
|
/openbmc/linux/include/dt-bindings/usb/ |
H A D | pd.h | 25 #define PDO_FIXED_DATA_SWAP (1 << 25) /* Data role swap supported */ 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 | 221 if (tmds_clk < 25 * MEGA || tmds_clk > 594 * MEGA) 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()
|
/openbmc/linux/Documentation/translations/it_IT/doc-guide/ |
H A D | sphinx.rst | 26 e formato speciale, ma a parte questo vengono processati come reStructuredText. 30 nel tempo, in formato reStructuredText, ma la maggior parte di questi rimarranno 44 La maggior parte delle distribuzioni Linux forniscono Sphinx, ma l'insieme dei 86 grado di procedere anche se questi pacchetti non sono installati, ma il 192 quella che state leggendo ora), ma per una documentazione più elaborata è 280 Il nome della funzione (per esempio ioctl) rimane nel testo ma il nome del suo 302 ma con delle funzionalità aggiuntive: 500 <polygon points="585 0 525 25 585 50" transform="rotate(135 525 25)"/>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | 0001-aio_linux-Check-if-syscall-exists-before-using-it.patch | 3 Date: Wed, 18 Aug 2021 06:49:25 +0000 25 @@ -58,6 +58,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 - 1301 USA*/
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/ |
H A D | 0001-check-for-fstab.h-during-configure.patch | 40 @@ -25,7 +25,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-artpec6.c | 107 PINCTRL_PIN(25, "GPIO25"), 193 21, 22, 23, 24, 25 }; 195 static const unsigned int uart1_pins0[] = { 24, 25, 26, 27 }; 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/board/siemens/taurus/ |
H A D | taurus.c | 163 struct at91_matrix *ma = (struct at91_matrix *)ATMEL_BASE_MATRIX; in sdramc_configure() local 171 writel(readl(&ma->ebicsa) | AT91_MATRIX_CS1A_SDRAMC | in sdramc_configure() 173 &ma->ebicsa); in sdramc_configure() 240 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 0); in taurus_macb_hw_init() 254 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 1); in taurus_macb_hw_init()
|
/openbmc/linux/arch/mips/include/asm/mach-rc32434/ |
H A D | ddr.h | 25 * 675 Mass Ave, Cambridge, MA 02139, USA. 75 #define RC32434_DDR0_CL_BIT 25 111 #define RC32434_QSC_BDP_BIT 25
|
/openbmc/linux/arch/arm/mach-davinci/ |
H A D | psc.h | 24 * 675 Mass Ave, Cambridge, MA 02139, USA. 56 #define DAVINCI_LPSC_PWM2 25 117 #define DA8XX_LPSC1_SCR_P1_SS 25
|
/openbmc/linux/drivers/power/supply/ |
H A D | lp8788-charger.c | 51 #define LP8788_VTERM_STEP 25 614 "20min", "25min", "30min", "No timeout" in lp8788_show_eoc_time() 629 "25mA", "49mA", "75mA", "98mA" in lp8788_show_eoc_level()
|
H A D | sc2731_charger.c | 46 /* Default current definition (unit is mA) */ 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() 400 cur_val = ((term_currrent - 90) / 25) + 1; in sc2731_charger_hw_init()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/ |
H A D | 0001-include-libgen.h-for-basename-API-prototype.patch | 3 Date: Mon, 25 Mar 2024 10:02:20 -0700 24 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | mmc_host_def.h | 22 * MA 02111-1307 USA 48 #define EN_MMC2 (1 << 25)
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | sprd,sc9860-pinctrl.txt | 14 - drive-strength: Drive strength in mA. Supported values: 2, 4, 6, 8, 10, 15 12, 14, 16, 20, 21, 24, 25, 27, 29, 31 and 33.
|
/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 {
|