Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg139 # bit7-4: 2, 2 cycles from read command to assertion of M_ODT signal
140 # bit11-8: 5, 5 cycles from read command to de-assertion of M_ODT signal
141 # bit15-12: 5, 5 cycles from read command to assertion of internal ODT signal
142 # bit19-16: 8, 8 cycles from read command to de-assertion of internal ODT signal
147 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal
148 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal
149 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal
150 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal
188 # bit1-0: 0, M_ODT[0] assertion is controlled by ODT Control Low register
189 # bit3-2: 0, M_ODT[1] assertion is controlled by ODT Control Low register
[all …]
H A Dkwbimage-lsxhl.cfg139 # bit7-4: 2, 2 cycles from read command to assertion of M_ODT signal
140 # bit11-8: 5, 5 cycles from read command to de-assertion of M_ODT signal
141 # bit15-12: 5, 5 cycles from read command to assertion of internal ODT signal
142 # bit19-16: 8, 8 cycles from read command to de-assertion of internal ODT signal
147 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal
148 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal
149 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal
150 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal
188 # bit1-0: 0, M_ODT[0] assertion is controlled by ODT Control Low register
189 # bit3-2: 0, M_ODT[1] assertion is controlled by ODT Control Low register
[all …]
/openbmc/u-boot/board/d-link/dns325/
H A Dkwbimage.cfg128 # bit7-4: 2, 2 cycles from read command to assertion of M_ODT signal
129 # bit11-8: 5, 5 cycles from read command to de-assertion of M_ODT signal
130 # bit15-12: 5, 5 cycles from read command to assertion of internal ODT signal
131 # bit19-16: 8, 8 cycles from read command to de-assertion of internal ODT signal
135 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal
136 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal
137 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal
138 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal
169 # bit1-0: 0, M_ODT[0] assertion is controlled by ODT Control Low register
170 # bit3-2: 0, M_ODT[1] assertion is controlled by ODT Control Low register
[all …]
/openbmc/u-boot/lib/
H A Dpanic.c49 void __assert_fail(const char *assertion, const char *file, unsigned int line, in __assert_fail() argument
54 assertion); in __assert_fail()
/openbmc/u-boot/board/keymile/km_arm/
H A Dkwbimage-memphis.cfg133 # bit7-4 : 0010, M_ODT assertion 2 cycles after read
134 # bit11-8 : 0101, M_ODT de-assertion 5 cycles after read
135 # bit15-12: 0100, internal ODT assertion 4 cycles after read
136 # bit19-16: 1000, internal ODT de-assertion 8 cycles after read
140 # bit3-0 : 0001, M_ODT assertion same cycle as write
141 # bit7-4 : 0101, M_ODT de-assertion x cycles after write
142 # bit11-8 : 0100, internal ODT assertion x cycles after write
143 # bit15-12: 1000, internal ODT de-assertion x cycles after write
H A Dkwbimage_256M8_1.cfg196 # bit 7-4: 2, M_ODT assertion 2 cycles after read start command
197 # bit 11-8: 5, M_ODT de-assertion 5 cycles after read start command
201 # bit 19-16: 8, internal ODT de-assertion based on bit 11-8
206 # bit 3-0: 2, M_ODT assertion same as bit 11-8
207 # bit 7-4: 5, M_ODT de-assertion same as bit 15-12
208 # bit 11-8: 4, internal ODT assertion 2 cycles after write start command
210 # bit 15-12: 8, internal ODT de-assertion 5 cycles after write start command
H A Dkwbimage_128M16_1.cfg196 # bit 7-4: 2, M_ODT assertion 2 cycles after read start command
197 # bit 11-8: 5, M_ODT de-assertion 5 cycles after read start command
201 # bit 19-16: 8, internal ODT de-assertion based on bit 11-8
206 # bit 3-0: 2, M_ODT assertion same as bit 11-8
207 # bit 7-4: 5, M_ODT de-assertion same as bit 15-12
208 # bit 11-8: 4, internal ODT assertion 2 cycles after write start command
210 # bit 15-12: 8, internal ODT de-assertion 5 cycles after write start command
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp157 GetSensorResponse assertion(const Info& sensorInfo) in assertion() function
168 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo, in assertion() function
171 // The assertion may contain multiple properties in assertion()
243 ipmi::Cc assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo) in assertion() function
313 ipmi::Cc assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo) in assertion() function
398 GetSensorResponse assertion(const Info& sensorInfo) in assertion() function
412 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,
415 // The assertion may contain multiple properties
H A Dsensordatahandler.hpp160 GetSensorResponse assertion(const Info& sensorInfo);
369 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,
532 ipmi::Cc assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo);
653 ipmi::Cc assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo);
673 GetSensorResponse assertion(const Info& sensorInfo);
687 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,
H A Dipmisensor.cpp35 char assertion[64]; member
252 (*pTable->func)(pRec, pTable, pTable->assertion); in reportSensorEventAssert()
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/
H A Deagain.patch7 …lib-networking/2.74.0-r0/tls/tests/connection.c:1944:simul_read_thread: assertion failed (error ==…
8 …lib-networking/2.74.0-r0/tls/tests/connection.c:1944:simul_read_thread: assertion failed (error ==…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/
H A Dnana_git.bb1 SUMMARY = "Support for assertion checking and logging in GNU C/C++"
2 DESCRIPTION = "GNU Nana is a free library providing improved support for assertion\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfido2/
H A Dlibfido2_1.16.0.bb4 assertion signatures."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A DCVE-2023-34194.patch3 Subject: Avoid reachable assertion via crafted XML document with a '\0'
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-server-Adjust-the-cache-alignment-assumptions.patch11 src/mongo/db/stats/counters.h:185:47: error: static assertion failed: cache line spill
/openbmc/openbmc/poky/meta/recipes-support/libcheck/
H A Dlibcheck_0.15.2.bb4 address space, so both assertion failures and code errors that cause \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-fix-protobuf-native-build-failure-with-gcc-10.patch12 error: static assertion failed: Protobuf only supports C+
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dcheckstop-monitor.bb19 # via GPIO assertion
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0038-compiler-rt-Hardcode-uptr-sptr-typedefs-on-Mips-Linu.patch6 Sanitizer build on Mips/Linux faills to build due to assertion errors
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc.inc26 # ifunc doesn't appear to work on mips, casuses libbfd assertion failures
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-sandbox-Do-not-use-int8_t-in-std-uniform_int_distrib.patch13 uniform_int_distribution.h:162:5: error: static assertion failed due to requirement '__libcpp_rando…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh/
H A D0001-configure.ac-add-support-of-protobuf-4.22.x.patch9 /usr/include/google/protobuf/port_def.inc:200:15: error: static assertion failed: Protobuf only sup…
/openbmc/u-boot/include/
H A Dlog.h184 void __assert_fail(const char *assertion, const char *file, unsigned int line,
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch8 wiped. It's a good assertion to verify proper behavior of kernel. However,
/openbmc/phosphor-logging/docs/
H A Dstructured-logging.md121 - `error: static assertion failed: Conflicting flags found for value type.`
123 - `error: static assertion failed: Prohibited flag found for value type.`
125 - `error: static assertion failed: Found value without expected header field.`
127 - `error: static assertion failed: Found header field without expected data.`

12