Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Diopoll.h29 #define read_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ 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.h108 #define ut_assert(cond) \ argument
115 #define ut_assertf(cond, fmt, args...) \ argument
278 #define ut_assertok(cond) ut_asserteq(0, 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/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.h227 #define debug_cond(cond, fmt, args...) \ argument
239 #define debug_cond(cond, fmt, args...) \ argument
/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/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/net/
A Darmada100_fec.c45 static int armdfec_phy_timeout(u32 *reg, u32 flag, int cond) in armdfec_phy_timeout()
/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/tools/buildman/
A Dkconfiglib.py5810 def indent_add_cond(s, cond): argument
6766 def _warning_if_fn(kconf, _, cond, msg): argument
6773 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.c374 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument

Completed in 59 milliseconds