Searched refs:mA (Results 1 – 20 of 20) sorted by relevance
/u-boot/board/google/chromebook_coral/ |
A D | baseboard_dptf.asl | 29 Package () { 0, 0, 0, 0, 255, 0xBB8, "mA", 0 }, /* 3A (MAX) */ 30 Package () { 0, 0, 0, 0, 24, 0x600, "mA", 0 }, /* 1.5A */ 31 Package () { 0, 0, 0, 0, 16, 0x400, "mA", 0 }, /* 1.0A */ 32 Package () { 0, 0, 0, 0, 8, 0x200, "mA", 0 }, /* 0.5A */ 33 Package () { 0, 0, 0, 0, 0, 0x000, "mA", 0 }, /* 0.0A */
|
/u-boot/include/linux/usb/ |
A D | gadget.h | 468 int (*vbus_draw) (struct usb_gadget *, unsigned mA); 708 static inline int usb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA) in usb_gadget_vbus_draw() argument 712 return gadget->ops->vbus_draw(gadget, mA); in usb_gadget_vbus_draw()
|
/u-boot/arch/arm/dts/ |
A D | stm32f429-disco.dts | 98 * 50 mA typical 80 mA max touchscreen drivers
|
A D | zynqmp-e-a2197-00-revA.dts | 250 /* 0.78V @ 500mA */ 308 /* 1.5V @ 500mA */ 356 /* 3.3V @ 500mA */ 404 /* 1.5V @ 500mA */
|
A D | uniphier-ld20.dtsi | 984 drive-strength = <4>; /* default: 3.5mA */ 988 drive-strength = <5>; /* 5mA */ 993 drive-strength = <4>; /* default: 3.5mA */ 997 drive-strength = <11>; /* 11mA */
|
A D | uniphier-ld11.dtsi | 655 drive-strength = <4>; /* default: 4mA */ 659 drive-strength = <8>; /* 8mA */
|
A D | sun50i-h6-orangepi-3.dts | 78 /* Always on 1.8V/300mA regulator for WiFi and BT IO */
|
A D | rk3288-phycore-rdk.dts | 203 * high-speed mode on pcm-947 board so bump up to 12 mA.
|
A D | am335x-bone-common.dtsi | 312 * measurement after shutdown: it should be less than 1 mA.)
|
A D | exynos5420-peach-pit.dts | 147 * [7:6] Right-bar GPIO output strength is 8mA
|
A D | am57xx-beagle-x15-common.dtsi | 97 /* Based on 5v 500mA AFB02505HHB */
|
A D | rk3326-odroid-go2.dts | 516 Capacity : 3.7V 3000mA
|
A D | exynos5250-spring.dts | 625 /* [7:6] Right-bar GPIO output strength is 8mA */
|
/u-boot/doc/device-tree-bindings/pinctrl/ |
A D | kendryte,k210-fpioa.txt | 48 - drive-strength: There are 8 drive strength settings between 11 and 50 mA. 62 /* JTAG running at 3.3V and driven at 11 mA */
|
A D | pinctrl-bindings.txt | 213 drive-strength - sink or source at most X mA 281 - drive-strength takes as argument the target strength in mA.
|
/u-boot/drivers/usb/gadget/ |
A D | Kconfig | 124 int "Maximum VBUS Power usage (2-500 mA)" 134 milliAmperes. The permitted range of values is 2 - 500 mA; 135 0 mA would be legal, but can make some hosts misbehave.
|
A D | pxa25x_udc.c | 1093 static int pxa25x_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa25x_udc_vbus_draw() argument
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | ec.asl | 482 * Arg0 = Current Limit in 64mA steps
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_gadget.c | 1742 static int musb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA) in musb_gadget_vbus_draw() argument 1749 return usb_phy_set_power(musb->xceiv, mA); in musb_gadget_vbus_draw()
|
/u-boot/doc/driver-model/ |
A D | usb-info.rst | 134 the 5V 500mA power supplied by the controller will not be sufficient to run
|
Completed in 34 milliseconds