Home
last modified time | relevance | path

Searched defs:COND (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c41 #define _wait_for(COND, MS, W) ({ \ argument
55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
H A Dcdv_intel_display.c114 #define _wait_for(COND, MS, W) ({ \ argument
128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
H A Dcdv_intel_dp.c234 #define _wait_for(COND, MS, W) ({ \ argument
247 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c31 #define COND(X) ((X) << 25) macro
H A Dbpf_jit_comp_64.c60 #define COND(X) (((X) & 0xf) << 25) macro
/linux/arch/x86/kernel/
H A Duprobes.c1286 #define COND(op_y, op_n, expr) \ macro
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c2494 #define COND (__raw_uncore_read32(uncore, FORCEWAKE_MT) != ~0) in sanity_check_mmio_access() macro
/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c166 #define COND(x) (OP_A((x) & 31)) macro
/linux/net/core/
H A Ddev.c2425 #define net_timestamp_check(COND, SKB) \ argument