Home
last modified time | relevance | path

Searched +full:an +full:- +full:877 (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad9467.yaml1 # 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>
11 - Alexandru Ardelean <alexandru.ardelean@analog.com>
14 The AD9467 and the parts similar with it, are high-speed analog-to-digital
19 All the parts support the register map described by Application Note AN-877
20 https://www.analog.com/media/en/technical-documentation/application-notes/AN-877.pdf
22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9265.pdf
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad9467.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright 2012-2020 Analog Devices Inc.
24 #include <linux/iio/adc/adi-axi-adc.h>
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
161 struct spi_device *spi = st->spi; in ad9467_reg_access()
[all …]
/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_randtable.c3 /*-------------------------------------------------------------*/
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 …]
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h3 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
23 return 100 - ((bd->phy_stat0 >> 24) & 0xff); in get_rssi0()
34 /* Buffer descriptor rx_ch field is limited to 5-bit (4+1), a mapping is used
128 /* 11ac 20 MHz 800ns GI MCS 0-8 */
150 /* 11ac 20 MHz 400ns SGI MCS 6-8 */
160 /* 11ac 40 MHz 800ns GI MCS 0-9 */
181 /* 11ac 40 MHz 400ns SGI MCS 5-7 */
189 /* 11ac 40 MHz 400ns SGI MCS 5-7 */
196 /* 11ac 80 MHz 800ns GI MCS 0-7 */
199 { 877, 2, RX_ENC_HT, 0, RATE_INFO_BW_80},
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0019-backend-drm-Support-controlling-output-dynamically.patch2 From: Jeffy Chen <jeffy.chen@rock-chips.com>
4 Subject: [PATCH 19/93] backend-drm: Support controlling output dynamically
6 Use config file to set output's rotate/down-scale/size/pos/mode/off/
7 freeze/input/display-rectangle and prefer/primary output.
14 echo "output:DSI-1:off" >> /tmp/.weston_drm.conf
15 echo "output:eDP-1:freeze" >> /tmp/.weston_drm.conf
18 echo "output:HDMI-A-1:mode=800x600" >> /tmp/.weston_drm.conf
19 echo "output:HDMI-A-1:pos=100,200" >> /tmp/.weston_drm.conf
20 echo "output:HDMI-A-1:size=1920x1080" >> /tmp/.weston_drm.conf
21 echo "output:HDMI-A-1:prefer" >> /tmp/.weston_drm.conf
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dbignum.c2 * Multi-precision integer library
4 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
5 * SPDX-License-Identifier: Apache-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
14 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
23 * The following sources were referenced in the design of this Multi-precision
26 * [1] Handbook of Applied Cryptography - 1997
29 * [2] Multi-Precision Math
33 * [3] GNU Multi-Precision Arithmetic Library
63 volatile mbedtls_mpi_uint *p = v; while( n-- ) *p++ = 0; in mbedtls_mpi_zeroize()
[all …]
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190727.patch.gz ... --------------------- ...
HDncurses-6.1-20190609-patch.sh.bz2 ... ---------------------
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddib8000.c1 // 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info5 Copyright (C) 1991-2021 Free Software Foundation, Inc.
11 Software", the Front-Cover texts being (a) (see below), and with the
12 Back-Cover Texts being (b) (see below). A copy of the license is
15 (a) The FSF's Front-Cover Text is:
19 (b) The FSF's Back-Cover Text is:
24 INFO-DIR-SECTION Software development
25 START-INFO-DIR-ENTRY
27 END-INFO-DIR-ENTRY
82 hard--David said "BFD". Stallman was right, but the name stuck.
85 different object file formats: IEEE-695, Oasys, Srecords, a.out and 68k
[all …]
H A Dgccint.info3 Copyright (C) 1988-2020 Free Software Foundation, Inc.
8 Invariant Sections being "Funding Free Software", the Front-Cover Texts
9 being (a) (see below), and with the Back-Cover Texts being (b) (see
13 (a) The FSF's Front-Cover Text is:
17 (b) The FSF's Back-Cover Text is:
22 INFO-DIR-SECTION Software development
23 START-INFO-DIR-ENTRY
25 END-INFO-DIR-ENTRY
29 Copyright (C) 1988-2020 Free Software Foundation, Inc.
34 Invariant Sections being "Funding Free Software", the Front-Cover Texts
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info5 Copyright (C) 1991-2021 Free Software Foundation, Inc.
11 Software", the Front-Cover texts being (a) (see below), and with the
12 Back-Cover Texts being (b) (see below). A copy of the license is
15 (a) The FSF's Front-Cover Text is:
19 (b) The FSF's Back-Cover Text is:
24 INFO-DIR-SECTION Software development
25 START-INFO-DIR-ENTRY
27 END-INFO-DIR-ENTRY
82 hard--David said "BFD". Stallman was right, but the name stuck.
85 different object file formats: IEEE-695, Oasys, Srecords, a.out and 68k
[all …]
H A Dgccint.info3 Copyright (C) 1988-2020 Free Software Foundation, Inc.
8 Invariant Sections being "Funding Free Software", the Front-Cover Texts
9 being (a) (see below), and with the Back-Cover Texts being (b) (see
13 (a) The FSF's Front-Cover Text is:
17 (b) The FSF's Back-Cover Text is:
22 INFO-DIR-SECTION Software development
23 START-INFO-DIR-ENTRY
25 END-INFO-DIR-ENTRY
29 Copyright (C) 1988-2020 Free Software Foundation, Inc.
34 Invariant Sections being "Funding Free Software", the Front-Cover Texts
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dobj_mac.h8 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
11 * This package is an SSL implementation written
15 * This library is free for commercial and non-commercial use as long as
42 * being used are not cryptographic related :-).
44 * the apps directory (application code) you must include an acknowledgement:
70 #define SN_itu_t "ITU-T"
71 #define LN_itu_t "itu-t"
83 #define SN_joint_iso_itu_t "JOINT-ISO-ITU-T"
84 #define LN_joint_iso_itu_t "joint-iso-itu-t"
91 #define SN_member_body "member-body"
[all …]
/OK3568_Linux_fs/device/rockchip/common/tools/armhf/
HDgdb ... expression. flex scanner jammed fatal flex scanner internal error--end of buffer missed fatal error - scanner input ...
/OK3568_Linux_fs/external/xserver/
H A DChangeLog3 Date: Tue Apr 13 10:01:34 2021 -0400
7 Signed-off-by: Matt Turner <mattst88@gmail.com>
15 CVE-2021-3472 / ZDI-CAN-1259
18 Jan-Niklas Sohn working with Trend Micro Zero Day Initiative
20 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
24 Date: Sun Feb 21 21:49:58 2021 -0800
30 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
35 Date: Sun Feb 21 21:49:14 2021 -0800
39 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
44 Date: Sun Feb 21 20:58:42 2021 -0800
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dnid.h1 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
4 * This package is an SSL implementation written
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
37 * the apps directory (application code) you must include an acknowledgement:
117 #define SN_md2WithRSAEncryption "RSA-MD2"
122 #define SN_md5WithRSAEncryption "RSA-MD5"
127 #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES"
128 #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC"
132 #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES"
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dnid.h1 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
4 * This package is an SSL implementation written
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
37 * the apps directory (application code) you must include an acknowledgement:
117 #define SN_md2WithRSAEncryption "RSA-MD2"
122 #define SN_md5WithRSAEncryption "RSA-MD5"
127 #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES"
128 #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC"
132 #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES"
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dnid.h1 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
4 * This package is an SSL implementation written
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
37 * the apps directory (application code) you must include an acknowledgement:
117 #define SN_md2WithRSAEncryption "RSA-MD2"
122 #define SN_md5WithRSAEncryption "RSA-MD5"
127 #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES"
128 #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC"
132 #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES"
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dnid.h1 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
4 * This package is an SSL implementation written
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
37 * the apps directory (application code) you must include an acknowledgement:
117 #define SN_md2WithRSAEncryption "RSA-MD2"
122 #define SN_md5WithRSAEncryption "RSA-MD5"
127 #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES"
128 #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC"
132 #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES"
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dnid.h1 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
4 * This package is an SSL implementation written
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
37 * the apps directory (application code) you must include an acknowledgement:
117 #define SN_md2WithRSAEncryption "RSA-MD2"
122 #define SN_md5WithRSAEncryption "RSA-MD5"
127 #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES"
128 #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC"
132 #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES"
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dnid.h1 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
4 * This package is an SSL implementation written
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
37 * the apps directory (application code) you must include an acknowledgement:
117 #define SN_md2WithRSAEncryption "RSA-MD2"
122 #define SN_md5WithRSAEncryption "RSA-MD5"
127 #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES"
128 #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC"
132 #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES"
[all …]
/OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/
HDlibmali-valhall-g610-g6p0-x11-wayland-gbm.so ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance ...
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv1-,)('''())*),,***********)())+)**)))**+*))*+**+*)((**++*+*++)))))*+*,))*'&**(**()+)(+++*+'(*)*,+**…
2-=Ris]U|zXjsnppooqqqtsrststuttstssutrtrroqsonopnmmnmlmmnlkmmlllkjiiihhjhfggffffgggghffhgfggdaa^[YW…
4 …411./1/--../0.--,--,.--/-.,ccbddcbbbccceccddcbdedddcccdddddccdehlpqqqoljgcdedefffggffffhiiiiijkki…
5 C=#B`L\y}����������������SY�x���UD:NrfRYaaku|����~{vqmf__J21,OS-$(9^�jg�
6 …411/010--//0/.1.*-.--...,0/ccddccdbcdbbeccddbceeddddddeeddddeffiopqrrpljgddedegfffhffhfhiijjijkki…
7-/1/,.2/,-.0-.0.,1/cbdcbcdcbdbcdcccdcdddeccddddedddddfginrrsrokieeeeeegffghhgggggijjjkjjijiihiikm…
8-,./-,.-..-...../-0,bbcdccddcdddeddeeddccdccddcceddeeceginssrqnkhegffffgffhgfgggfgiijjiiiiihhihik…
9-Gipopoprqqpqqpppppqpooqooqooonmmmmmmlnljjkkjjjijjiiiigfgfgeeeedeededceddcbcccb`^[WTPPNKFA=:732111…

12