Home
last modified time | relevance | path

Searched +full:config +full:- +full:space (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsamacro.h2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
65 #define PHY_STATUS_SET(pPhy, value) ((pPhy)->status = (((pPhy)->status & 0xFFFF0000) | (value)))
72 #define PHY_STATUS_CHECK(pPhy, value) ( ((pPhy)->status & 0x0000FFFF) == (value) )
83 #define AGSAMEM_ELEMENT_READ(pMem, index) (((bit8 *)(pMem)->virtPtr) + (pMem)->singleElementLength …
99 #define IS_SDKDATA(agr) (((agr)->sdkData != agNULL ) ? 1 : 0) /* returns true if sdkdata is availab…
101 … ==( ossaHwRegReadConfig32((agr), 8 ) & 0xF) ? 1 : 0) /* returns true config space read is REVA */
102 … ==( ossaHwRegReadConfig32((agr), 8 ) & 0xF) ? 1 : 0) /* returns true config space read is REVB */
103 … ==( ossaHwRegReadConfig32((agr), 8 ) & 0xF) ? 1 : 0) /* returns true config space read is REVC */
105 … ==( ossaHwRegReadConfig32((agr), 8 ) & 0xF) ? 1 : 0) /* returns true config space read is REVA */
106 … ==( ossaHwRegReadConfig32((agr), 8 ) & 0xF) ? 1 : 0) /* returns true config space read is REVB */
[all …]
/freebsd/sys/isa/
H A Dpnp.c2 * SPDX-License-Identifier: BSD-2-Clause
200 pnp_set_config(void *arg, struct isa_config *config, int enable) in pnp_set_config() argument
202 int csn = ((struct pnp_set_config_arg *) arg)->csn; in pnp_set_config()
203 int ldn = ((struct pnp_set_config_arg *) arg)->ldn; in pnp_set_config()
208 * key, then put our card into Config state. in pnp_set_config()
221 if (config->ic_nme in pnp_set_config()
343 pnp_check_quirks(uint32_t vendor_id,uint32_t logical_id,int ldn,struct isa_config * config) pnp_check_quirks() argument
538 int space = *spacep; pnp_read_bytes() local
585 int space = *spacep; pnp_read_resources() local
646 int space = 0; pnp_isolation_protocol() local
[all...]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h1 /*-
36 * - PCI (cid=0x804, revision <= 12)
40 * [0x0000+0x1000] dynamic mapped backplane address space (window 0).
43 * [0x1E00+0x0200] fixed pci core siba config registers
47 * - PCI (cid=0x804, revision >= 13)
48 * - PCIE (cid=0x820) with ChipCommon (revision <= 31)
52 * [0x0000+0x1000] dynamic mapped backplane address space (window 0).
59 * - PCIE (cid=0x820) with ChipCommon (revision >= 32)
63 * [0x0000+0x1000] dynamic mapped backplane address space (window 0).
64 * [0x1000+0x1000] dynamic mapped backplane address space (window 1).
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jingoo Han <jingoohan1@gmail.com>
11 - Gustavo Pimentel <gustavo.pimentel@synopsys.com>
16 # Please create a separate DT-schema for your DWC PCIe Root Port controller
17 # and make sure it's assigned with the vendor-specific compatible string.
21 const: snps,dw-pcie
23 - compatible
[all …]
H A Dhost-generic-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/host-generic-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Will Deacon <will@kernel.org>
13 Firmware-initialised PCI host controllers and PCI emulations, such as the
14 virtio-pci implementations found in kvmtool and other para-virtualised
21 Configuration Space is assumed to be memory-mapped (as opposed to being
26 For CAM, this 24-bit offset is:
31 While ECAM extends this by 4 bits to accommodate 4k of function space:
[all …]
H A Ddesignware-pcie.txt4 - compatible:
5 "snps,dw-pcie" for RC mode;
6 "snps,dw-pcie-ep" for EP mode;
7 - reg: For designware cores version < 4.80 contains the configuration
8 address space. For designware core version >= 4.80, contains
9 the configuration and ATU address space
10 - reg-names: Must be "config" for the PCIe configuration space and "atu" for
11 the ATU address space.
12 (The old way of getting the configuration address space from "ranges"
15 - #address-cells: set to <3>
[all …]
H A Dpci-armada8k.txt4 and thus inherits all the common properties defined in snps,dw-pcie.yaml.
7 - compatible: "marvell,armada8k-pcie"
8 - reg: must contain two register regions
9 - the control register region
10 - the config space region
11 - reg-names:
12 - "ctrl" for the control register region
13 - "config" for the config space region
14 - interrupts: Interrupt specifier for the PCIe controller
15 - clocks: reference to the PCIe controller clocks
[all …]
/freebsd/tests/
H A Dconftest.py10 def set_handler(config): argument
12 DEFAULT_HANDLER = ATFHandler(report_file_name=config.option.atf_file)
23 # Add meta-values
26 "--atf-source-dir",
32 "--atf-cleanup",
40 "--atf",
46 "--atf-file",
54 def atf_vars() -> Dict[str, str]:
59 def pytest_configure(config): argument
60 if config.option.help:
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_packet_decoder.c2 * Copyright (c) 2014-2019, Intel Corporation
42 const struct pt_config *config) in pt_pkt_decoder_init() argument
46 if (!decoder || !config) in pt_pkt_decoder_init()
47 return -pte_invalid; in pt_pkt_decoder_init()
51 errcode = pt_config_from_user(&decoder->config, config); in pt_pkt_decoder_init()
58 struct pt_packet_decoder *pt_pkt_alloc_decoder(const struct pt_config *config) in pt_pkt_alloc_decoder() argument
67 errcode = pt_pkt_decoder_init(decoder, config); in pt_pkt_alloc_decoder()
92 ptrdiff_t space; in pt_pkt_sync_forward() local
96 return -pte_invalid; in pt_pkt_sync_forward()
98 begin = decoder->config.begin; in pt_pkt_sync_forward()
[all …]
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_subr.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
55 * Map a siba(4) OCP vendor code to its corresponding JEDEC JEP-106 vendor
89 for (u_int i = 0; i < nitems(dinfo->cfg); i++) { in siba_alloc_dinfo()
90 dinfo->cfg[i] = ((struct siba_cfg_block){ in siba_alloc_dinfo()
93 .cb_rid = -1, in siba_alloc_dinfo()
95 dinfo->cfg_res[i] = NULL; in siba_alloc_dinfo()
96 dinfo->cfg_rid[i] = -1; in siba_alloc_dinfo()
99 resource_list_init(&dinfo->resources); in siba_alloc_dinfo()
101 dinfo->pmu_state = SIBA_PMU_NONE; in siba_alloc_dinfo()
[all …]
H A Dsibavar.h1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
125 #define SIBA_MAX_CFG SIBA_CFG_NUM_2_3 /**< maximum number of supported config
131 (_dinfo->core_id.core_info.core_idx * SIBA_MAX_CFG))
133 /* Sonics/OCP address space mappings */
134 #define SIBA_CORE_ADDRSPACE 0 /**< Address space mapping the primary
138 * address space mappings for a
141 /* bhnd(4) (port,region) representation of siba address space mappings */
153 /** siba(4) address space descriptor */
159 * address space reserved for the bus */
[all …]
/freebsd/usr.sbin/pciconf/
H A Dpciconf.853 normally only the super-user.
60 .Bd -literal
80 hex digits, followed by the sub-class and the interface bytes.
99 .Em multi-function
115 .Bd -literal
122 All fields retain the same definition as with the non-compact form.
143 .Bd -literal
144 window[1c] = type I/O Port, range 16, addr 0x5000-0x8fff, enabled
150 config space in hexadecimal.
168 .Bd -literal
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_discard_busy.ksh1 #!/bin/ksh -p
25 # pool's config.
36 # change the pool's config (should fail)
58 # use 64-bit words for encoding space map entries,
59 # ZFS will discard 8 non-debug entries per txg
60 # (so at most 16 space map entries in debug-builds
65 # the current setup the checkpoint space maps should
68 # Note: If two-words entries are used in the space
79 log_must zpool checkpoint -d $NESTEDPOOL
84 # Verify on-disk state while pool is exported
[all …]
/freebsd/usr.sbin/bhyve/
H A Dvirtio.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
42 * https://github.com/rustyrussell/virtio-spec
43 * http://people.redhat.com/pbonzini/virtio-spec.pdf
48 * Each virtqueue uses at least two 4096-byte pages, laid out thus:
50 * +--
[all...]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c9 * or https://opensource.org/licenses/CDDL-1.0.
79 * - Lookup a spa_t by name
80 * - Add or remove a spa_t from the namespace
81 * - Increase spa_refcount from non-zero
82 * - Check if spa_refcount is zero
83 * - Rename a spa_t
84 * - add/remove/attach/detach devices
85 * - Held for the duration of create/destroy
86 * - Held at the start and end of import and export
93 * spa_refcount (per-spa zfs_refcount_t protected by mutex)
[all …]
H A Dspa_checkpoint.c9 * or https://opensource.org/licenses/CDDL-1.0.
29 * A storage pool checkpoint can be thought of as a pool-wide snapshot or
35 * zpool on-disk features. If a pool has a checkpoint that is no longer
40 * - The pool has a new feature flag and a new entry in the MOS. The feature
42 * until the checkpoint is fully discarded. The entry in the MOS config
48 * - Each vdev contains a vdev-wide space map while the pool has a checkpoint,
49 * which persists until the checkpoint is fully discarded. The space map
54 * - Each metaslab's ms_sm space map behaves the same as without the
57 * ALLOCATED in the metaslab's space map and they are added as FREE in the
58 * vdev's checkpoint space map.
[all …]
/freebsd/contrib/kyua/engine/
H A Drequirements.cpp34 #include "utils/config/nodes.ipp"
35 #include "utils/config/tree.ipp"
44 namespace config = utils::config;
62 const config::tree& user_config, in check_required_configs()
69 if ((*iter) == "unprivileged-user" || (*iter) == "unprivileged_user") in check_required_configs()
91 const config::tree& user_config) in check_allowed_architectures()
95 user_config.lookup< config::string_node >("architecture"); in check_allowed_architectures()
111 check_execenv(const std::string& execenv, const config::tree& user_config) in check_execenv()
119 execenvs = user_config.lookup< config::strings_set_node >("execenvs"); in check_execenv()
120 } catch (const config::unknown_key_error&) { in check_execenv()
[all …]
/freebsd/sys/dev/pci/
H A Dpcivar.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
42 /* Config registers for PCI-PCI and PCI-Cardbus bridges. */
54 uint8_t pp_status; /* conf. space addr. of PM control/status reg */
55 uint8_t pp_bse; /* conf. space addr. of PM BSE reg */
56 uint8_t pp_data; /* conf. space addr. of PM data reg */
99 /* Interesting values for PCI MSI-X */
107 u_int mte_vector; /* 1-based index into msix_vectors array. */
113 uint8_t msix_location; /* Offset of MSI-X capability registers. */
133 uint8_t ht_slave; /* Non-zero if device is an HT slave. */
[all …]
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dvendstat.85 VENDSTAT \-
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool.89 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
52 All datasets within a storage pool share the same space.
70 .Bl -tag -width Ds
78 .Fl V , -version
94 .Bl -tag -width Ds
95 .It Xr zpool-create 8
98 .It Xr zpool-initialize 8
105 .Bl -tag -width Ds
106 .It Xr zpool-destroy 8
[all …]
/freebsd/share/doc/smm/02.config/
H A D3.t44 .I config
59 .I config
78 .I config
88 .I config
98 a bit of work; particularly if your hardware is configured at non-standard
111 .I config
113 .I config
116 .IR config 's
121 .I config
152 .IR config ,
[all …]
/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_reg.h1 /*-
2 * SPDX-License-Identifier: ISC
9 * from Broadcom's Linux driver sources as distributed by dd-wrt.
28 * PCIe-Gen2 DMA Constants
31 #define BHND_PCIE2_DMA64_TRANSLATION 0x8000000000000000 /**< PCIe-Gen2 DMA64 address translation */
32 #define BHND_PCIE2_DMA64_MASK 0xc000000000000000 /**< PCIe-Gen2 DMA64 translation mask */
35 * PCIe-Gen2 Core Registers
153 #define BHND_PCIE2_PCIE_FUNC0_CFG 0x400 /**< PCIe function 0 config space */
154 #define BHND_PCIE2_PCIE_FUNC1_CFG 0x500 /**< PCIe function 1 config space */
155 #define BHND_PCIE2_PCIE_FUNC2_CFG 0x600 /**< PCIe function 2 config space */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DTarget.h1 /*===-- llvm-c/Target.h - Target Lib C Iface --------------------*- C++ -*-===*/
6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */
8 /*===----------------------------------------------------------------------===*/
17 /*===----------------------------------------------------------------------===*/
22 #include "llvm-c/ExternC.h"
23 #include "llvm-c/Types.h"
24 #include "llvm/Config/llvm-config.h"
40 /* Declare all of the target-initialization functions that are available. */
43 #include "llvm/Config/Targets.def"
47 #include "llvm/Config/Targets.def"
[all …]
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd-config.manfile.in20 .TH RPCAPD-CONFIG @MAN_FILE_FORMATS@ "6 January 2019"
22 rpcapd-config \- rpcapd configuration file format
33 space on a line are also ignored.
50 semicolon, or space, followed by a port name and address or
62 semicolon, or space, followed by a port name and address or
/freebsd/contrib/unbound/contrib/
H A Dunbound.init6 # chkconfig: - 14 86
12 # Required-Start: $network $local_fs
13 # Required-Stop: $network $local_fs
14 # Should-Start: $syslog
15 # Should-Stop: $syslog
16 # Short-Description: unbound recursive Domain Name Server.
26 config="/var/unbound/unbound.conf"
30 [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
35 [ -x $exec ] || exit 5
36 [ -f $config ] || exit 6
[all …]

12345678910>>...42