Searched defs:US (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_utils.h | 298 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \  argument323 #define _wait_for(COND, US, Wmin, Wmax)	__wait_for(, (COND), (US), (Wmin), \  argument
 334 #define _wait_for_atomic(COND, US, ATOMIC) \  argument
 371 #define wait_for_us(COND, US) \  argument
 382 #define wait_for_atomic_us(COND, US) \  argument
 
 |