Searched refs:GSC_CTX_STOP_REQ (Results 1 – 3 of 3) sorted by relevance
37 gsc_ctx_state_lock_set(GSC_CTX_STOP_REQ, ctx); in gsc_m2m_ctx_stop_req()39 !gsc_ctx_state_is_set(GSC_CTX_STOP_REQ, ctx), in gsc_m2m_ctx_stop_req()51 gsc_ctx_state_lock_clear(GSC_CTX_STOP_REQ | GSC_CTX_ABORT, ctx); in __gsc_m2m_job_abort()168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run()170 ctx->state &= ~GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
46 #define GSC_CTX_STOP_REQ (1 << 6) macro
893 if (ctx->state & GSC_CTX_STOP_REQ) { in gsc_irq_handler()894 ctx->state &= ~GSC_CTX_STOP_REQ; in gsc_irq_handler()