Home
last modified time | relevance | path

Searched +full:de +full:- +full:assertion (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-src/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nor.txt8 Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
11 - bank-width: Width of NOR flash in bytes. GPMC supports 8-bit and
12 16-bit devices and so must be either 1 or 2 bytes.
13 - compatible: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
14 - gpmc,cs-on-ns: Chip-select assertion time
15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes
17 - gpmc,oe-on-ns: Output-enable assertion time
18 - gpmc,oe-off-ns: Output-enable de-assertion time
19 - gpmc,we-on-ns Write-enable assertion time
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dgpmc-eth.txt4 General-Purpose Memory Controller can be used to connect Pseudo-SRAM devices
12 Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
18 Child nodes need to specify the GPMC bus address width using the "bank-width"
20 specify the I/O registers address width. Even when the GPMC has a maximum 16-bit
21 address width, it supports devices with 32-bit word registers.
23 OMAP2+ board, "bank-width = <2>;" and "reg-io-width = <4>;".
26 - bank-width: Address width of the device in bytes. GPMC supports 8-bit
27 and 16-bit devices and so must be either 1 or 2 bytes.
28 - compatible: Compatible string property for the ethernet child device.
29 - gpmc,cs-on-ns: Chip-select assertion time
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt9 - compatible: Armada 370/XP SoC are supported using the
10 "marvell,mvebu-devbus" compatible string.
13 "marvell,orion-devbus" compatible string.
15 - reg: A resource specifier for the register space.
20 - #address-cells: Must be set to 1
21 - #size-cells: Must be set to 1
22 - ranges: Must be set up to reflect the memory layout with four
23 integer values for each chip-select line in use:
28 - devbus,keep-config This property can optionally be used to keep
37 - devbus,turn-off-ps: Defines the time during which the controller does not
[all …]
/freebsd-src/contrib/mandoc/
H A DNEWS7 --- MAJOR NEW FEATURES ---
11 * man(1): let -w without argument show the manpath, like in man-db and man-1.6
12 * -
[all...]
H A DTODO8 - loc = locality of the issue
11 *** cross-module issue, significantly impacts multiple modules
13 - exist = difficulty of the existing code in this area
18 - algo = difficulty of the new algorithm to be written
23 - size = the amount of code to be written or changed
27 - imp = importance of the issue
36 * assertion failures
39 - .if n .ce in the middle of .TS data
43 in a roff block, for example a conditional. The resulting assertion
44 has never been seen in any real-worl
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/dma/
H A Dst,stm32-dma.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/st,stm32-dm
[all...]
/freebsd-src/tools/test/stress2/misc/
H A Dtmpfs15.sh29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
31 # "panic: Assertion de->td_cookie == de->td_hash failed at
40 mount -t tmpfs none $mntpoint
43 mkdir p5-Mojo-Pg-2.06
44 mkdir advancemenu-2.7_2
45 mv p5-Mojo-Pg-2.06 ../2
/freebsd-src/contrib/sendmail/libsm/
H A Dassert.html11 <br> $Id: assert.html,v 1.6 2001-08-27 21:47:03 ca Exp $
17 for assertion checking and abnormal program termination.
34 ** assertion checking
49 cc -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1 ...
56 and they are also used by the assertion checking macros.
64 macro, such as the assertion checking macros.
69 from an assertion checking macro, or they are set to NULL and 0.
102 The assertion handling package
107 There are three kinds of assertion:
112 This is an assertion used at the beginning of a function
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt4 external memory (such as NAND or other memory-mapped peripherals) whereas
18 Also CS1 and CS2 has -A and -B signals. Why they have that is unclear to me.
24 CS0 GPIO134 0x1a800000-0x1b000000 (8MB)
25 CS1 GPIO39 (A) / GPIO123 (B) 0x1b000000-0x1b800000 (8MB)
26 CS2 GPIO40 (A) / GPIO124 (B) 0x1b800000-0x1c000000 (8MB)
27 CS3 GPIO133 0x1d000000-0x25000000 (128 MB)
28 CS4 GPIO132 0x1c800000-0x1d000000 (8MB)
29 CS5 GPIO131 0x1c000000-0x1c800000 (8MB)
31 The APQ8060 Qualcomm Application Processor User Guide, 80-N7150-14 Rev. A,
51 - compatible: should be one of:
[all …]
H A Dnvidia,tegra20-gmi.txt10 - compatible : Should contain one of the following:
11 For Tegra20 must contain "nvidia,tegra20-gmi".
12 For Tegra30 must contain "nvidia,tegra30-gmi".
13 - reg: Should contain GMI controller registers location and length.
14 - clocks: Must contain an entry for each entry in clock-names.
15 - clock-names: Must include the following entries: "gmi"
16 - resets : Must contain an entry for each entry in reset-names.
17 - reset-names : Must include the following entries: "gmi"
18 - #address-cells: The number of cells used to represent physical base
20 - #size-cells: The number of cells used to represent the size of an address
[all …]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dedonr.h9 * or http://opensource.org/licenses/CDDL-1.0.
23 * Based on Edon-R implementation for SUPERCOP, based on NIST API.
26 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de>
47 * Otherwise an assertion failure is invoked.
/freebsd-src/crypto/heimdal/lib/wind/
H A Drfc4518.txt33 algorithms for character-based matching rules defined for use in
46 True - the attribute contains a matching value,
48 False - the attribute contains no matching value,
50 Undefined - it cannot be determined whether the attribute contains
75 defined as being a case-insensitive comparison where insignificant
79 universalString, this is not sufficient. For example, a case-
99 comparison so that a character-by-character comparison yields the
189 The following six-step process SHALL be applied to each presented and
200 Failure in any step causes the assertion to evaluate to Undefined.
204 Note that this six-step process specification is intended to describe
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_right.h1 // -*- C++ -*-
2 //===------
[all...]
H A Dlayout_left.h1 // -*- C++ -*-
2 //===------
[all...]
/freebsd-src/sys/contrib/alpine-hal/eth/
H A Dal_hal_an_lt_wrapper_regs.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
152 * Default Auto-Negotiation Enable. If ‘1’, the auto-negotiation process will
153 * start after reset de-assertion. The application can also start the
154 * auto-negotiation process by writing the KXAN_CONTROL.an_enable bit with ‘1’.
176 * 0 - Select input from the SerDes
177 * 1 - Select register value from phy_los_in_def
187 * 1 - Select register value from phy_los_out_def
188 * 2 - Select input from the SerDes
199 /* Auto-Negotiation Done. If ‘1’, the auto-negotiation process has completed. */
[all …]
/freebsd-src/sys/contrib/device-tree/src/powerpc/
H A Dac14xx.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2012 Anatolij Gustschin <agust@denx.de>
14 #address-cells = <1>;
15 #size-cells = <1>;
26 timebase-frequency = <40000000>; /* 40 MHz (csb/4) */
27 bus-frequency = <160000000>; /* 160 MHz csb bus */
28 clock-frequency = <400000000>; /* 400 MHz ppc core */
49 compatible = "cfi-flash";
51 #address-cells = <1>;
52 #size-cells = <1>;
[all …]
/freebsd-src/sys/contrib/alpine-hal/
H A Dal_hal_pcie_w_reg.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
376 * - If MSI-X is enabled and auto_clear control bit =TRUE, automatically
377 * cleared after MSI-X message associated with this specific interrupt
378 * bit is sent (MSI-X acknowledge is received).
379 * - Software can set a bit in this register by writing 1 to the
381 * Write-0 clears a bit. Write-1 has no effect.
382 * - On CPU Read - If clear_on_read control bit =TRUE, automatically
400 * If Auto-mask control bit =TRUE, automatically set to 1 after MSI-X
408 * Used when auto-mask control bit=True. Enables CPU to clear a specific
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/pci/
H A Dmvebu-pci.txt5 - compatible: one of the following values:
6 marvell,armada-370-pcie
7 marvell,armada-xp-pcie
8 marvell,dove-pcie
9 marvell,kirkwood-pcie
10 - #address-cells, set to <3>
11 - #size-cells, set to <2>
12 - #interrupt-cells, set to <1>
13 - bus-range: PCI bus numbers covered
14 - device_type, set to "pci"
[all …]
/freebsd-src/contrib/jemalloc/
H A DChangeLog14 - Fix a severe virtual memory leak on Windows. This regression was first
15 released in 5.0.0. (@Ignition, @j0t, @frederik-h, @davidtgoldblatt,
17 - Fix size 0 handling in posix_memalign(). This regression was first released
19 - Fix the prof_log unit test which may observe unexpected backtraces from
22 - Fix the declaration of the extent_avail tree. This regression was first
24 - Fix an incorrect reference in jeprof. This functionality was first released
25 in 3.0.0. (@prehistoric-penguin)
26 - Fix an assertion on the deallocation fast-path. This regression was first
28 - Fix the TLS_MODEL attribute in headers. This regression was first released
32 - Implement opt.retain on Windows and enable by default on 64-bit. (@interwq,
[all …]
/freebsd-src/contrib/one-true-awk/testdir/
H A Dfunstack.in2 %%% BibTeX-file{
23 %%% (incompletely) 1970 -- 1979.
50 %%% covering 1958--1996 became too large (about
65 %%% Algorithms 1--492. For Algorithms 493--686,
72 %%% cross-referenced in both directions, so
75 %%% Corrigenda. Cross-referenced entries are
77 %%% that each is completely self-contained.
83 %%% ftp://netlib.bell-labs.com/netlib/toms.
88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1.
90 %%% The initial draft of entries for 1981 --
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp1 //===--- PrecompiledPreamble.cpp - Build precompiled preambles --*- C++ -*-===//
5 // SPDX-Licens
116 __anon643cc7b70202(DirectoryEntryRef DE) InclusionDirective() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp12 switch (D->getKind()) { in addPreviousDeclaration()
26 switch (A->getKind()) { in Visit()
36 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit()
37 attributeOnlyIfTrue("inherited", A->isInherited()); in Visit()
38 attributeOnlyIfTrue("implicit", A->isImplicit()); in Visit()
44 //JOS.attribute("spelling", A->getSpelling()); in Visit()
54 JOS.attribute("kind", S->getStmtClassName()); in Visit()
56 [S, this] { writeSourceRange(S->getSourceRange()); }); in Visit()
59 JOS.attribute("type", createQualType(E->getType())); in Visit()
61 switch (E->getValueKin in Visit()
1375 VisitCXXDeleteExpr(const CXXDeleteExpr * DE) VisitCXXDeleteExpr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1 //===- AMDGPUMachineCFGStructurizer.cpp - Machine code if conversion pass. ===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----
1910 for (auto DI = MRI->def_begin(Reg), DE = MRI->def_end(); DI != DE; ++DI) { getDefInstr() local
2050 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; prunePHIInfo() local
2168 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; createEntryPHIs() local
2213 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; resolvePHIInfos() local
[all...]
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_int.c2 * Copyright (c) 2017-2018 Cavium, Inc.
49 /* This is nasty, but diag is using the drv_dbg_fw_funcs.c [non-ecore flavor],
52 * really optional there would increase], we'll need to re-think this.
134 u32 tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, MCP_REG_CPU_STATE); in ecore_mcp_attn_cb()
136 DP_INFO(p_hwfn->p_dev, "MCP_REG_CPU_STATE: %08x - Masking...\n", in ecore_mcp_attn_cb()
138 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, MCP_REG_CPU_EVENT_MASK, in ecore_mcp_attn_cb()
170 u32 tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, PSWHST_REG_VF_DISABLED_ERROR_VALID); in ecore_pswhst_attn_cb()
176 addr = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pswhst_attn_cb()
178 data = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pswhst_attn_cb()
180 …DP_INFO(p_hwfn->p_dev, "PF[0x%02x] VF [0x%02x] [Valid 0x%02x] Client [0x%02x] Write [0x%02x] Addr … in ecore_pswhst_attn_cb()
[all …]
/freebsd-src/sys/dev/ocs_fc/
H A Docs_os.c1 /*-
51 return pci_read_config(os->dev, reg, 4); in ocs_config_read32()
57 return pci_read_config(os->dev, reg, 2); in ocs_config_read16()
63 return pci_read_config(os->dev, reg, 1); in ocs_config_read8()
69 return pci_write_config(os->dev, reg, val, 1); in ocs_config_write8()
75 return pci_write_config(os->dev, reg, val, 2); in ocs_config_write16()
81 return pci_write_config(os->dev, reg, val, 4); in ocs_config_write32()
89 * PCI BARs which form a logical address. For example, a 64-bit address uses
103 reg = &ocs->reg[rset]; in ocs_reg_read32()
105 return bus_space_read_4(reg->btag, reg->bhandle, off); in ocs_reg_read32()
[all …]

123