Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c39 #define _wait_for(COND, MS, W) ({ \ argument
53 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
H A Dcdv_intel_display.c113 #define _wait_for(COND, MS, W) ({ \ argument
127 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
/linux/drivers/gpu/drm/i915/
H A Dintel_pcode.c167 #define COND \ in skl_pcode_request() macro
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.h558 #define COND(bool, val) ((bool) ? (val) : 0) macro
/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/arc/net/
H A Dbpf_jit_arcv2.c166 #define COND(x) (OP_A((x) & 31)) macro
/linux/net/core/
H A Ddev.c2406 #define net_timestamp_check(COND, SKB) \ argument