Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/include/asm/
Dassembly.h35 #define COND(x) * ## x macro
49 #define COND(x) x macro
/linux-4.1.27/drivers/gpu/drm/gma500/
Dintel_gmbus.c38 #define _wait_for(COND, MS, W) ({ \ argument
51 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
52 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
Dcdv_intel_display.c122 #define _wait_for(COND, MS, W) ({ \ argument
136 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
Dcdv_intel_dp.c235 #define _wait_for(COND, MS, W) ({ \ argument
248 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.c1208 #define COND (I915_READ(VLV_GTLC_SURVIVABILITY_REG) & VLV_GFX_CLK_STATUS_BIT) in vlv_force_gfx_clock() macro
1240 #define COND (!!(I915_READ(VLV_GTLC_PW_STATUS) & VLV_GTLC_ALLOWWAKEACK) == \ in vlv_allow_gt_wake() macro
1258 #define COND ((I915_READ(VLV_GTLC_PW_STATUS) & mask) == val) in vlv_wait_for_gt_wells() macro
Dintel_runtime_pm.c479 #define COND \ in vlv_set_power_well() macro
737 #define COND \ in chv_set_pipe_power_well() macro
Dintel_drv.h48 #define _wait_for(COND, MS, W) ({ \ argument
66 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
67 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
68 #define wait_for_atomic_us(COND, US) _wait_for((COND), \ argument
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_drv.h313 #define COND(bool, val) ((bool) ? (val) : 0) macro
/linux-4.1.27/arch/x86/kernel/
Duprobes.c610 #define COND(op_y, op_n, expr) \ macro
/linux-4.1.27/arch/sparc/net/
Dbpf_jit_comp.c50 #define COND(X) ((X) << 25) macro
/linux-4.1.27/drivers/iommu/
Drockchip-iommu.c118 #define rk_wait_for(COND, MS) ({ \ argument
/linux-4.1.27/net/core/
Ddev.c1688 #define net_timestamp_check(COND, SKB) \ argument