Home
last modified time | relevance | path

Searched refs:_wait (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h53 struct nvkm_timer_wait _wait; \
57 nvkm_timer_wait_init((d), (n), &_wait); \
60 } while ((_taken = nvkm_timer_wait_test(&_wait)) >= 0); \
63 dev_WARN(_wait.tmr->subdev.device->dev, "timeout\n"); \
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dtimer.h23 struct nvif_timer_wait _wait; \
26 nvif_timer_wait_init((d), (n), &_wait); \
29 } while ((_taken = nvif_timer_wait_test(&_wait)) >= 0); \
/linux/drivers/dpll/zl3073x/
H A Dcore.h118 #define HWREG_SEQ_ITEM(_addr, _value, _mask, _wait) \ argument
123 .wait = _wait, \
/linux/arch/mips/include/asm/
H A Duasm.h180 Ip_u1(_wait);
/linux/arch/mips/mm/
H A Duasm.c377 I_u1(_wait);