Searched refs:_wait (Results 1 – 5 of 5) sorted by relevance
53 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"); \
23 struct nvif_timer_wait _wait; \26 nvif_timer_wait_init((d), (n), &_wait); \29 } while ((_taken = nvif_timer_wait_test(&_wait)) >= 0); \
118 #define HWREG_SEQ_ITEM(_addr, _value, _mask, _wait) \ argument123 .wait = _wait, \
180 Ip_u1(_wait);
377 I_u1(_wait);