Home
last modified time | relevance | path

Searched +full:0 +full:- +full:indexed (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_82599.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 1999 - 2018 Intel Corporation. */
10 * ixgbe_dcb_config_rx_arbiter_82599 - Config Rx Data arbiter
14 * @bwg_id: bandwidth grouping indexed by traffic class
15 * @prio_type: priority type indexed by traffic class
16 * @prio_tc: priority to tc assignments indexed by priority
27 u32 reg = 0; in ixgbe_dcb_config_rx_arbiter_82599()
28 u32 credit_refill = 0; in ixgbe_dcb_config_rx_arbiter_82599()
29 u32 credit_max = 0; in ixgbe_dcb_config_rx_arbiter_82599()
30 u8 i = 0; in ixgbe_dcb_config_rx_arbiter_82599()
[all …]
H A Dixgbe_dcb_82598.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 1999 - 2018 Intel Corporation. */
10 * ixgbe_dcb_config_rx_arbiter_82598 - Config Rx data arbiter
14 * @prio_type: priority type indexed by traffic class
23 u32 reg = 0; in ixgbe_dcb_config_rx_arbiter_82598()
24 u32 credit_refill = 0; in ixgbe_dcb_config_rx_arbiter_82598()
25 u32 credit_max = 0; in ixgbe_dcb_config_rx_arbiter_82598()
26 u8 i = 0; in ixgbe_dcb_config_rx_arbiter_82598()
42 for (i = 0; i < MAX_TRAFFIC_CLASS; i++) { in ixgbe_dcb_config_rx_arbiter_82598()
65 return 0; in ixgbe_dcb_config_rx_arbiter_82598()
[all …]
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dexport.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Copyright (C) 2017-2018 CTERA Networks. All Rights Reserved.
24 return 0; in ovl_encode_maybe_copy_up()
41 * Before encoding a non-upper directory file handle from real layer N, we need
53 * copied up and renamed, upper dir /a will be indexed by lower dir /a from
54 * layer 1. The dir /a from layer 2 will never be indexed, so the algorithm (*)
62 * ovl_lookup_real_ancestor() will find the indexed ancestor /a/b and decoding
66 * entry /a in the lower layers above layer N and find the indexed dir /a from
82 if (dentry == dentry->d_sb->s_root) in ovl_connectable_layer()
83 return oe->numlower; in ovl_connectable_layer()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dpch_common.h4 * SPDX-License-Identifier: GPL-2.0
11 #define SATA_SIRI 0xa0 /* SATA Indexed Register Index */
12 #define SATA_SIRD 0xa4 /* SATA Indexed Register Data */
13 #define SATA_SP 0xd0 /* Scratchpad */
15 #define INTR_LN 0x3c
16 #define IDE_TIM_PRI 0x40 /* IDE timings, primary */
19 #define IDE_ISP_5_CLOCKS (0 << 12)
22 #define IDE_RCT_4_CLOCKS (0 << 8)
33 #define IDE_TIME0 (1 << 0)
34 #define IDE_TIM_SEC 0x42 /* IDE timings, secondary */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dregs.h1 /* Define per-register tables for data flow info and register allocation.
2 Copyright (C) 1987-2020 Free Software Foundation, Inc.
49 REG_N_REFS is set to 0 if the register is used in an asm.
66 /* Indexed by n, gives number of times (REG n) is used or set. */
73 /* Indexed by n, gives number of times (REG n) is used or set. */
77 /* Indexed by n, gives number of times (REG n) is set. */
84 /* Indexed by n, gives number of times (REG n) is set. */
101 /* Register information indexed by register number. This structure is
121 /* The weights for each insn varies from 0 to REG_FREQ_BASE.
132 || !cfun->cfg->count_max.initialized_p ()) \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dregs.h1 /* Define per-register tables for data flow info and register allocation.
2 Copyright (C) 1987-2020 Free Software Foundation, Inc.
49 REG_N_REFS is set to 0 if the register is used in an asm.
66 /* Indexed by n, gives number of times (REG n) is used or set. */
73 /* Indexed by n, gives number of times (REG n) is used or set. */
77 /* Indexed by n, gives number of times (REG n) is set. */
84 /* Indexed by n, gives number of times (REG n) is set. */
101 /* Register information indexed by register number. This structure is
121 /* The weights for each insn varies from 0 to REG_FREQ_BASE.
132 || !cfun->cfg->count_max.initialized_p ()) \
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dtsl2772.c1 // SPDX-License-Identifier: GPL-2.0+
8 * Copyright (c) 2017-2018 Brian Masney <masneyb@onstation.org>
26 #define PROX_STAT_CAL 0
31 #define TRITON_ID 0x00
32 #define SWORDFISH_ID 0x30
33 #define HALIBUT_ID 0x20
39 * TAOS Register definitions - Note: depending on device, some of these register
47 #define TSL2772_CNTRL 0x00
48 #define TSL2772_ALS_TIME 0X01
49 #define TSL2772_PRX_TIME 0x02
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dcentroid.hpp3 // Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
4 // Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
5 // Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
6 // Copyright (c) 2014-2017 Adam Wulkiewicz, Lodz, Poland.
9 // Modifications copyright (c) 2014-2015 Oracle and/or its affiliates.
15 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
76 without points, a polygon without points, an empty multi-geometry.
94 \return Pointer to a null-terminated string with explanatory information.
121 typename Indexed,
123 std::size_t Dimension = 0,
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A DCVE-2022-41723.patch3 Date: Mon, 6 Feb 2023 10:03:44 -0800
9 Fixes CVE-2022-41723
13 Change-Id: Ie870562a6f6e44e4e8f57db6a0dde1a41a2b090c
14 Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/1728939
15 Reviewed-by: Damien Neil <dneil@google.com>
16 Reviewed-by: Julie Qiu <julieqiu@google.com>
17 Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
18 Run-TryBot: Roland Shoemaker <bracewell@google.com>
19 Reviewed-on: https://go-review.googlesource.com/c/go/+/468118
20 TryBot-Result: Gopher Robot <gobot@golang.org>
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dingenic-adc.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright (c) 2019 Artur Rojek <contact@artur-rojek.eu>
6 * based on drivers/mfd/jz4740-adc.c
9 #include <dt-bindings/iio/adc/ingenic,adc.h>
22 #define JZ_ADC_REG_ENABLE 0x00
23 #define JZ_ADC_REG_CFG 0x04
24 #define JZ_ADC_REG_CTRL 0x08
25 #define JZ_ADC_REG_STATUS 0x0c
26 #define JZ_ADC_REG_ADSAME 0x10
27 #define JZ_ADC_REG_ADWAIT 0x14
[all …]
H A Daxp288_adc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * axp288_adc.c - X-Powers AXP288 PMIC ADC Driver
23 * This mask enables all ADCs except for the battery temp-sensor (TS), that is
24 * left as-is to avoid breaking charging on devices without a temp-sensor.
26 #define AXP288_ADC_EN_MASK 0xF0
27 #define AXP288_ADC_TS_ENABLE 0x01
30 #define AXP288_ADC_TS_BIAS_20UA (0 << 4)
34 #define AXP288_ADC_TS_CURRENT_ON_OFF_MASK GENMASK(1, 0)
35 #define AXP288_ADC_TS_CURRENT_OFF (0 << 0)
36 #define AXP288_ADC_TS_CURRENT_ON_WHEN_CHARGING (1 << 0)
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-indexed.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _pixfmt-indexed:
6 Indexed Format
16 .. flat-table:: Indexed Image Format
17 :header-rows: 2
18 :stub-columns: 0
20 * - Identifier
21 - Code
22 -
23 - :cspan:`7` Byte 0
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. */
50 in[0] = val; in CRASHDUMP_WRITE()
58 in[0] = target; in CRASHDUMP_READ()
66 in[0] = 0; in CRASHDUMP_FINI()
67 in[1] = 0; in CRASHDUMP_FINI()
91 list_add_tail(&obj->node, &a6xx_state->objs); in state_kcalloc()
92 return &obj->data; in state_kcalloc()
106 * Allocate 1MB for the crashdumper scratch region - 8k for the script and
110 #define A6XX_CD_DATA_SIZE (SZ_1M - 8192)
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_pool.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
11 #define RXE_POOL_CACHE_FLAGS (0)
14 RXE_POOL_ATOMIC = BIT(0),
59 /* only used if indexed or keyed */
77 /* only used if indexed or keyed */
104 /* assign an index to an indexed object and insert object into
120 /* lookup an indexed object from index. takes a reference on object */
130 #define rxe_add_ref(elem) kref_get(&(elem)->pelem.ref_cnt)
133 #define rxe_drop_ref(elem) kref_put(&(elem)->pelem.ref_cnt, rxe_elem_release)
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dapple-gmux.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Copyright (C) 2010-2012 Andreas Heider <andreas@meetr.de>
19 #include <linux/apple-gmux.h>
31 * A `Lattice XP2`_ on pre-retinas, a `Renesas R4F2113`_ on retinas.
34 * dual GPUs but no built-in display.)
38 * to access a pre-retina gmux are infixed ``_pio_``, those for a retina gmux
50 bool indexed; member
72 #define GMUX_PORT_VERSION_MAJOR 0x04
73 #define GMUX_PORT_VERSION_MINOR 0x05
74 #define GMUX_PORT_VERSION_RELEASE 0x06
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dvalarray_array.h1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
3 // Copyright (C) 1997-2020 Free Software Foundation, Inc.
30 // Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr>
65 // Turn a raw-memory into an array of _Tp filled with _Tp() in _GLIBCXX_VISIBILITY()
86 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY()
96 // Turn a raw-memory into an array of _Tp filled with __t in _GLIBCXX_VISIBILITY()
131 // copy-construct raw array [__o, *) from plain array [__b, __e) in _GLIBCXX_VISIBILITY()
154 __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); in _GLIBCXX_VISIBILITY()
166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>] in _GLIBCXX_VISIBILITY()
173 while (__n--) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dvalarray_array.h1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
3 // Copyright (C) 1997-2020 Free Software Foundation, Inc.
30 // Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr>
65 // Turn a raw-memory into an array of _Tp filled with _Tp() in _GLIBCXX_VISIBILITY()
86 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY()
96 // Turn a raw-memory into an array of _Tp filled with __t in _GLIBCXX_VISIBILITY()
131 // copy-construct raw array [__o, *) from plain array [__b, __e) in _GLIBCXX_VISIBILITY()
154 __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); in _GLIBCXX_VISIBILITY()
166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>] in _GLIBCXX_VISIBILITY()
173 while (__n--) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/css_2401_system/
H A Disys_stream2mmio_global.h1 /* SPDX-License-Identifier: GPL-2.0 */
29 * Stream2MMIO 0 has 8 SIDs that are indexed by
32 * Stream2MMIO 1 has 4 SIDs that are indexed by
35 * Stream2MMIO 2 has 4 SIDs that are indexed by
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DRun1 #!/usr/bin/perl -w
13 # UnixBench - Release 5.1.3, based on:
14 # The BYTE UNIX Benchmarks - Release 3
33 # 3/89 - Ben Smith - BYTE: globalized many variables, modernized syntax
34 # 5/89 - commented and modernized. Removed workload items till they
36 # 11/14/89 - Made modifications to reflect new version of fstime
38 # 10/22/90 - Many tests have been flipped so that they run for
40 # 4/3/91 - Cleaned up and debugged several test parameters - Ben
41 # 4/9/91 - Added structure for creating index and determing flavor of UNIX
42 # 4/26/91 - Made changes and corrections suggested by Tin Le of Sony
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/iio/cdc/
H A Dad7746.c1 // SPDX-License-Identifier: GPL-2.0
27 #define AD7746_REG_STATUS 0
44 #define AD7746_STATUS_RDYCAP BIT(0)
50 #define AD7746_CAPSETUP_CACHOP BIT(0)
54 #define AD7746_VTSETUP_VTMD_INT_TEMP (0 << 5)
60 #define AD7746_VTSETUP_VTCHOP BIT(0)
69 #define AD7746_EXCSETUP_EXCLVL(x) (((x) & 0x3) << 0)
76 #define AD7746_CONF_MODE_IDLE (0 << 0)
77 #define AD7746_CONF_MODE_CONT_CONV (1 << 0)
78 #define AD7746_CONF_MODE_SINGLE_CONV (2 << 0)
[all …]
/OK3568_Linux_fs/u-boot/include/dm/
H A Dfdtaddr.h8 * SPDX-License-Identifier: GPL-2.0+
19 * devfdt_get_addr() - Get the reg property of a device
28 * devfdt_get_addr_ptr() - Return pointer to the address of the reg property
38 * devfdt_remap_addr_index() - Return indexed pointer to the memory-mapped
50 * devfdt_map_physmem() - Read device address from reg property of the
63 * devfdt_get_addr_index() - Get the indexed reg property of a device
74 * devfdt_get_addr_size_index() - Get the indexed reg property of a device
81 * @size: Pointer to size varible - this function returns the size
90 * devfdt_get_addr_name() - Get the reg property of a device, indexed by name
94 * 'reg-names' property providing named-based identification. @index
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddcbnl.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Copyright (c) 2008-2011, Intel Corporation.
16 * Place - Suite 330, Boston, MA 02111-1307 USA.
29 #define IEEE_8021QAZ_TSA_STRICT 0
39 * @tc_tx_bw: tc tx bandwidth indexed by traffic class
40 * @tc_rx_bw: tc rx bandwidth indexed by traffic class
41 * @tc_tsa: TSA Assignment table, indexed by traffic class
43 * @tc_reco_bw: recommended tc bandwidth indexed by traffic class for TLV
44 * @tc_reco_tsa: recommended tc bandwidth indexed by traffic class for TLV
45 * @reco_prio_tc: recommended tc tx bandwidth indexed by traffic class for TLV
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddcbnl.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Copyright (c) 2008-2011, Intel Corporation.
16 * Place - Suite 330, Boston, MA 02111-1307 USA.
29 #define IEEE_8021QAZ_TSA_STRICT 0
39 * @tc_tx_bw: tc tx bandwidth indexed by traffic class
40 * @tc_rx_bw: tc rx bandwidth indexed by traffic class
41 * @tc_tsa: TSA Assignment table, indexed by traffic class
43 * @tc_reco_bw: recommended tc bandwidth indexed by traffic class for TLV
44 * @tc_reco_tsa: recommended tc bandwidth indexed by traffic class for TLV
45 * @reco_prio_tc: recommended tc tx bandwidth indexed by traffic class for TLV
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddcbnl.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Copyright (c) 2008-2011, Intel Corporation.
16 * Place - Suite 330, Boston, MA 02111-1307 USA.
29 #define IEEE_8021QAZ_TSA_STRICT 0
39 * @tc_tx_bw: tc tx bandwidth indexed by traffic class
40 * @tc_rx_bw: tc rx bandwidth indexed by traffic class
41 * @tc_tsa: TSA Assignment table, indexed by traffic class
43 * @tc_reco_bw: recommended tc bandwidth indexed by traffic class for TLV
44 * @tc_reco_tsa: recommended tc bandwidth indexed by traffic class for TLV
45 * @reco_prio_tc: recommended tc tx bandwidth indexed by traffic class for TLV
[all …]
/OK3568_Linux_fs/kernel/samples/pktgen/
H A Dparameters.sh2 # SPDX-License-Identifier: GPL-2.0
8 echo "Usage: $0 [-vx] -i ethX"
9 echo " -i : (\$DEV) output interface/device (required)"
10 echo " -s : (\$PKT_SIZE) packet size"
11 echo " -d : (\$DEST_IP) destination IP. CIDR (e.g. 198.18.0.0/15) is also allowed"
12 echo " -m : (\$DST_MAC) destination MAC-addr"
13 echo " -p : (\$DST_PORT) destination PORT range (e.g. 433-444) is also allowed"
14 echo " -t : (\$THREADS) threads to start"
15 echo " -f : (\$F_THREAD) index of first thread (zero indexed CPU number)"
16 echo " -c : (\$SKB_CLONE) SKB clones send before alloc new SKB"
[all …]

12345678910>>...40