/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VRTN.interface.yaml | 4 - name: RT 8 - name: SO 12 - name: IN 15 IN keyword. Multi purpose data. 16 - name: I2 19 I2 keyword. Multi purpose data.
|
H A D | VMSC.interface.yaml | 4 - name: RT 8 - name: IN 11 IN keyword. Multi purpose usage data.
|
H A D | VMPU.interface.yaml | 4 - name: RT 8 - name: VZ 12 - name: SO 16 - name: DI 20 - name: IN 23 IN Keyword. Multi purpose usage data.
|
/openbmc/linux/include/media/i2c/ |
H A D | tw9910.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 16 /* MPOUT (multi-purpose output) pin functions */ 29 * struct tw9910_video_info - tw9910 driver interface structure 31 * @mpout: Selected function of MPOUT (multi-purpose output) pin.
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ |
H A D | ia_css_macc1_5_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 * CSS-API header file for Multi-Axis Color Conversion algorithm parameters. 23 /* Multi-Axis Color Conversion configuration 33 /* Multi-Axes Color Correction (MACC) table. 49 * OutU = (data00 * InU + data01 * InV) >> (13 - exp) 50 * OutV = (data10 * InU + data11 * InV) >> (13 - exp) 53 * OutU = (4096 * InU + 0 * InV) >> (13 - 1) 54 * OutV = ( 0 * InU + 4096 * InV) >> (13 - 1) 59 MACC1_5: s[macc_config.exp].[13-macc_config.exp], [-8192,8191] [all …]
|
H A D | ia_css_macc1_5_table.host.c | 1 // SPDX-License-Identifier: GPL-2.0 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 /* Multi-Axes Color Correction table for ISP2.
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | renesas,mtu2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas Multi-Function Timer Pulse Unit 2 (MTU2) 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs 23 - enum: 24 - renesas,mtu2-r7s72100 # RZ/A1H 25 - const: renesas,mtu2 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/ |
H A D | keystone-navigator-qmss.txt | 5 multi-core Navigator. QMSS consist of queue managers, packed-data structure 9 management of the packet queues. Packets are queued/de-queued by writing or 20 - compatible : Must be "ti,keystone-navigator-qmss". 21 : Must be "ti,66ak2g-navss-qm" for QMSS on K2G SoC. 22 - clocks : phandle to the reference clock for this device. 23 - queue-range : <start number> total range of queue numbers for the device. 24 - linkram0 : <address size> for internal link ram, where size is the total 26 - linkram1 : <address size> for external link ram, where size is the total 29 - qmgrs : child node describing the individual queue managers on the 32 -- managed-queues : the actual queues managed by each queue manager [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
/openbmc/qemu/hw/pci-host/ |
H A D | remote.c | 4 * Unlike PCI host devices that model physical hardware, the purpose 5 * of this PCI host is to host multi-process QEMU devices. 7 * Multi-process QEMU extends the PCI host of a QEMU machine into a 20 * See the COPYING file in the top-level directory. 29 #include "hw/qdev-properties.h" 30 #include "hw/pci-host/remote.h" 44 pci->bus = pci_root_bus_new(DEVICE(s), "remote-pci", in remote_pcihost_realize() 45 s->mr_pci_mem, s->mr_sys_io, in remote_pcihost_realize() 54 hc->root_bus_path = remote_pcihost_root_bus_path; in remote_pcihost_class_init() 55 dc->realize = remote_pcihost_realize; in remote_pcihost_class_init() [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
H A D | marvell,mvebu-pinctrl.txt | 1 The pinctrl driver enables Marvell Armada 8K SoCs to configure the multi-purpose 8 - compatible: "marvell,mvebu-pinctrl", 9 "marvell,ap806-pinctrl", 10 "marvell,armada-7k-pinctrl", 11 "marvell,armada-8k-cpm-pinctrl", 12 "marvell,armada-8k-cps-pinctrl" 13 - bank-name: A string defining the pinc controller bank name 14 - reg: A pair of values defining the pin controller base address 16 - pin-count: Numeric value defining the amount of multi purpose pins 18 - max-func: Numeric value defining the maximum function value for [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ |
H A D | ia_css_macc_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 * CSS-API header file for Multi-Axis Color Correction (MACC) parameters. 29 /* Multi-Axis Color Correction (MACC) table. 45 * OutU = (data00 * InU + data01 * InV) >> (13 - exp) 46 * OutV = (data10 * InU + data11 * InV) >> (13 - exp) 49 * OutU = (4096 * InU + 0 * InV) >> (13 - 1) 50 * OutV = ( 0 * InU + 4096 * InV) >> (13 - 1) 56 MACC1: s2.13, [-65536,65535] 59 MACC2: s[macc_config.exp].[13-macc_config.exp], [-8192,8191]
|
H A D | ia_css_macc_table.host.c | 1 // SPDX-License-Identifier: GPL-2.0 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 /* Multi-Axes Color Correction table for ISP1. 37 /* Multi-Axes Color Correction table for ISP2.
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | st,stmpe-pwm.txt | 4 (ST Multi-Purpose Expander) chips. The PWM is registered as a 8 - compatible: should be: 9 - "st,stmpe-pwm" 10 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of 16 compatible = "st,stmpe-pwm"; 17 #pwm-cells = <2>;
|
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_dap_fasi.h | 2 Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc. 20 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 48 /*-------- compilation control switches --------------------------------------*/ 53 /*-------- Required includes -------------------------------------------------*/ 57 /*-------- Defines, configuring the API --------------------------------------*/ 98 #error At least one of short- or long-addressing format must be allowed. 103 * Single/master multi master setting 106 * Comments about SINGLE MASTER/MULTI MASTER modes: 113 * + multi master mode means use of repeated starts 118 * Single/multi master selected via the flags in the FASI protocol. [all …]
|
/openbmc/linux/Documentation/input/ |
H A D | event-codes.rst | 1 .. _input-event-codes: 36 - Used as markers to separate events. Events may be separated in time or in 41 - Used to describe state changes of keyboards, buttons, or other key-like 46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 51 - Used to describe absolute axis value changes, e.g. describing the 56 - Used to describe miscellaneous input data that do not fit into other types. 60 - Used to describe binary state input switches. 64 - Used to turn LEDs on devices on and off. 68 - Used to output sound to devices. 72 - Used for autorepeating devices. [all …]
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | dcgu.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 62 DCGU_HW_MODULE_MPC, /* Selects multi purpose cipher module */ 63 DCGU_HW_MODULE_MPC_KEY, /* Selects multi purpose cipher key */ 66 DCGU_HW_MODULE_VCTY_CORE, /* Selects VCT-Y core module */
|
/openbmc/linux/drivers/regulator/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 38 managed regulators and simple non-configurable regulators. 65 They provide two I2C-controlled DC/DC step-down converters with 85 tristate "Active-semi act8865 voltage regulator" 90 This driver controls a active-semi act8865 voltage output 94 tristate "Active-semi ACT8945A voltage regulator" 97 This driver controls a active-semi ACT8945A voltage regulator 98 via I2C bus. The ACT8945A features three step-down DC/DC converters 99 and four low-dropout linear regulators, along with a ActivePath 110 tristate "Freescale i.MX on-chip ANATOP LDO regulators" [all …]
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | genetlink-legacy.rst | 1 .. SPDX-License-Identifier: BSD-3-Clause 9 the ``genetlink-legacy`` protocol level. 15 -------------------- 17 New Netlink families should use ``multi-attr`` to define arrays. 21 For reference the ``multi-attr`` array may look like this:: 23 [ARRAY-ATTR] 27 [SOME-OTHER-ATTR] 28 [ARRAY-ATTR] 33 where ``ARRAY-ATTR`` is the array entry type. 35 array-nest [all …]
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops-mttcg.c | 2 * QEMU TCG Multi Threaded vCPUs implementation 4 * Copyright (c) 2003-2008 Fabrice Bellard 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29 #include "sysemu/cpu-timers.h" 30 #include "qemu/main-loop.h" 32 #include "qemu/guest-random.h" 33 #include "exec/exec-all.h" 36 #include "tcg-accel-ops.h" 37 #include "tcg-accel-ops-mttcg.h" 50 CPUState *cpu = container_of(notify, MttcgForceRcuNotifier, notifier)->cpu; in mttcg_force_rcu() [all …]
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | protocols.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 39 * struct scmi_msg_resp_prot_version - Response for a message 56 * struct scmi_msg - Message(Tx/Rx) structure 67 * struct scmi_msg_hdr - Message(Tx/Rx) header 89 * struct scmi_xfer - Structure representing a message flow 91 * @transfer_id: Unique ID for debug & profiling purpose 94 * @rx: Receive message, the buffer should be pre-allocated to store 95 * message. If request-ACK protocol is used, we can reuse the same 108 * though the timed-out transaction will anyway cause the command 109 * request to be reported as failed by time-out, the underlying xfer [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | wmi.h | 2 * Copyright (c) 2010-2011 Atheros Communications Inc. 5 * purpose with or without fee is hereby granted, provided that the above 45 * 64 - HTC header - WMI header - 1 / txstatus 167 /* multi write section */ 173 /* multi rmw section */ 196 ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, NULL, 0, \ 203 ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, \
|
/openbmc/linux/Documentation/networking/ |
H A D | sctp.rst | 1 .. SPDX-License-Identifier: GPL-2.0 12 transparent multi-homing, and multiple ordered streams of messages. 16 general purpose transport. 23 referred to as the UDP-style API of the Sockets Extensions for SCTP, as 24 proposed in IETF Internet-Drafts. 29 - lksctp can be built as statically or as a module. However, be aware that 32 - There is tentative support for IPv6, but most work has gone towards 42 <linux-sctp@vger.kernel.org>
|
/openbmc/u-boot/board/raidsonic/ib62x0/ |
H A D | ib62x0.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2011-2012 32 /* Multi-Purpose Pins Functionality configuration */ in board_early_init_f() 64 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/nintendo/ |
H A D | wii.txt | 11 - model : Should be "nintendo,wii" 12 - compatible : Should be "nintendo,wii" 16 This node represents the multi-function "Hollywood" chip, which packages 21 - compatible : Should be "nintendo,hollywood" 30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi" 31 - reg : should contain the VI registers location and length 32 - interrupts : should contain the VI interrupt 41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi" 42 - reg : should contain the PI registers location and length 52 - #interrupt-cells : <1> [all …]
|