Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 18 of 18) sorted by relevance

/u-boot/include/linux/
A Diopoll.h29 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, args...) \ argument
49 #define readl_poll_sleep_timeout(addr, val, cond, sleep_us, timeout_us) \ argument
52 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument
55 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument
58 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument
61 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument
64 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument
67 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
70 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
73 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
[all …]
A Dbuild_bug.h12 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
A Dcompiler.h56 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) argument
58 #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) argument
60 #define __trace_if_value(cond) ({ \ argument
/u-boot/include/test/
A Dut.h128 #define ut_assert(cond) ({ \ argument
139 #define ut_assertf(cond, fmt, args...) ({ \ argument
309 #define ut_assertok(cond) ut_asserteq(0, cond) argument
/u-boot/include/
A Dregmap.h288 #define regmap_read_poll_timeout_test(map, addr, val, cond, sleep_us, \ argument
311 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
332 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_ms) \ argument
A Dlog.h247 #define debug_cond(cond, fmt, args...) \ argument
262 #define debug_cond(cond, fmt, args...) \ argument
A Dphy.h303 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ argument
/u-boot/test/
A Dut.c21 const char *func, const char *cond) in ut_fail()
29 const char *func, const char *cond, const char *fmt, ...) in ut_failf()
/u-boot/lib/zlib/
A Dzutil.h102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
109 # define Assert(cond,msg) argument
/u-boot/post/lib_powerpc/
A Db.c133 int cond; in cpu_post_test_b() local
/u-boot/lib/zstd/common/
A Derror_private.h101 #define RETURN_ERROR_IF(cond, err, ...) \ argument
/u-boot/lib/bzip2/
A Dbzlib_private.h101 #define AssertH(cond,errcode) \ argument
104 #define AssertD(cond,msg) \ argument
111 #define AssertD(cond,msg) /* */ argument
127 #define AssertH(cond,errcode) \ argument
129 #define AssertD(cond,msg) /* */ argument
/u-boot/drivers/bios_emulator/x86emu/
A Dops2.c148 int cond; in x86emuOp2_long_jump() local
173 int cond = 0; in x86emuOp2_set_byte() local
A Dops.c1250 int cond; in x86emuOp_jump_near_cond() local
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-helper-cfg.h35 #define cvmx_helper_cfg_assert(cond) \ argument
/u-boot/tools/buildman/
A Dkconfiglib.py5811 def indent_add_cond(s, cond): argument
6767 def _warning_if_fn(kconf, _, cond, msg): argument
6774 def _error_if_fn(kconf, _, cond, msg): argument
/u-boot/tools/
A Dasn1_compiler.c1442 const char *cond, *act; in render_element() local
/u-boot/drivers/mtd/nand/raw/
A Docteontx_nand.c370 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument

Completed in 52 milliseconds