Lines Matching refs:engm
250 u32 engm, runm, todo; in gk104_fifo_recover_work() local
255 engm = fifo->recover.engm; in gk104_fifo_recover_work()
256 fifo->recover.engm = 0; in gk104_fifo_recover_work()
262 for (todo = engm; engn = __ffs(todo), todo; todo &= ~BIT(engn)) { in gk104_fifo_recover_work()
333 unsigned long engn, engm = fifo->runlist[runl].engm; in gk104_fifo_recover_chan() local
355 for_each_set_bit(engn, &engm, fifo->engine_nr) { in gk104_fifo_recover_chan()
371 const u32 engm = BIT(engn); in gk104_fifo_recover_engn() local
376 if (fifo->recover.engm & engm) in gk104_fifo_recover_engn()
378 fifo->recover.engm |= engm; in gk104_fifo_recover_engn()
551 unsigned long flags, engm = 0; in gk104_fifo_intr_sched_ctxsw() local
568 engm |= BIT(engn); in gk104_fifo_intr_sched_ctxsw()
571 for_each_set_bit(engn, &engm, fifo->engine_nr) in gk104_fifo_intr_sched_ctxsw()
880 unsigned long engm = fifo->runlist[runl].engm; in gk104_fifo_info() local
883 for_each_set_bit(engn, &engm, fifo->engine_nr) { in gk104_fifo_info()
937 fifo->runlist[runl].engm |= 1 << engn; in gk104_fifo_oneinit()