Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
A Di915_utils.h243 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
268 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument
270 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
279 #define _wait_for_atomic(COND, US, ATOMIC) \ argument
316 #define wait_for_us(COND, US) \ argument
327 #define wait_for_atomic_us(COND, US) \ argument
334 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
A Dintel_pcode.c167 #define COND \ in skl_pcode_request() macro
A Dintel_uncore.c2487 #define COND (__raw_uncore_read32(uncore, FORCEWAKE_MT) != ~0) in sanity_check_mmio_access() macro
/linux/arch/parisc/include/asm/
A Dassembly.h67 #define COND(x) * ## x macro
77 #define COND(x) x macro
/linux/drivers/gpu/drm/gma500/
A Dintel_gmbus.c39 #define _wait_for(COND, MS, W) ({ \ argument
53 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
A Dcdv_intel_display.c113 #define _wait_for(COND, MS, W) ({ \ argument
127 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
A Dcdv_intel_dp.c233 #define _wait_for(COND, MS, W) ({ \ argument
246 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
/linux/drivers/gpu/drm/v3d/
A Dv3d_drv.h461 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
486 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument
488 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
/linux/drivers/gpu/drm/vc4/
A Dvc4_drv.h851 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
876 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument
878 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
/linux/drivers/gpu/drm/i915/display/
A Dintel_display_power_well.c1094 #define COND \ in vlv_set_power_well() macro
1686 #define COND \ in chv_set_pipe_power_well() macro
/linux/arch/x86/kernel/
A Duprobes.c717 #define COND(op_y, op_n, expr) \ macro
/linux/drivers/gpu/drm/msm/
A Dmsm_drv.h541 #define COND(bool, val) ((bool) ? (val) : 0) macro
/linux/arch/sparc/net/
A Dbpf_jit_comp_32.c31 #define COND(X) ((X) << 25) macro
A Dbpf_jit_comp_64.c60 #define COND(X) (((X) & 0xf) << 25) macro
/linux/arch/arc/net/
A Dbpf_jit_arcv2.c166 #define COND(x) (OP_A((x) & 31)) macro
/linux/net/core/
A Ddev.c2172 #define net_timestamp_check(COND, SKB) \ argument

Completed in 72 milliseconds