Searched refs:GSC_CTX_STOP_REQ (Results 1 – 3 of 3) sorted by relevance
41 gsc_ctx_state_lock_set(GSC_CTX_STOP_REQ, ctx); in gsc_m2m_ctx_stop_req()43 !gsc_ctx_state_is_set(GSC_CTX_STOP_REQ, ctx), in gsc_m2m_ctx_stop_req()55 gsc_ctx_state_lock_clear(GSC_CTX_STOP_REQ | GSC_CTX_ABORT, ctx); in __gsc_m2m_job_abort()157 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run()159 ctx->state &= ~GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
47 #define GSC_CTX_STOP_REQ (1 << 6) macro
898 if (ctx->state & GSC_CTX_STOP_REQ) { in gsc_irq_handler()899 ctx->state &= ~GSC_CTX_STOP_REQ; in gsc_irq_handler()