/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad9467.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: Analog Devices AD9467 and similar High-Speed ADCs 10 - Michael Hennerich <michael.hennerich@analog.com> 13 The AD9467 and the parts similar with it, are high-speed analog-to-digital 18 All the parts support the register map described by Application Note AN-877 19 https://www.analog.com/media/en/technical-documentation/application-notes/AN-877.pdf 21 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9265.pdf 22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9434.pdf [all …]
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad9467.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2012-2020 Analog Devices Inc. 27 * ADI High-Speed ADC common spi interface registers 28 * See Application-Note AN-877: 29 * https://www.analog.com/media/en/technical-documentation/application-notes/AN-877.pdf 80 * Analog Devices AD9265 16-Bit, 125/105/80 MSPS ADC 88 * Analog Devices AD9434 12-Bit, 370/500 MSPS ADC 96 * Analog Devices AD9467 16-Bit, 200/250 MSPS ADC 162 struct spi_device *spi = st->spi; in ad9467_reg_access() 166 guard(mutex)(&st->lock); in ad9467_reg_access() [all …]
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_randtable.c | 3 /*-------------------------------------------------------------*/ 4 /*--- Table for randomising repetitive blocks ---*/ 5 /*--- randtable.c ---*/ 6 /*-------------------------------------------------------------*/ 8 /*-- 10 library for lossless, block-sorting data compression. 12 Copyright (C) 1996-2002 Julian R Seward. All rights reserved. 23 software in a product, an acknowledgment in the product 60 --*/ 66 /*---------------------------------------------*/ [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.2.1 (Mickledore) 4 ------------------------------------------ 6 Security Fixes in Yocto-4.2.1 9 - connman: Fix :cve_nist:`2023-28488` 10 - linux-yocto: Ignore :cve_nist:`2023-1652` and :cve_nist:`2023-1829` 11 - ghostscript: Fix :cve_nist:`2023-28879` 12 - qemu: Ignore :cve_nist:`2023-0664` 13 - ruby: Fix :cve_nist:`2022-28738` and :cve_nist:`2022-28739` 14 - tiff: Fix :cve_nist:`2022-4645` [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.h | 3 Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc. 38 /*------------------------------------------------------------------------- 40 -------------------------------------------------------------------------*/ 45 /* Check DRX-J specific dap condition */ 50 #error "Multi master mode and short addressing only is an illegal combination" 55 /*------------------------------------------------------------------------- 57 -------------------------------------------------------------------------*/ 151 * AGC status information from the DRXJ-IQM-AF. 179 u16 top; /* rf-agc take over point */ 180 u16 cut_off_current; /* rf-agc is accelerated if output current [all …]
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | mx6_mx7_secure_boot.txt | 2 + i.MX6, i.MX7 U-Boot Secure Boot guide using HABv4 + 6 ----------------------------- 8 This document describes a step-by-step procedure on how to sign and securely 9 boot an U-Boot image for non-SPL targets. It is assumed that the reader is 15 1.1 Building a u-boot-dtb.imx image supporting secure boot 16 ----------------------------------------------------------- 18 The U-Boot provides support to secure boot configuration and also provide 22 When built with this configuration, the U-Boot provides extra functions for 26 The U-Boot also correctly pads the final image by aligning to the next 0xC00 30 The diagram below illustrate a signed u-boot-dtb.imx image layout: [all …]
|
/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/ |
H A D | gaudi2_async_events.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * Copyright 2018-2022 HabanaLabs, Ltd. 9 ** This is an auto-generated file ** 763 GAUDI2_EVENT_PSOC65_PID = 877,
|
H A D | gaudi2_async_ids_map_extended.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * Copyright 2018-2022 HabanaLabs, Ltd. 9 ** This is an auto-generated file ** 1786 { .fc_id = 877, .cpu_id = 310, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | txrx.c | 12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 24 return 100 - ((bd->phy_stat0 >> 24) & 0xff); in get_rssi0() 29 return ((bd->phy_stat1 >> 24) & 0xff); in get_snr() 40 /* Buffer descriptor rx_ch field is limited to 5-bit (4+1), a mapping is used 134 /* 11ac 20 MHz 800ns GI MCS 0-8 */ 156 /* 11ac 20 MHz 400ns SGI MCS 6-8 */ 166 /* 11ac 40 MHz 800ns GI MCS 0-9 */ 187 /* 11ac 40 MHz 400ns SGI MCS 5-7 */ 195 /* 11ac 40 MHz 400ns SGI MCS 5-7 */ 202 /* 11ac 80 MHz 800ns GI MCS 0-7 */ [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Linux-DVB Driver for DiBcom's DiB8000 chip (ISDB-T). 22 #define LAYER_ALL -1 149 {.addr = i2c->addr >> 1, .flags = 0, .len = 2}, in dib8000_i2c_read16() 150 {.addr = i2c->addr >> 1, .flags = I2C_M_RD, .len = 2}, in dib8000_i2c_read16() 153 if (mutex_lock_interruptible(i2c->i2c_buffer_lock) < 0) { in dib8000_i2c_read16() 158 msg[0].buf = i2c->i2c_write_buffer; in dib8000_i2c_read16() 161 msg[1].buf = i2c->i2c_read_buffer; in dib8000_i2c_read16() 163 if (i2c_transfer(i2c->adap, msg, 2) != 2) in dib8000_i2c_read16() 167 mutex_unlock(i2c->i2c_buffer_lock); in dib8000_i2c_read16() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 63 hws->ctx 65 hws->regs->reg 69 hws->shifts->field_name, hws->masks->field_name 84 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in print_microsec() 102 for (i = 0; i < dc->res_pool->pipe_count; i++) { in dcn10_lock_all_pipes() 103 old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_lock_all_pipes() 104 pipe_ctx = &context->res_ctx.pipe_ctx[i]; in dcn10_lock_all_pipes() 105 tg = pipe_ctx->stream_res.tg; in dcn10_lock_all_pipes() 111 if (pipe_ctx->top_pipe || in dcn10_lock_all_pipes() [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2 Upstream-Status: Inappropriate 4 RPI-Distro repo clones original ffmpeg and applies patches to enable 7 --- a/configure 9 @@ -205,6 +205,7 @@ External library support: 10 --disable-bzlib disable bzlib [autodetect] 11 --disable-coreimage disable Apple CoreImage framework [autodetect] 12 --enable-chromaprint enable audio fingerprinting with chromaprint [no] 13 + --disable-epoxy disable epoxy [autodetect] 14 --enable-frei0r enable frei0r video filtering [no] 15 --enable-gcrypt enable gcrypt, needed for rtmp(t)e support [all …]
|
/openbmc/openbmc/poky/documentation/overview-manual/svg/ |
H A D | bitbake_tasks_map.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Do not edit this file with editors other than draw.io --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 …-0.5 -0.5 12270 3804" content="<mxfile host="app.diagrams.net" modified="2023-11…
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 7 (ftp://mirror.csclub.uwaterloo.ca/x.org/current/src/xserver/xorg-server-1.12.2.tar.bz2). 14 Upstream-Status: Backport 16 Signed-off-by: Bernhard Walle <bernhard@bwalle.de> 17 --- 18 libs/x86emu/LICENSE | 17 - 19 libs/x86emu/debug.c | 509 +++--- 20 libs/x86emu/decode.c | 1069 ++++++------ 21 libs/x86emu/fpu.c | 463 +++--- 22 libs/x86emu/ops.c | 2940 +++++++++++++++++++-------------- 23 libs/x86emu/ops2.c | 1929 +++++++++++----------- [all …]
|
/openbmc/linux/ |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |