Home
last modified time | relevance | path

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

/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 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
A Dbuild_bug.h38 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
/include/test/
A Dut.h145 #define ut_assert(cond) ({ \ argument
156 #define ut_assertf(cond, fmt, args...) ({ \ argument
326 #define ut_assertok(cond) ut_asserteq(0, cond) argument
/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.h259 #define debug_cond(cond, fmt, args...) \ argument
274 #define debug_cond(cond, fmt, args...) \ argument
A Dphy.h293 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ argument

Completed in 22 milliseconds