Home
last modified time | relevance | path

Searched +full:fetch +full:- +full:depth (Results 1 – 25 of 222) sorted by relevance

123456789

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcm_ring.h7 * NOTE: A ring of size N, may only hold N-1 elements.
26 * <<Broadcom-WL-IPTag/Dual:>>
41 * provides the index for production in an un-committed state.
44 * - Pending production: Fetch the next index where a ring element may be
46 * - Pending consumption: Fetch the next index where a ring element may be
50 * - bcm_ring_is_full : Test whether ring is full
51 * - bcm_ring_prod : Fetch index where an element may be produced (commit)
52 * - bcm_ring_prod_pend: Fetch index where an element may be produced (pending)
53 * - bcm_ring_prod_done: Commit a previous pending produce fetch
54 * - bcm_ring_prod_avail: Fetch total number free slots eligible for production
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcm_ring.h7 * NOTE: A ring of size N, may only hold N-1 elements.
26 * <<Broadcom-WL-IPTag/Dual:>>
41 * provides the index for production in an un-committed state.
44 * - Pending production: Fetch the next index where a ring element may be
46 * - Pending consumption: Fetch the next index where a ring element may be
50 * - bcm_ring_is_full : Test whether ring is full
51 * - bcm_ring_prod : Fetch index where an element may be produced (commit)
52 * - bcm_ring_prod_pend: Fetch index where an element may be produced (pending)
53 * - bcm_ring_prod_done: Commit a previous pending produce fetch
54 * - bcm_ring_prod_avail: Fetch total number free slots eligible for production
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcm_ring.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 * NOTE: A ring of size N, may only hold N-1 elements.
10 * Copyright (C) 1999-2017, Broadcom Corporation
31 * <<Broadcom-WL-IPTag/Open:>>
33 * $Id: bcm_ring.h 596126 2015-10-29 19:53:48Z $
48 * provides the index for production in an un-committed state.
51 * - Pending production: Fetch the next index where a ring element may be
53 * - Pending consumption: Fetch the next index where a ring element may be
57 * - bcm_ring_is_full : Test whether ring is full
58 * - bcm_ring_prod : Fetch index where an element may be produced (commit)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcm_ring.h7 * NOTE: A ring of size N, may only hold N-1 elements.
11 * Copyright (C) 1999-2017, Broadcom Corporation
32 * <<Broadcom-WL-IPTag/Open:>>
34 * $Id: bcm_ring.h 700321 2017-05-18 16:09:07Z $
49 * provides the index for production in an un-committed state.
52 * - Pending production: Fetch the next index where a ring element may be
54 * - Pending consumption: Fetch the next index where a ring element may be
58 * - bcm_ring_is_full : Test whether ring is full
59 * - bcm_ring_prod : Fetch index where an element may be produced (commit)
60 * - bcm_ring_prod_pend: Fetch index where an element may be produced (pending)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcm_ring.h7 * NOTE: A ring of size N, may only hold N-1 elements.
11 * Copyright (C) 1999-2017, Broadcom Corporation
32 * <<Broadcom-WL-IPTag/Open:>>
34 * $Id: bcm_ring.h 700321 2017-05-18 16:09:07Z $
49 * provides the index for production in an un-committed state.
52 * - Pending production: Fetch the next index where a ring element may be
54 * - Pending consumption: Fetch the next index where a ring element may be
58 * - bcm_ring_is_full : Test whether ring is full
59 * - bcm_ring_prod : Fetch index where an element may be produced (commit)
60 * - bcm_ring_prod_pend: Fetch index where an element may be produced (pending)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcm_ring.h7 * NOTE: A ring of size N, may only hold N-1 elements.
11 * Copyright (C) 1999-2017, Broadcom Corporation
32 * <<Broadcom-WL-IPTag/Open:>>
34 * $Id: bcm_ring.h 700321 2017-05-18 16:09:07Z $
49 * provides the index for production in an un-committed state.
52 * - Pending production: Fetch the next index where a ring element may be
54 * - Pending consumption: Fetch the next index where a ring element may be
58 * - bcm_ring_is_full : Test whether ring is full
59 * - bcm_ring_prod : Fetch index where an element may be produced (commit)
60 * - bcm_ring_prod_pend: Fetch index where an element may be produced (pending)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py2 BitBake 'Fetch' git implementation
9 - branch
21 - tag
24 - protocol
28 - rebaseable
34 - nocheckout
39 - bareclone
45 - nobranch
51 - usehead
59 # SPDX-License-Identifier: GPL-2.0-only
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dlayerindex.py4 # SPDX-License-Identifier: GPL-2.0-only
16 logger = logging.getLogger('bitbake-layers')
39 cmd.extend(['--depth', '1'])
41 cmd.extend(['-b' , branch])
65 if baseurl[-1] != '/':
221 …parser_layerindex_fetch = self.add_command(sp, 'layerindex-fetch', self.do_layerindex_fetch, parse…
222 …parser_layerindex_fetch.add_argument('-n', '--show-only', help='show dependencies and do nothing e…
223 parser_layerindex_fetch.add_argument('-b', '--branch', help='branch name to fetch')
224 …parser_layerindex_fetch.add_argument('-s', '--shallow', help='do only shallow clones (--depth=1)',…
225 …parser_layerindex_fetch.add_argument('-i', '--ignore', help='assume the specified layers do not ne…
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py1 # Copyright (C) 2016-2018 Wind River Systems, Inc.
3 # SPDX-License-Identifier: GPL-2.0-only
41 msg = "Unable to fetch layerindex url %s: %s" % (url, message)
43 msg = "Unable to fetch layerindex url %s" % url
102 '''Fetch data from a specific URL.
104 Fetch something from a specific URL. This is specifically designed to
105 fetch data from a layerindex-web instance, but may be useful for other
106 raw fetch actions.
108 It is not designed to be used to fetch recipe sources or similar. the
138 …res = urlopen(Request(url, headers={'User-Agent': 'Mozilla/5.0 (bitbake/lib/layerindex)'}, unverif…
[all …]
/OK3568_Linux_fs/yocto/meta-clang/.github/workflows/
H A Dyoe.yml8 - master
11 - master
15 runs-on: [self-hosted, Linux]
16 timeout-minutes: 720
18 - name: Fetch Repo Name
19 id: repo-name
20 … run: echo "::set-output name=value::$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')"
21 - name: Checkout
24 fetch-depth: 0
26 - name: checkout yoe
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dcalls.c94 BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, 0),
96 BPF_ALU64_IMM(BPF_ADD, BPF_REG_2, -8),
126 BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 1, 0, -2),
127 BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 1, 0, -2),
128 BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 1, 0, -2),
150 BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 1, -1, 2),
163 BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 1, 0, -1),
168 .errstr = "back-edge from insn 0 to 0",
214 BPF_JMP_IMM(BPF_JA, 0, 0, -6),
216 BPF_JMP_IMM(BPF_JA, 0, 0, -6),
[all …]
/OK3568_Linux_fs/kernel/arch/arm/xen/
H A Denlighten.c1 // SPDX-License-Identifier: GPL-2.0-only
15 #include <xen/xen-ops.h>
53 /* Linux <-> Xen vCPU id mapping */
57 /* These are unused until we support booting "pre-ballooned" */
78 struct pvclock_wall_clock *wall_clock = &(s->wc); in xen_read_wallclock()
82 version = wall_clock->version; in xen_read_wallclock()
83 rmb(); /* fetch version before time */ in xen_read_wallclock()
84 now.tv_sec = ((uint64_t)wall_clock->sec_hi << 32) | wall_clock->sec; in xen_read_wallclock()
85 now.tv_nsec = wall_clock->nsec; in xen_read_wallclock()
86 rmb(); /* fetch time before checking version */ in xen_read_wallclock()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci_dn.c1 // SPDX-License-Identifier: GPL-2.0-or-later
18 #include <asm/pci-bridge.h>
19 #include <asm/ppc-pci.h>
42 if (pci_is_root_bus(pbus) || pbus->self) in pci_bus_to_pdn()
45 pbus = pbus->parent; in pci_bus_to_pdn()
65 /* Fast path: fetch from PCI device */ in pci_get_pdn_by_devfn()
66 list_for_each_entry(pdev, &bus->devices, bus_list) { in pci_get_pdn_by_devfn()
67 if (pdev->devfn == devfn) { in pci_get_pdn_by_devfn()
68 if (pdev->dev.archdata.pci_data) in pci_get_pdn_by_devfn()
69 return pdev->dev.archdata.pci_data; in pci_get_pdn_by_devfn()
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-cadence.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2009 - 2014 Xilinx, Inc.
116 /* FIFO depth at which the DATA interrupt occurs */
117 #define CDNS_I2C_DATA_INTR_DEPTH (CDNS_I2C_FIFO_DEPTH - 2)
119 /* Transfer size in multiples of data interrupt depth */
120 #define CDNS_I2C_TRANSFER_SIZE (CDNS_I2C_MAX_TRANSFER_SIZE - 3)
122 #define DRIVER_NAME "cdns-i2c"
131 #define cdns_i2c_readreg(offset) readl_relaxed(id->membase + offset)
132 #define cdns_i2c_writereg(val, offset) writel_relaxed(val, id->membase + offset)
136 * enum cdns_i2c_mode - I2C Controller current operating mode
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorgconf.cpp2 # Copyright (c) 1994-1998 by The XFree86 Project, Inc.
45 # as well as specifying multiple comma-separated entries in one FontPath
59 # Module section -- this is an optional section which is used to specify
60 # which run-time loadable modules to load when the X server starts up.
70 # initialisation of the XFree86-DGA extension within that module.
73 Option "omit xfree86-dga"
80 # Server flags section. This contains various server-wide Options.
102 # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
108 # it the client can still run and fetch card and monitor attributes,
114 # Uncomment this to enable the use of a non-local xvidtune client.
[all …]
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi_mid_low_api.rst1 .. SPDX-License-Identifier: GPL-2.0
4 SCSI mid_level - lower_level driver interface
14 (SCSI terminology, see SAM-3 at http://www.t10.org) sends SCSI commands
22 Examples are the usb-storage driver (found in the drivers/usb/storage
30 HBAs. These HBAs might be either on PCI daughter-boards or built into
33 has its own PCI device address. [The one-to-one correspondence between
49 Many LLDs are documented there (e.g. aic7xxx.txt). The SCSI mid-level is
53 scsi-generic.txt (for the sg driver).
68 and OS-specific code (e.g. FreeBSD and Linux). Such drivers tend to have
147 ===-------------------=========--------------------===------
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/cardreader/
H A Drts5228.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* Driver for Realtek PCI-Express card reader
4 * Copyright(c) 2018-2019 Realtek Semiconductor Corp. All rights reserved.
45 drive_sel = pcr->sd30_drive_sel_3v3; in rts5228_fill_driving()
48 drive_sel = pcr->sd30_drive_sel_1v8; in rts5228_fill_driving()
63 struct pci_dev *pdev = pcr->pci; in rtsx5228_fetch_vendor_settings()
71 pcr_dbg(pcr, "skip fetch vendor setting\n"); in rtsx5228_fetch_vendor_settings()
74 pcr->sd30_drive_sel_1v8 = rtsx_reg_to_sd30_drive_sel_1v8(reg); in rtsx5228_fetch_vendor_settings()
75 pcr->aspm_en = rtsx_reg_to_aspm(reg); in rtsx5228_fetch_vendor_settings()
81 pcr->rtd3_en = rtsx_reg_to_rtd3(reg); in rtsx5228_fetch_vendor_settings()
[all …]
H A Drts5261.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* Driver for Realtek PCI-Express card reader
4 * Copyright(c) 2018-2019 Realtek Semiconductor Corp. All rights reserved.
44 drive_sel = pcr->sd30_drive_sel_3v3; in rts5261_fill_driving()
47 drive_sel = pcr->sd30_drive_sel_1v8; in rts5261_fill_driving()
62 struct pci_dev *pdev = pcr->pci; in rtsx5261_fetch_vendor_settings()
70 pcr_dbg(pcr, "skip fetch vendor setting\n"); in rtsx5261_fetch_vendor_settings()
74 pcr->card_drive_sel &= 0x3F; in rtsx5261_fetch_vendor_settings()
75 pcr->card_drive_sel |= rts5261_reg_to_card_drive_sel(reg); in rtsx5261_fetch_vendor_settings()
78 pcr->flags |= PCR_REVERSE_SOCKET; in rtsx5261_fetch_vendor_settings()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Drcupdate.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Read-Copy Update mechanism for mutual exclusion
15 * For detailed explanation of Read-Copy Update mechanism see -
33 #define ULONG_CMP_GE(a, b) (ULONG_MAX / 2 >= (a) - (b))
34 #define ULONG_CMP_LT(a, b) (ULONG_MAX / 2 < (a) - (b))
36 #define USHORT_CMP_GE(a, b) (USHRT_MAX / 2 >= (unsigned short)((a) - (b)))
37 #define USHORT_CMP_LT(a, b) (USHRT_MAX / 2 < (unsigned short)((a) - (b)))
53 * nesting depth, but makes sense only if CONFIG_PREEMPT_RCU -- in other
54 * types of kernel builds, the rcu_read_lock() nesting depth is unknowable.
56 #define rcu_preempt_depth() (current->rcu_read_lock_nesting)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst1 .. SPDX-License-Identifier: CC-BY-2.5
17 - The variables listed in this glossary are specific to BitBake.
20 - Also, variables exist in other systems that use BitBake (e.g. The
34 In OpenEmbedded-Core, :term:`ASSUME_PROVIDED` mostly specifies native
35 tools that should not be built. An example is ``git-native``, which
37 rather than building ``git-native``.
41 :ref:`Azure Storage fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`
43 and gain access to non-public artifacts.
46 AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>""
49 https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c39 glamor_pixmap_fbo *src = args->src; in use_copyarea()
41 glamor_bind_texture(glamor_get_screen_private(dst->drawable.pScreen), in use_copyarea()
44 glUniform2f(prog->fill_offset_uniform, args->dx, args->dy); in use_copyarea()
45 glUniform2f(prog->fill_size_inv_uniform, 1.0f/src->width, 1.0f/src->height); in use_copyarea()
68 glamor_pixmap_fbo *src = args->src; in use_copyplane()
70 glamor_bind_texture(glamor_get_screen_private(dst->drawable.pScreen), in use_copyplane()
73 glUniform2f(prog->fill_offset_uniform, args->dx, args->dy); in use_copyplane()
74 glUniform2f(prog->fill_size_inv_uniform, 1.0f/src->width, 1.0f/src->height); in use_copyplane()
76 glamor_set_color(dst, gc->fgPixel, prog->fg_uniform); in use_copyplane()
77 glamor_set_color(dst, gc->bgPixel, prog->bg_uniform); in use_copyplane()
[all …]
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt.c1 // SPDX-License-Identifier: GPL-2.0
35 * of_fdt_limit_memory - limit the number of regions in the /memory node
59 "#address-cells", NULL); in of_fdt_limit_memory()
64 "#size-cells", NULL); in of_fdt_limit_memory()
118 pprev = &np->properties; in populate_properties()
146 * ePAPR-style "phandle" properties, or the in populate_properties()
153 if (!np->phandle) in populate_properties()
154 np->phandle = be32_to_cpup(val); in populate_properties()
162 np->phandle = be32_to_cpup(val); in populate_properties()
164 pp->name = (char *)pname; in populate_properties()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c49 #include <dix-config.h>
65 /* MICOPYAREA -- public entry for the CopyArea request
84 /* non-0 if we've created a src clip */ in miCopyArea()
92 srcx = xIn + pSrcDrawable->x; in miCopyArea()
93 srcy = yIn + pSrcDrawable->y; in miCopyArea()
96 if (pDstDrawable->type == DRAWABLE_WINDOW && in miCopyArea()
97 !((WindowPtr) pDstDrawable)->realized) in miCopyArea()
101 if (pSrcDrawable->type == DRAWABLE_PIXMAP) { in miCopyArea()
104 box.x1 = pSrcDrawable->x; in miCopyArea()
105 box.y1 = pSrcDrawable->y; in miCopyArea()
[all …]
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dsva.rst1 .. SPDX-License-Identifier: GPL-2.0
19 application page-faults. For more information please refer to the PCIe
28 CPU page tables. The device must use ATS again in order the fetch the
34 Unlike Single Root I/O Virtualization (SR-IOV), Scalable IOV (SIOV) permits
40 ID (PASID), which is a 20-bit number defined by the PCIe SIG.
43 IOMMU to track I/O on a per-PASID granularity in addition to using the PCIe
55 ENQCMD works with non-posted semantics and carries a status back if the
67 A new thread-scoped MSR (IA32_PASID) provides the connection between
69 accesses an SVA-capable device, this MSR is initialized with a newly
70 allocated PASID. The driver for the device calls an IOMMU-specific API
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright 2005-2006 Fen Systems Ltd.
5 * Copyright 2006-2013 Solarflare Communications Inc.
23 /* Falcon-architecture (SFC4000) support */
52 /* Depth of RX flush request fifo */
65 _EF4_CHANNEL_MAGIC(_EF4_CHANNEL_MAGIC_TEST, (_channel)->channel)
74 (_tx_queue)->queue)
87 ef4_sram_writeq(efx, efx->membase + efx->type->buf_tbl_base, in ef4_write_buf_tbl()
94 return ((a->u64[0] ^ b->u64[0]) & mask->u64[0]) || in ef4_masked_compare_oword()
95 ((a->u64[1] ^ b->u64[1]) & mask->u64[1]); in ef4_masked_compare_oword()
[all …]

123456789