| /openbmc/u-boot/include/linux/usb/ |
| H A D | musb.h | 3 * Inventra (Multidrop) Highspeed Dual-Role Controllers: (M)HDRC. 5 * Board initialization should put one of these into dev->platform_data, 6 * probably on some platform_device named "musb-hdrc". It encapsulates 19 /* The USB role is defined by the connector used on the board, so long as 24 MUSB_HOST, /* A or Mini-A connector */ 25 MUSB_PERIPHERAL, /* B or Mini-B connector */ 26 MUSB_OTG /* Mini-AB connector */ 45 enum musb_buf_mode mode; member 53 .mode = m, \ 72 /* MUSB configuration-specific details */ [all …]
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | dwc3-sti-glue.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved 17 #include <reset-uclass.h> 23 #include <dwc3-sti-glue.h> 28 * struct sti_dwc3_glue_platdata - dwc3 STi glue driver private structure 34 * @mode: drd static host/device config 42 enum usb_dr_mode mode; member 49 val = readl(plat->syscfg_base + plat->syscfg_offset); in sti_dwc3_glue_drd_init() 53 switch (plat->mode) { in sti_dwc3_glue_drd_init() 72 default: in sti_dwc3_glue_drd_init() [all …]
|
| H A D | xhci-dwc3.c | 1 // SPDX-License-Identifier: GPL-2.0+ 13 #include <generic-phy.h> 15 #include <dwc3-uboot.h> 27 void dwc3_set_mode(struct dwc3 *dwc3_reg, u32 mode) in dwc3_set_mode() argument 29 clrsetbits_le32(&dwc3_reg->g_ctl, in dwc3_set_mode() 31 DWC3_GCTL_PRTCAPDIR(mode)); in dwc3_set_mode() 37 setbits_le32(&dwc3_reg->g_usb3pipectl[0], DWC3_GUSB3PIPECTL_PHYSOFTRST); in dwc3_phy_reset() 40 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset() 45 clrbits_le32(&dwc3_reg->g_usb3pipectl[0], DWC3_GUSB3PIPECTL_PHYSOFTRST); in dwc3_phy_reset() 48 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset() [all …]
|
| H A D | ehci-vf.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Based on ehci-mx6 driver 15 #include <asm-generic/gpio.h> 17 #include <asm/arch/imx-regs.h> 19 #include <asm/mach-imx/iomux-v3.h> 20 #include <asm/mach-imx/regs-usbphy.h> 21 #include <usb/ehci-ci.h> 64 switch (index) { in usb_power_config() 66 pll_ctrl = &anadig->pll3_ctrl; in usb_power_config() 73 pll_ctrl = &anadig->pll7_ctrl; in usb_power_config() [all …]
|
| H A D | ehci-tegra.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright (c) 2009-2015 NVIDIA Corporation 12 #include <asm-generic/gpio.h> 14 #include <asm/arch-tegra/usb.h> 15 #include <asm/arch-tegra/clk_rst.h> 41 PARAM_ENABLE_DELAY_COUNT, /* PLL-U Enable Delay Count */ 42 PARAM_STABLE_COUNT, /* PLL-U STABLE count */ 43 PARAM_ACTIVE_DELAY_COUNT, /* PLL-U Active delay count */ 44 PARAM_XTAL_FREQ_COUNT, /* PLL-U XTAL frequency count */ 51 /* Possible port types (dual role mode) */ [all …]
|
| /openbmc/webui-vue/src/locales/ |
| H A D | en-US.json | 63 "diagnosticMode": "Diagnostic mode", 90 …ssible from the logged in account. Contact your system administrator to check your privilege role." 211 "label": "24-hour time", 323 "item5": "The BMC default account and password settings will be restored." 336 "cardActionSwitchToRunning": "Switch to running", 348 "switchRunningAndBackupImages": "Switch running and backup images", 362 "switchImages": "Switch images", 363 "switchRunningImage": "Switch running image", 365 … "switchRunningImageInfo2": "Are you sure you want to switch to the backup image ({backup})?", 378 "verifySwitch": "Verify switch", [all …]
|
| /openbmc/qemu/block/ |
| H A D | replication.c | 12 * See the COPYING file in the top-level directory. 22 #include "system/block-backend.h" 36 ReplicationMode mode; member 50 static void replication_start(ReplicationState *rs, ReplicationMode mode, 57 #define REPLICATION_MODE "mode" 58 #define REPLICATION_TOP_ID "top-id" 86 BDRVReplicationState *s = bs->opaque; in replication_open() 88 const char *mode; in replication_open() local 96 ret = -EINVAL; in replication_open() 102 mode = qemu_opt_get(opts, REPLICATION_MODE); in replication_open() [all …]
|
| H A D | mirror.c | 10 * See the COPYING.LIB file in the top-level directory. 21 #include "block/dirty-bitmap.h" 22 #include "system/block-backend.h" 32 /* The mirroring buffer is a list of granularity-sized chunks. 52 /* Used to block operations on the drive-mirror-replace target */ 68 * and the job is running in active mode. 138 qatomic_set(&s->actively_synced, false); in mirror_error_action() 140 return block_job_error_action(&s->common, s->on_source_error, in mirror_error_action() 143 return block_job_error_action(&s->common, s->on_target_error, in mirror_error_action() 153 uint64_t self_start_chunk = offset / s->granularity; in mirror_wait_on_conflicts() [all …]
|
| H A D | vvfat.c | 30 #include "block/block-io.h" 41 #include "qemu/error-report.h" 55 /* MAYBE TODO: write block-visofs.c */ 73 * https://jdebp.eu/FGA/volume-boot-block-oem-name-field.html 91 array->pointer = NULL; in array_init() 92 array->size=0; in array_init() 93 array->next=0; in array_init() 94 array->item_size=item_size; in array_init() 99 g_free(array->pointer); in array_free() 100 array->size=array->next=0; in array_free() [all …]
|
| H A D | blkdebug.c | 4 * Copyright (C) 2016-2017 Red Hat, Inc. 29 #include "qemu/config-file.h" 30 #include "block/block-io.h" 35 #include "qapi/qapi-visit-block-core.h" 39 #include "qapi/qobject-input-visitor.h" 42 /* All APIs are thread-safe */ 116 .name = "inject-error", 152 .name = "set-state", 185 BDRVBlkdebugState *s = d->s; in add_rule() 197 return -1; in add_rule() [all …]
|
| H A D | io.c | 27 #include "system/block-backend.h" 28 #include "block/aio-wait.h" 33 #include "block/dirty-bitmap.h" 34 #include "block/write-threshold.h" 38 #include "qemu/error-report.h" 39 #include "qemu/main-loop.h" 43 /* Maximum bounce buffer for copy-on-read and write zeroes, in bytes */ 62 QLIST_FOREACH_SAFE(c, &bs->parents, next_parent, next) { in bdrv_parent_drained_begin() 74 assert(c->quiesced_parent); in bdrv_parent_drained_end_single() 75 c->quiesced_parent = false; in bdrv_parent_drained_end_single() [all …]
|
| H A D | qcow2.c | 4 * Copyright (c) 2004-2006 Fabrice Bellard 28 #include "system/block-backend.h" 29 #include "qemu/main-loop.h" 32 #include "qemu/error-report.h" 34 #include "qapi/qapi-events-block-core.h" 42 #include "qapi/qobject-input-visitor.h" 43 #include "qapi/qapi-visit-block-core.h" 46 #include "block/dirty-bitmap.h" 51 - Support for multiple incremental snapshots. 52 - Memory management by reference counts. [all …]
|
| /openbmc/qemu/ |
| H A D | block.c | 30 #include "block/dirty-bitmap.h" 34 #include "qemu/error-report.h" 36 #include "qemu/main-loop.h" 43 #include "qapi/qobject-output-visitor.h" 44 #include "qapi/qapi-visit-block-core.h" 45 #include "system/block-backend.h" 113 /* If non-zero, use only whitelisted block drivers */ 138 if (!bs || !bs->drv) { in bdrv_opt_mem_align() 144 return bs->bl.opt_mem_alignment; in bdrv_opt_mem_align() 149 if (!bs || !bs->drv) { in bdrv_min_mem_align() [all …]
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_core.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (C) 2005-2006 by Texas Instruments 7 * Copyright (C) 2006-2007 Nokia Corporation 11 * Inventra (Multipoint) Dual-Role Controller Driver for Linux. 15 * in the works. These are normal Linux-USB controller drivers which 29 * - Lack of host-side transaction scheduling, for all transfer types. 35 * includes DaVinci EVM in a common non-OTG mode. 59 * - Kconfig for everything user-configurable 60 * - platform_device for addressing, irq, and platform_data 61 * - platform_data is mostly for board-specific informarion [all …]
|
| H A D | musb_host.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (C) 2005-2006 by Texas Instruments 7 * Copyright (C) 2006-2007 Nokia Corporation 8 * Copyright (C) 2008-2009 MontaVista Software, Inc. <source@mvista.com> 20 #include <linux/dma-mapping.h> 24 #include "linux-compat.h" 25 #include "usb-compat.h" 32 /* MUSB HOST status 22-mar-2006 34 * - There's still lots of partial code duplication for fault paths, so 37 * - PIO mostly behaved when last tested. [all …]
|
| /openbmc/qemu/docs/system/ppc/ |
| H A D | pseries.rst | 5 The Power machine para-virtualized environment described by the Linux on Power 11 capable of acting as a hypervisor OS, providing, on that role, nested 18 - POWER7, POWER7+ 19 - POWER8, POWER8NVL 20 - POWER9 21 - Power10 22 - Power11 23 - Support for POWER5+ also exists, works with correct kernel/userspace 25 - XICS (POWER8) 26 - XIVE (Supported by below:) [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | ui-bootstrap-tpls-0.11.0.js | 2 * angular-ui-bootstrap 3 * http://angular-ui.github.io/bootstrap/ 5 * Version: 0.11.0 - 2014-05-01 8 …-group.html","template/accordion/accordion.html","template/alert/alert.html","template/carousel/ca… class in AnonymousFunctionb0c64dd74400 9 …-popup title="'+q+"tt_title"+r+'" content="'+q+"tt_content"+r+'" placement="'+q+"tt_placement"+r+'…
|
| H A D | ui-bootstrap-tpls-0.11.0.min.js | 2 * angular-ui-bootstrap 3 * http://angular-ui.github.io/bootstrap/ 5 * Version: 0.11.0 - 2014-05-01 8 …-group.html","template/accordion/accordion.html","template/alert/alert.html","template/carousel/ca… class in AnonymousFunction2adf09a94400 9 …-popup title="'+q+"tt_title"+r+'" content="'+q+"tt_content"+r+'" placement="'+q+"tt_placement"+r+'…
|
| /openbmc/qemu/docs/about/ |
| H A D | removed-features.rst | 10 -------------------------------------- 12 ``-hdachs`` (removed in 2.12) 15 The geometry defined by ``-hdachs c,h,s,t`` should now be specified via 16 ``-device ide-hd,drive=dr,cyls=c,heads=h,secs=s,bios-chs-trans=t`` 17 (together with ``-drive if=none,id=dr,...``). 19 ``-net channel`` (removed in 2.12) 22 This option has been replaced by ``-net user,guestfwd=...``. 24 ``-net dump`` (removed in 2.12) 27 ``-net dump[,vlan=n][,file=filename][,len=maxlen]`` has been replaced by 28 ``-object filter-dump,id=id,netdev=dev[,file=filename][,maxlen=maxlen]``. [all …]
|
| /openbmc/u-boot/include/ |
| H A D | ec_commands.h | 2 * Use of this source code is governed by a BSD-style license that can be 18 * - CMD is the command code. (defined by EC_CMD_ constants) 19 * - ERR is the error code. (defined by EC_RES_ constants) 20 * - Px is the optional payload. 23 * - S is the checksum which is the sum of all payload bytes. 59 /* The actual block is 0x800-0x8ff, but some BIOSes think it's 0x880-0x8ff 70 #define EC_LPC_CMDR_ACPI_BRST (1 << 4) /* Burst mode (not used) */ 79 #define EC_MEMMAP_TEMP_SENSOR 0x00 /* Temp sensors 0x00 - 0x0f */ 80 #define EC_MEMMAP_FAN 0x10 /* Fan speeds 0x10 - 0x17 */ 81 #define EC_MEMMAP_TEMP_SENSOR_B 0x18 /* More temp sensors 0x18 - 0x1f */ [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | block-core.json | 1 # -*- Mode: Python -*- 21 # @vm-state-size: size of the VM state 23 # @date-sec: UTC date of the snapshot in seconds 25 # @date-nsec: fractional part in nano seconds to be used with date-sec 27 # @vm-clock-sec: VM clock relative to boot in seconds 29 # @vm-clock-nsec: fractional part in nano seconds to be used with 30 # vm-clock-sec 33 # record/replay is enabled. Used for "time-traveling" to match 35 # counter may be obtained through `query-replay` command 41 'data': { 'id': 'str', 'name': 'str', 'vm-state-size': 'int', [all …]
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | start.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 10 host <dev-manual/start:preparing the build host>`, how to locate 25 you get the results you want. The procedure is high-level and presents 41 - *Application Developer:* This type of developer does application 44 - *Core System Developer:* This type of developer works on the 47 - *Build Engineer:* This type of developer manages Autobuilders and 51 - *Test Engineer:* This type of developer creates and manages 55 #. *Gather the Hardware:* Based on the size and make-up of the team, 59 six-core Xeons with 24 Gbytes of RAM and plenty of disk space). You 70 understand the hardware involved and the make-up of the team, you [all …]
|
| /openbmc/u-boot/ |
| H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 3 # (C) Copyright 2000 - 2013 9 This directory contains the source code for U-Boot, a boot loader for 15 The development of U-Boot is closely related to Linux: some parts of 37 scattered throughout the U-Boot source identifying the people or 41 actual U-Boot source tree; however, it can be created dynamically 51 U-Boot, you should send a message to the U-Boot mailing list at 52 <u-boot@lists.denx.de>. There is also an archive of previous traffic 53 on the mailing list - please search the archive before asking FAQ's. 54 Please see http://lists.denx.de/pipermail/u-boot and [all …]
|
| /openbmc/qemu/hw/i3c/ |
| H A D | dw-i3c.c | 7 * SPDX-License-Identifier: GPL-2.0-or-later 12 #include "qemu/error-report.h" 14 #include "hw/i3c/dw-i3c.h" 16 #include "hw/qdev-properties.h" 242 FIELD(DEVICE_CTRL_EXTENDED, MODE, 0, 2) 297 /* Target mode is not supported, don't advertise it for now. */ 368 return ARRAY_FIELD_EX32(s->regs, HW_CAPABILITY, HDR_TS); in dw_i3c_has_hdr_ts() 373 return ARRAY_FIELD_EX32(s->regs, HW_CAPABILITY, HDR_DDR); in dw_i3c_has_hdr_ddr() 382 return ARRAY_FIELD_EX32(s->regs, DEVICE_CTRL, I3C_EN) && in dw_i3c_can_transmit() 383 !ARRAY_FIELD_EX32(s->regs, DEVICE_CTRL, I3C_RESUME); in dw_i3c_can_transmit() [all …]
|
| /openbmc/rest-dbus/resources/ |
| H A D | jstree.min.js | 1 /*! jsTree - v3.2.0 - 2015-08-06 - (MIT) */ 2 …role","treeitem"),k=i.createElement("I"),k.className="jstree-icon jstree-ocl",k.setAttribute("role… 3 …-children")[0]),r=b.children(".jstree-anchor")[0]===i.activeElement,b.remove();else if(c=!0,!d){if… property in AnonymousClassf811328ee801 4 …-"+b),this.element[this.settings.core.themes.responsive?"addClass":"removeClass"]("jstree-"+b+"-re… 5 …-node")[0]!==b.currentTarget)return!0;if("touchstart"===b.type&&(!this.settings.dnd.touch||"select… property in AnonymousClassf811328e1a101
|