| /u-boot/include/linux/ |
| A D | iopoll.h | 29 #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 D | build_bug.h | 12 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument 46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
| A D | compiler.h | 56 #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 D | ut.h | 128 #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 D | regmap.h | 288 #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 D | log.h | 247 #define debug_cond(cond, fmt, args...) \ argument 262 #define debug_cond(cond, fmt, args...) \ argument
|
| A D | phy.h | 303 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ argument
|
| /u-boot/test/ |
| A D | ut.c | 21 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 D | zutil.h | 102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 109 # define Assert(cond,msg) argument
|
| /u-boot/post/lib_powerpc/ |
| A D | b.c | 133 int cond; in cpu_post_test_b() local
|
| /u-boot/lib/zstd/common/ |
| A D | error_private.h | 101 #define RETURN_ERROR_IF(cond, err, ...) \ argument
|
| /u-boot/lib/bzip2/ |
| A D | bzlib_private.h | 101 #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 D | ops2.c | 148 int cond; in x86emuOp2_long_jump() local 173 int cond = 0; in x86emuOp2_set_byte() local
|
| A D | ops.c | 1250 int cond; in x86emuOp_jump_near_cond() local
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-helper-cfg.h | 35 #define cvmx_helper_cfg_assert(cond) \ argument
|
| /u-boot/tools/buildman/ |
| A D | kconfiglib.py | 5811 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 D | asn1_compiler.c | 1442 const char *cond, *act; in render_element() local
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | octeontx_nand.c | 370 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
|