Searched +full:iq +full:- +full:mode +full:- +full:en (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,adrf6780.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 16 https://www.analog.com/en/products/adrf6780.html 21 - adi,adrf6780 26 spi-max-frequency: 34 clock-names: 36 - const: lo_in 38 clock-output-names: [all …]
|
H A D | adi,admv1014.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 16 https://www.analog.com/en/products/admv1014.html 21 - adi,admv1014 26 spi-max-frequency: 32 clock-names: 34 - const: lo_in 38 vcm-supply: [all …]
|
H A D | adi,admv1013.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 16 https://www.analog.com/en/products/admv1013.html 21 - adi,admv1013 26 spi-max-frequency: 34 clock-names: 36 - const: lo_in 38 vcm-supply: [all …]
|
/openbmc/linux/drivers/iio/frequency/ |
H A D | adrf6780.c | 1 // SPDX-License-Identifier: GPL-2.0-only 97 st->data[0] = 0x80 | (reg << 1); in __adrf6780_spi_read() 98 st->data[1] = 0x0; in __adrf6780_spi_read() 99 st->data[2] = 0x0; in __adrf6780_spi_read() 101 t.rx_buf = &st->data[0]; in __adrf6780_spi_read() 102 t.tx_buf = &st->data[0]; in __adrf6780_spi_read() 105 ret = spi_sync_transfer(st->spi, &t, 1); in __adrf6780_spi_read() 109 *val = (get_unaligned_be24(&st->data[0]) >> 1) & GENMASK(15, 0); in __adrf6780_spi_read() 119 mutex_lock(&st->lock); in adrf6780_spi_read() 121 mutex_unlock(&st->lock); in adrf6780_spi_read() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 /* Definitions for the LP-PHY */ 29 #define B43_LPPHY_IQ_THRES_HH B43_PHY_CCK(0x21) /* IQ Threshold HH */ 30 #define B43_LPPHY_IQ_THRES_H B43_PHY_CCK(0x22) /* IQ Threshold H */ 31 #define B43_LPPHY_IQ_THRES_L B43_PHY_CCK(0x23) /* IQ Threshold L */ 32 #define B43_LPPHY_IQ_THRES_LL B43_PHY_CCK(0x24) /* IQ Threshold LL */ 41 #define B43_LPPHY_LO_IQ_MAG_ACC B43_PHY_CCK(0x2D) /* LO IQ Mag Acc */ 160 #define B43_LPPHY_RADAR_DETECT_EN B43_PHY_OFDM(0x46) /* Radar detect En */ 216 #define B43_LPPHY_IQ_ENABLE_WAIT_TIME_ADDR B43_PHY_OFDM(0x81) /* IQ Enable Wait Time Address */ 217 #define B43_LPPHY_IQ_NUM_SMPLS_ADDR B43_PHY_OFDM(0x82) /* IQ Num Samples Address */ [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu.c | 2 * QEMU emulation of an Intel IOMMU (VT-d) 23 #include "qemu/error-report.h" 24 #include "qemu/main-loop.h" 30 #include "hw/qdev-properties.h" 32 #include "hw/i386/apic-msidef.h" 33 #include "hw/i386/x86-iommu.h" 34 #include "hw/pci-host/q35.h" 45 ((ce)->val[1] & VTD_SM_CONTEXT_ENTRY_RID2PASID_MASK) 47 ((ce)->val[0] & VTD_PASID_DIR_BASE_ADDR_MASK) 50 #define VTD_PE_GET_TYPE(pe) ((pe)->val[0] & VTD_SM_PASID_ENTRY_PGTT) [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 6 --- 7 Upstream-Status: Pending 17 create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/CMakeLists.txt 18 create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/Djenne_128_128.raw 19 create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/Makefile 20 create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/cube_texture_and_coords.h 21 create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/triangle.c 23 diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/he… 25 --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt 27 @@ -25,6 +25,7 @@ add_subdirectory(hello_encode) [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) */ 5 * Copyright (C) 1999-2012 the contributors 47 * All kernel-specific stuff were moved to media/v4l2-dev.h, so 66 #include <linux/v4l2-common.h> 67 #include <linux/v4l2-controls.h> 80 /* Four-character-code (FOURCC) */ 98 buffer, top-bottom order */ 99 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */ 205 /* Obsolete pre-1998 SMPTE 240M HDTV standard, superseded by Rec 709 */ 230 * and V4L2_QUANTIZATION_FULL_RANGE. To be used for (Motion-)JPEG. [all …]
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * driver for Microchip PQI-based storage controllers 4 * Copyright (c) 2019-2023 Microchip Technology Inc. and its subsidiaries 5 * Copyright (c) 2016-2018 Microsemi Corporation 6 * Copyright (c) 2016 PMC-Sierra, Inc. 22 #include <linux/blk-mq-pci.h> 36 #define DRIVER_VERSION "2.1.24-046" 51 #define PQI_NO_COMPLETION ((void *)-1) 194 "RAID-0", 195 "RAID-4", [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 6 Upstream-Status: Submitted [https://github.com/requests/toolbelt/pull/356] 7 Signed-off-by: Khem Raj <raj.khem@gmail.com> 8 --- 9 tests/cassettes/file_for_download.json | 56 ++++- 10 tests/cassettes/http2bin_cookies.json | 133 +++++++++- 11 tests/cassettes/http2bin_fingerprint.json | 65 ++++- 12 tests/cassettes/httpbin_guess_auth_basic.json | 115 ++++++++- 13 .../cassettes/httpbin_guess_auth_digest.json | 124 +++++++++- 14 tests/cassettes/httpbin_guess_auth_none.json | 59 ++++- 15 tests/cassettes/klevas_vu_lt_ssl3.json | 36 ++- [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | init301.c | 4 * Mode initializing code (CRT2 section) 10 * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria 27 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 55 * Formerly based on non-functional code-fragements for 300 series by SiS, Inc. 255 /* VESA non-VESA noscale */ 420 if(SiS_Pr->ChipType == XGI_20) in SiS_UnLockCRT2() 422 else if(SiS_Pr->ChipType >= SIS_315H) in SiS_UnLockCRT2() 423 SiS_SetRegOR(SiS_Pr->SiS_Part1Port,0x2f,0x01); in SiS_UnLockCRT2() 425 SiS_SetRegOR(SiS_Pr->SiS_Part1Port,0x24,0x01); in SiS_UnLockCRT2() 432 if(SiS_Pr->ChipType == XGI_20) in SiS_LockCRT2() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 1 // SPDX-License-Identifier: ISC 97 #define NPHY_IS_SROM_REINTERPRET NREV_GE(pi->pubpi.phy_rev, 5) 113 #define NPHY_CALSANITY_RSSI_NB_MAX_NEG -9 115 #define NPHY_CALSANITY_RSSI_W1_MAX_NEG (NPHY_RSSICAL_W1_TARGET - \ 118 #define NPHY_CALSANITY_RSSI_W2_MAX_NEG (NPHY_RSSICAL_W2_TARGET - \ 120 #define NPHY_RSSI_SXT(x) ((s8) (-((x) & 0x20) + ((x) & 0x1f))) 140 #define NPHY_SROM_MINTEMPOFFSET -16 212 #define NPHY_IPA_RXCAL_MAXGAININDEX (6 - 1) 217 {0, 0, 0, 0, 0, -1}, 218 {0, 0, 0, 3, 0, -1}, [all …]
|