Lines Matching refs:engm
281 u32 engm, runm, todo; in gk104_fifo_recover_work() local
286 engm = fifo->recover.engm; in gk104_fifo_recover_work()
287 fifo->recover.engm = 0; in gk104_fifo_recover_work()
293 for (todo = engm; engn = __ffs(todo), todo; todo &= ~BIT(engn)) { in gk104_fifo_recover_work()
364 unsigned long engn, engm = fifo->runlist[runl].engm; in gk104_fifo_recover_chan() local
386 for_each_set_bit(engn, &engm, fifo->engine_nr) { in gk104_fifo_recover_chan()
402 const u32 engm = BIT(engn); in gk104_fifo_recover_engn() local
407 if (fifo->recover.engm & engm) in gk104_fifo_recover_engn()
409 fifo->recover.engm |= engm; in gk104_fifo_recover_engn()
582 unsigned long flags, engm = 0; in gk104_fifo_intr_sched_ctxsw() local
599 engm |= BIT(engn); in gk104_fifo_intr_sched_ctxsw()
602 for_each_set_bit(engn, &engm, fifo->engine_nr) in gk104_fifo_intr_sched_ctxsw()
886 unsigned long engm = fifo->runlist[runl].engm; in gk104_fifo_info() local
889 for_each_set_bit(engn, &engm, fifo->engine_nr) { in gk104_fifo_info()
941 fifo->runlist[runl].engm |= 1 << engn; in gk104_fifo_oneinit()