| /rk3399_rockchip-uboot/include/linux/ |
| H A D | iopoll.h | 28 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument 44 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 47 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 50 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 53 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument 56 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 59 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 62 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 65 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
|
| H 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
|
| H A D | compiler.h | 145 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) argument 146 #define __trace_if(cond) \ argument 313 #define smp_cond_acquire(cond) do { \ argument
|
| /rk3399_rockchip-uboot/include/test/ |
| H A D | ut.h | 44 #define ut_assert(cond) \ argument 51 #define ut_assertf(cond, fmt, args...) \ argument 120 #define ut_assertok(cond) ut_asserteq(0, cond) argument
|
| /rk3399_rockchip-uboot/test/ |
| H A D | ut.c | 16 const char *func, const char *cond) in ut_fail() 24 const char *func, const char *cond, const char *fmt, ...) in ut_failf()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | memcpy.S | 31 .macro ldr1b ptr reg cond=al abort 43 .macro str1b ptr reg cond=al abort
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | zutil.h | 102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 109 # define Assert(cond,msg) argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | regmap.h | 67 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
|
| H A D | log.h | 118 #define debug_cond(cond, fmt, args...) \ argument 131 #define debug_cond(cond, fmt, args...) \ argument
|
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | b.c | 133 int cond; in cpu_post_test_b() local
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H 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
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | armada100_fec.c | 44 static int armdfec_phy_timeout(u32 *reg, u32 flag, int cond) in armdfec_phy_timeout()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | ops2.c | 148 int cond; in x86emuOp2_long_jump() local 173 int cond = 0; in x86emuOp2_set_byte() local
|
| H A D | ops.c | 1250 int cond; in x86emuOp_jump_near_cond() local
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 244 #define dsi_read_poll_timeout(dsi, addr, val, cond, sleep_us, timeout_us) \ argument
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628.h | 675 #define rk628_read_poll_timeout(rk628, addr, val, cond, sleep_us, timeout_us) \ argument
|