/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max8973.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: regulator.yaml# 18 - maxim,max8973 19 - maxim,max77621 21 junction-warn-millicelsius: 30 maxim,dvs-gpio: 35 maxim,dvs-default-state: [all …]
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | r8a66597.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * R8A66597 HCD (Host Controller Driver) for u-boot 93 #define XTAL 0xC000 /* b15-14: Crystal selection */ 97 #define XCKE 0x2000 /* b13: External clock enable */ 99 #define SCKE 0x0400 /* b10: USB clock enable */ 103 #define HSE 0x0080 /* b7: Hi-speed enable */ 105 #define DRPD 0x0020 /* b5: D+/- pull down control */ 113 #define USBE 0x0001 /* b0: USB module operation enable */ 116 #define OVCBIT 0x8000 /* b15-14: Over-current bit */ 117 #define OVCMON 0xC000 /* b15-14: Over-current monitor */ [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-pxa27x.c | 1 // SPDX-License-Identifier: GPL-1.0+ 6 * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net> 7 * (C) Copyright 2002 Hewlett-Packard Company 14 * Modified for LH7A404 from ohci-sa1111.c 17 * Modified for pxa27x from ohci-lh7a404.c 18 * by Nick Bane <nick@cecomputing.co.uk> 26-8-2004 25 #include <linux/dma-mapping.h> 31 #include <linux/platform_data/usb-ohci-pxa27x.h> 46 * UHC: USB Host Controller (OHCI-like) register definitions 52 #define UHCINTE (0x0010) /* UHC Interrupt Enable */ [all …]
|
/openbmc/linux/include/linux/usb/ |
H A D | r8a66597.h | 1 // SPDX-License-Identifier: GPL-2.0 124 #define XTAL 0xC000 /* b15-14: Crystal selection */ 128 #define XCKE 0x2000 /* b13: External clock enable */ 130 #define SCKE 0x0400 /* b10: USB clock enable */ 133 #define HSE 0x0080 /* b7: Hi-speed enable */ 135 #define DRPD 0x0020 /* b5: D+/- pull down control */ 137 #define USBE 0x0001 /* b0: USB module operation enable */ 140 #define OVCBIT 0x8000 /* b15-14: Over-current bit */ 141 #define OVCMON 0xC000 /* b15-14: Over-current monitor */ 143 #define IDMON 0x0004 /* b3: ID-pin monitor */ [all …]
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3566-anbernic-rg503.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include "rk3566-anbernic-rgxx3.dtsi" 21 compatible = "simple-battery"; 22 charge-full-design-microamp-hours = <3472000>; 23 charge-term-current-microamp = <300000>; 24 constant-charge-current-max-microamp = <2000000>; [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | 8390.h | 3 Ported to U-Boot by Christian Pellegrin <chri@ascensit.com> 13 under the same license. Auto-loading of 8390.o only in v2.2 - Paul G. 32 #define E8390_RREAD 0x08 /* Remote read */ 33 #define E8390_RWRITE 0x10 /* Remote write */ 34 #define E8390_NODMA 0x20 /* Remote DMA */ 36 #define E8390_PAGE1 0x40 /* using the two high-order bits */ 41 * - removed AMIGA_PCMCIA from this list, handled as ISA io now 63 #define EN0_CRDALO EI_SHIFT(0x08) /* low byte of current remote dma address RD */ 64 #define EN0_RSARLO EI_SHIFT(0x08) /* Remote start address reg 0 */ 65 #define EN0_CRDAHI EI_SHIFT(0x09) /* high byte, current remote dma address RD */ [all …]
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-input.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Infrared remote control input device 12 * derived from Linux kernel files linux/media/video/.../...-input.c marked as: 25 #include "cx23885-input.h" 28 #include <media/rc-core.h> 29 #include <media/v4l2-subdev.h> 36 struct cx23885_kernel_ir *kernel_ir = dev->kernel_ir; in cx23885_input_process_measurements() 45 v4l2_subdev_call(dev->sd_ir, ir, rx_read, (u8 *) ir_core_event, in cx23885_input_process_measurements() 51 ir_raw_event_store(kernel_ir->rc, in cx23885_input_process_measurements() 58 ir_raw_event_overflow(kernel_ir->rc); in cx23885_input_process_measurements() [all …]
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-nbd.rst | 6 -------- 8 **qemu-nbd** [*OPTION*]... *filename* 10 **qemu-nbd** -L [*OPTION*]... 12 **qemu-nbd** -d *dev* 15 ----------- 21 - Bind a /dev/nbdX block device to a QEMU server (on Linux). 22 - As a client to query exports of a remote NBD server. 25 ------- 27 .. program:: qemu-nbd 30 driver options if :option:`--image-opts` is specified. [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | m66592-udc.h | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2006-2007 Renesas Solutions Corp. 17 #define M66592_XTAL 0xC000 /* b15-14: Crystal selection */ 21 #define M66592_XCKE 0x2000 /* b13: External clock enable */ 22 #define M66592_RCKE 0x1000 /* b12: Register clock enable */ 24 #define M66592_SCKE 0x0400 /* b10: USB clock enable */ 26 #define M66592_HSE 0x0080 /* b7: Hi-speed enable */ 28 #define M66592_DMRPD 0x0020 /* b5: D- pull down control */ 30 #define M66592_FSRPC 0x0004 /* b2: Full-speed receiver enable */ 31 #define M66592_PCUT 0x0002 /* b1: Low power sleep enable */ [all …]
|
/openbmc/linux/drivers/media/rc/ |
H A D | serial_ir.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * serial_ir - Device driver that records pulse- and pause-lengths 6 * (space-lengths) between DDCD event on a serial port. 8 * Copyright (C) 1996,97 Ralph Metzler <rjkm@thp.uni-koeln.de> 13 * Copyright (C) 2016 Sean Young <sean@mess.org> (port to rc-core) 27 #include <media/rc-core.h> 55 static int sense = -1; /* -1 = auto, 0 = active high, 1 = active low */ variable 144 /* the register is memory-mapped */ in sinp() 154 /* the register is memory-mapped */ in soutp() 189 for (i = 0, output = 0x7f; rawbits > 0; rawbits -= 3) { in send_pulse_irdeo() [all …]
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | 8390.h | 1 /* SPDX-License-Identifier: GPL-1.0+ */ 6 * under the same license. Auto-loading of 8390.o only in v2.2 - Paul G. 21 /* The 8390 specific per-packet-header format. */ 34 /* Without I/O delay - non ISA or later chips */ 70 /* You have one of these per-board */ 85 unsigned word16:1; /* We have the 16-bit (vs 8-bit) 88 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT 93 unsigned dmaing:1; /* Remote DMA Active */ 98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ 102 unsigned char saved_irq; /* Original dev->irq value. */ [all …]
|
/openbmc/qemu/docs/system/i386/ |
H A D | hyperv.rst | 1 Hyper-V Enlightenments 6 ----------- 11 It may, however, be hard-to-impossible to add support for these interfaces to 14 KVM on x86 implements Hyper-V Enlightenments for Windows guests. These features 15 make Windows and Hyper-V guests think they're running on top of a Hyper-V 16 compatible hypervisor and use Hyper-V specific features. 20 ----- 22 No Hyper-V enlightenments are enabled by default by either KVM or QEMU. In 25 .. parsed-literal:: 27 |qemu_system| --enable-kvm --cpu host,hv_relaxed,hv_vpindex,hv_time, ... [all …]
|
/openbmc/phosphor-logging/ |
H A D | README.md | 1 # phosphor-logging 8 - [Building](#to-build) 9 - [Structured Logging](#structured-logging) 10 - [Event Logs](#event-logs) 11 - [Application Specific Error YAML](#adding-application-specific-error-yaml) 12 - [Event Log Extensions](#event-log-extensions) 13 - [Remote Logging](#remote-logging-via-rsyslog) 14 - [Boot Fail on Hardware Errors](#boot-fail-on-hardware-errors) 21 2. ninja -c builddir 25 phosphor-logging provides APIs to add program logging information to the [all …]
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | fcpio.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 95 FCPIO_ITMF_REJECTED, /* itmf req was rejected by remote node */ 96 FCPIO_ITMF_FAILED, /* itmf req was failed by remote node */ 127 tag->u.req_id = id; in fcpio_tag_id_enc() 133 *id = tag->u.req_id; in fcpio_tag_id_dec() 139 tag->u.ex_id.rx_id = rx_id; in fcpio_tag_exid_enc() 140 tag->u.ex_id.ox_id = ox_id; in fcpio_tag_exid_enc() 146 *rx_id = tag->u.ex_id.rx_id; in fcpio_tag_exid_dec() 147 *ox_id = tag->u.ex_id.ox_id; in fcpio_tag_exid_dec() 166 hdr->type = type; in fcpio_header_enc() [all …]
|
/openbmc/linux/drivers/input/joystick/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 55 module will be called adc-joystick. 211 tristate "5-byte Zhenhua RC transmitter" 215 Say Y here if you have a Zhen Hua PPM-4CH transmitter which is 228 gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga, 231 <file:Documentation/input/devices/joystick-parport.rst>. 243 Sony PlayStation gamepad or a Multisystem -- Atari, Amiga, 246 <file:Documentation/input/devices/joystick-parport.rst>. 256 and want to use it with Multisystem -- Atari, Amiga, Commodore, 258 please read <file:Documentation/input/devices/joystick-parport.rst>. [all …]
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-janice.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung Galaxy S Advance GT-I9070 also known as Janice. 6 /dts-v1/; 7 #include "ste-db8500.dtsi" 8 #include "ste-ab8500.dtsi" 9 #include "ste-dbx5x0-pinctrl.dtsi" 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/interrupt-controller/irq.h> [all …]
|
/openbmc/qemu/hw/net/ |
H A D | ne2000.c | 4 * Copyright (c) 2003-2004 Fabrice Bellard 53 #define EN0_CRDALO 0x08 /* low byte of current remote dma address RD */ 54 #define EN0_RSARLO 0x08 /* Remote start address reg 0 */ 55 #define EN0_CRDAHI 0x09 /* high byte, current remote dma address RD */ 56 #define EN0_RSARHI 0x09 /* Remote start address reg 1 */ 57 #define EN0_RCNTLO 0x0a /* Remote byte count reg WR */ 59 #define EN0_RCNTHI 0x0b /* Remote byte count reg WR */ 86 #define E8390_RREAD 0x08 /* Remote read */ 87 #define E8390_RWRITE 0x10 /* Remote write */ 88 #define E8390_NODMA 0x20 /* Remote DMA */ [all …]
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfi_ms.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc. 4 * Copyright (c) 2014- QLogic Corporation. 8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter. 37 u8 sense_buf_len; /* SCSI sense length */ 58 union bfi_addr_u stats_addr; /* DMA-able address for stats */ 61 /* IO sense buf base addr segments */ 121 u8 coalesce; /* enable intr coalescing */ 245 u8 status; /* port enable status */ 348 u16 rport_fw_hndl; /* FW Handle for the remote port */ [all …]
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-a83t-cubietruck-plus.dts | 2 * Copyright 2015 Chen-Yu Tsai 4 * Chen-Yu Tsai <wens@csie.org> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun8i-a83t.dtsi" 48 #include <dt-bindings/gpio/gpio.h> 52 compatible = "cubietech,cubietruck-plus", "allwinner,sun8i-a83t"; 60 stdout-path = "serial0:115200n8"; 63 hdmi-connector { 64 compatible = "hdmi-connector"; [all …]
|
/openbmc/ipmitool/doc/ |
H A D | ipmitool.1 | 3 ipmitool \- utility for controlling IPMI\-enabled devices 6 ipmitool [ <options> ] <command> [ <sub-commands and sub-options> ] 8 <options> := [ <general-options> | <conditional-opts> ] 13 <general-options> := [ -h | -V | -v | -I <interface> | -H <address> | 14 -d <N> | -p <port> | -c | -U <username> | 15 -L <privlvl> | -l <lun> | -m <local_address> | 16 -N <sec> | -R <count> | <password-option> | 17 <oem-option> | <bridge-options> ] 19 <conditional-opts> := [ <lan-options> | <lanplus-options> | 20 <command-options> ] [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 29 * Remote Attribute Values 32 * Remote extended attribute values are conceptually simple -- they're written 36 * However, on a v5 filesystem, maximally sized remote attr values require one 37 * block more than 64k worth of space to hold both the remote attribute value 41 * Therefore, we /must/ ensure that remote attribute value buffers never touch 55 int buflen = XFS_ATTR3_RMT_BUF_SPACE(mp, mp->m_sb.sb_blocksize); in xfs_attr3_rmt_blocks() 56 return (attrlen + buflen - 1) / buflen; in xfs_attr3_rmt_blocks() 62 * Checking of the remote attribute header is split into two parts. The verifier [all …]
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 DAVICOM Web-Site: www.davicom.com.tw 10 Author: Sten Wang, 886-3-5798797-8517, E-mail: sten_wang@davicom.com.tw 13 (C)Copyright 1997-1998 DAVICOM Semiconductor,Inc. All Rights Reserved. 22 Removed IRQ 0-15 assumption 69 #include <linux/dma-mapping.h> 91 /* Board/System/Debug information/definition ---------------- */ 102 #define TX_FREE_DESC_CNT (TX_DESC_CNT - 2) /* Max TX packet count */ 103 #define TX_WAKE_DESC_CNT (TX_DESC_CNT - 3) /* TX wakeup count */ 140 #define DMFE_TX_TIMEOUT ((3*HZ)/2) /* tx packet time-out time 1.5 s" */ [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | skge.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 133 CS_CLK_RUN_HOT = 1<<13,/* CLK_RUN hot m. (YUKON-Lite only) */ 134 CS_CLK_RUN_RST = 1<<12,/* CLK_RUN reset (YUKON-Lite only) */ 135 CS_CLK_RUN_ENA = 1<<11,/* CLK_RUN enable (YUKON-Lite only) */ 154 PC_VAUX_ENA = 1<<7, /* Switch VAUX Enable */ 156 PC_VCC_ENA = 1<<5, /* Switch VCC Enable */ 246 TST_CFG_WRITE_ON = 1<<1, /* Enable Config Reg WR */ 262 CHIP_ID_YUKON_LITE = 0xb1, /* Chip ID for YUKON-Lite (Rev. A1-A3) */ 263 CHIP_ID_YUKON_LP = 0xb2, /* Chip ID for YUKON-LP */ 264 CHIP_ID_YUKON_XL = 0xb3, /* Chip ID for YUKON-2 XL */ [all …]
|
/openbmc/docs/ |
H A D | CONTRIBUTING.md | 11 [Code of Conduct](https://github.com/openbmc/docs/blob/master/code-of-conduct.md). 20 https://www.opencompute.org/documents/ocp-terminology-guidelines-for-inclusion-and-openness 25 limited set of responsibilities. These communicate over D-Bus with other 29 daemon, which then translates those requests to D-Bus messages. 36 sense. 43 - [Individual CLA](https://drive.google.com/file/d/1k3fc7JPgzKdItEfyIoLxMCVbPUhTwooY) 44 - [Corporate CLA](https://drive.google.com/file/d/1d-2M8ng_Dl2j1odsvZ8o1QHAdHB-pNSH) 65 you are interested in a particular repository - for example, "bmcweb" - type 81 https://www.python.org/dev/peps/pep-0008/ 96 max-line-length = 80 [all …]
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210-aries.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 32 reserved-memory { 33 #address-cells = <1>; 34 #size-cells = <1>; 38 compatible = "shared-dma-pool"; 39 no-map; 44 compatible = "shared-dma-pool"; [all …]
|