/openbmc/linux/drivers/mfd/ |
H A D | ipaq-micro.c | 31 static void ipaq_micro_trigger_tx(struct ipaq_micro *micro) in ipaq_micro_trigger_tx() argument 33 struct ipaq_micro_txdev *tx = µ->tx; in ipaq_micro_trigger_tx() 34 struct ipaq_micro_msg *msg = micro->msg; in ipaq_micro_trigger_tx() 55 val = readl(micro->base + UTCR3); in ipaq_micro_trigger_tx() 57 writel(val, micro->base + UTCR3); in ipaq_micro_trigger_tx() 60 int ipaq_micro_tx_msg(struct ipaq_micro *micro, struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg() argument 64 dev_dbg(micro->dev, "TX msg: %02x, %d bytes\n", msg->id, msg->tx_len); in ipaq_micro_tx_msg() 66 spin_lock_irqsave(µ->lock, flags); in ipaq_micro_tx_msg() 67 if (micro->msg) { in ipaq_micro_tx_msg() 68 list_add_tail(&msg->node, µ->queue); in ipaq_micro_tx_msg() [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ipaq-micro-ts.c | 24 struct ipaq_micro *micro; member 48 struct ipaq_micro *micro = ts->micro; in micro_ts_toggle_receive() local 50 spin_lock_irq(µ->lock); in micro_ts_toggle_receive() 53 micro->ts = micro_ts_receive; in micro_ts_toggle_receive() 54 micro->ts_data = ts; in micro_ts_toggle_receive() 56 micro->ts = NULL; in micro_ts_toggle_receive() 57 micro->ts_data = NULL; in micro_ts_toggle_receive() 60 spin_unlock_irq(&ts->micro->lock); in micro_ts_toggle_receive() 81 struct ipaq_micro *micro = dev_get_drvdata(pdev->dev.parent); in micro_ts_probe() local 89 ts->micro = micro; in micro_ts_probe()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | ipaq-micro-keys.c | 24 struct ipaq_micro *micro; member 57 spin_lock(&keys->micro->lock); in micro_key_start() 58 keys->micro->key = micro_key_receive; in micro_key_start() 59 keys->micro->key_data = keys; in micro_key_start() 60 spin_unlock(&keys->micro->lock); in micro_key_start() 65 spin_lock(&keys->micro->lock); in micro_key_stop() 66 keys->micro->key = NULL; in micro_key_stop() 67 keys->micro->key_data = NULL; in micro_key_stop() 68 spin_unlock(&keys->micro->lock); in micro_key_stop() 97 keys->micro = dev_get_drvdata(pdev->dev.parent); in micro_key_probe()
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 539 #define _MACHINE_VER_STR3(major, minor, micro) \ argument 540 #major "." #minor "." #micro 545 #define _MACHINE_VER_STR5(major, minor, micro, _unused_, tag) \ argument 546 #major "." #minor "." #micro "-" #tag 577 #define _MACHINE_VER_TYPE_NAME3(prefix, major, minor, micro) \ argument 578 prefix "-" #major "." #minor "." #micro TYPE_MACHINE_SUFFIX 583 #define _MACHINE_VER_TYPE_NAME5(prefix, major, minor, micro, _unused_, tag) \ argument 584 prefix "-" #major "." #minor "." #micro "-" #tag TYPE_MACHINE_SUFFIX 614 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument 615 prefix ## _machine_ ## major ## _ ## minor ## _ ## micro ## _ ## sym [all …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | ipaq-micro.h | 126 ipaq_micro_tx_msg(struct ipaq_micro *micro, struct ipaq_micro_msg *msg); 129 ipaq_micro_tx_msg_sync(struct ipaq_micro *micro, in ipaq_micro_tx_msg_sync() argument 135 ret = ipaq_micro_tx_msg(micro, msg); in ipaq_micro_tx_msg_sync() 142 ipaq_micro_tx_msg_async(struct ipaq_micro *micro, in ipaq_micro_tx_msg_async() argument 146 return ipaq_micro_tx_msg(micro, msg); in ipaq_micro_tx_msg_async()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-c2port | 30 of the connected micro. 37 access to the on-board flash of the connected micro. 45 the on-board flash block size of the connected micro. 52 the on-board flash blocks number of the connected micro. 59 the content of the on-board flash of the connected micro. 67 micro. 74 command on the connected micro. 81 of the connected micro.
|
H A D | sysfs-class-powercap | 60 Current energy counter in micro-joules. Write "0" to reset. 69 Range of the above energy counter in micro-joules. 77 Current power in micro-watts. 84 Range of the above power value in micro-watts. 100 Power limit in micro-watts should be applicable for 109 Time window in micro seconds. This is used along with 119 Maximum allowed power in micro watts for this constraint. 127 Minimum allowed power in micro watts for this constraint. 135 Maximum allowed time window in micro seconds for this 143 Minimum allowed time window in micro seconds for this
|
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/ |
H A D | Kconfig | 8 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and 27 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card, 38 micro HDMI, an 11.6 inch display, micro-SD card, 49 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It 58 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also 67 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It 76 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It 93 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit 119 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It 128 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
H A D | 0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch | 6 This fixes building the wasm micro runtime used when enabling wasm 21 fixed in https://github.com/bytecodealliance/wasm-micro-runtime/pull/3066. 30 diff --git a/lib/wasm-micro-runtime-WAMR-1.3.0/build-scripts/config_common.cmake b/lib/wasm-micro-r… 32 --- a/lib/wasm-micro-runtime-WAMR-1.3.0/build-scripts/config_common.cmake 33 +++ b/lib/wasm-micro-runtime-WAMR-1.3.0/build-scripts/config_common.cmake
|
/openbmc/linux/drivers/video/backlight/ |
H A D | ipaq_micro_bl.c | 18 struct ipaq_micro *micro = dev_get_drvdata(&bd->dev); in micro_bl_update_status() local 34 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_bl_update_status() 52 struct ipaq_micro *micro = dev_get_drvdata(pdev->dev.parent); in micro_backlight_probe() local 55 &pdev->dev, micro, µ_bl_ops, in micro_backlight_probe()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-ipaq-micro.c | 24 struct ipaq_micro *micro = dev_get_drvdata(led_cdev->dev->parent->parent); in micro_leds_brightness_set() local 51 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_leds_brightness_set() 61 struct ipaq_micro *micro = dev_get_drvdata(led_cdev->dev->parent->parent); in micro_leds_blink_set() local 98 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_leds_blink_set()
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ina3221.txt | 31 - shunt-resistor-micro-ohms: Shunt resistor value in micro-Ohm 47 shunt-resistor-micro-ohms = <5000>; 52 shunt-resistor-micro-ohms = <5000>;
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-ibm-sbp1.dts | 1978 shunt-resistor-micro-ohms = <12000>; 2019 shunt-resistor-micro-ohms = <12000>; 3643 shunt-resistor-micro-ohms = <12000>; 3650 shunt-resistor-micro-ohms = <12000>; 4151 shunt-resistor-micro-ohms = <10000>; 4175 shunt-resistor-micro-ohms = <10000>; 4199 shunt-resistor-micro-ohms = <10000>; 4222 shunt-resistor-micro-ohms = <10000>; 4245 shunt-resistor-micro-ohms = <10000>; 4268 shunt-resistor-micro-ohms = <10000>; [all …]
|
/openbmc/linux/Documentation/power/powercap/ |
H A D | powercap.rst | 197 Current energy counter in micro joules. Write "0" to reset. 201 Range of the above energy counter in micro-joules. 204 Current power in micro watts. 207 Range of the above power value in micro-watts. 219 Power limit in micro watts, which should be applicable for the 223 Time window in micro seconds. 229 Maximum allowed power in micro watts. 232 Minimum allowed power in micro watts. 235 Maximum allowed time window in micro seconds. 238 Minimum allowed time window in micro seconds.
|
/openbmc/u-boot/board/grinn/chiliboard/ |
H A D | README | 12 - Flash the SPL image into the micro SD card: 16 - Flash the u-boot.img image into the micro SD card: 27 - Insert the micro SD card in the board.
|
/openbmc/u-boot/board/grinn/liteboard/ |
H A D | README | 12 - Flash the SPL image into the micro SD card: 16 - Flash the u-boot.img image into the micro SD card: 27 - Insert the micro SD card in the board.
|
/openbmc/qemu/qapi/ |
H A D | control.json | 63 # @micro: The micro version number. 68 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} } 75 # @qemu: The version of QEMU. By current convention, a micro version 76 # of 50 signifies a development branch. A micro version greater 78 # minor version. A micro version of less than 50 signifies a
|
/openbmc/linux/drivers/misc/c2port/ |
H A D | Kconfig | 10 program Silicon micro controller chips (and other 8051 compatible). 12 If your board have no such micro controllers you don't need this 28 on board micro controller.
|
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/ |
H A D | README | 12 - Flash the SPL image into the micro SD card: 16 - Flash the u-boot.img image into the micro SD card: 31 - Insert the micro SD card in the board, power it up and U-Boot messages should
|
/openbmc/u-boot/board/engicam/imx6ul/ |
H A D | README | 17 - Flash the SPL image into the micro SD card: 21 - Flash the u-boot-dtb.img image into the micro SD card: 32 - Insert the micro SD card in the board, power it up and U-Boot messages should
|
/openbmc/u-boot/board/engicam/imx6q/ |
H A D | README | 17 - Flash the SPL image into the micro SD card: 21 - Flash the u-boot-dtb.img image into the micro SD card: 32 - Insert the micro SD card in the board, power it up and U-Boot messages should
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | README | 45 The Gateworks Ventana boards support booting from NAND or micro-SD depending 50 always boot from micro-SD. However, it is possible to use the U-Boot bmode 113 on the micro-SD (defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR). 116 U-Boot from a file on a FAT/EXT filesystem on the micro-SD, we chose to 117 use raw micro-SD access to keep the code-size and boot time of the SPL down. 143 The above assumes the default Ventana micro-SD partitioning scheme 163 depends on your boot medium (ie NAND Flash vs micro-SD) and size/storage 170 - micro-SD 249 4.2. Falcon Mode on micro-SD card 252 To prepare a Gateworks Ventana board with a primary boot device of micro-SD [all …]
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/ |
H A D | Kconfig | 11 eMMC, SD card slot, HDMI, USB micro-B port, and sockets for various 20 HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA, 29 card slot, HDMI, USB micro-B port, Ethernet via USB3, USB3 host
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186-p3310.dtsi | 79 shunt-resistor-micro-ohms = <10000>; 85 shunt-resistor-micro-ohms = <10000>; 91 shunt-resistor-micro-ohms = <10000>; 104 shunt-resistor-micro-ohms = <5000>; 110 shunt-resistor-micro-ohms = <10000>; 116 shunt-resistor-micro-ohms = <10000>;
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | hisilicon-femac.txt | 20 The 1st cell is reset pre-delay in micro seconds. 21 The 2nd cell is reset pulse in micro seconds. 22 The 3rd cell is reset post-delay in micro seconds.
|