Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Diopoll.h28 #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 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
H A Dcompiler.h145 #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 Dut.h44 #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 Dut.c16 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 Dmemcpy.S31 .macro ldr1b ptr reg cond=al abort
43 .macro str1b ptr reg cond=al abort
/rk3399_rockchip-uboot/lib/zlib/
H A Dzutil.h102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
109 # define Assert(cond,msg) argument
/rk3399_rockchip-uboot/include/
H A Dregmap.h67 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
H A Dlog.h118 #define debug_cond(cond, fmt, args...) \ argument
131 #define debug_cond(cond, fmt, args...) \ argument
/rk3399_rockchip-uboot/post/lib_powerpc/
H A Db.c133 int cond; in cpu_post_test_b() local
/rk3399_rockchip-uboot/lib/bzip2/
H 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
/rk3399_rockchip-uboot/drivers/net/
H A Darmada100_fec.c44 static int armdfec_phy_timeout(u32 *reg, u32 flag, int cond) in armdfec_phy_timeout()
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops2.c148 int cond; in x86emuOp2_long_jump() local
173 int cond = 0; in x86emuOp2_set_byte() local
H A Dops.c1250 int cond; in x86emuOp_jump_near_cond() local
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618_dsi.c244 #define dsi_read_poll_timeout(dsi, addr, val, cond, sleep_us, timeout_us) \ argument
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628.h675 #define rk628_read_poll_timeout(rk628, addr, val, cond, sleep_us, timeout_us) \ argument