Lines Matching refs:CPDMA_STATE_ACTIVE
92 CPDMA_STATE_ACTIVE, enumerator
314 if (ctlr->state != CPDMA_STATE_ACTIVE) in _cpdma_control_set()
339 if (ctlr->state != CPDMA_STATE_ACTIVE) in _cpdma_control_get()
386 if (ctlr->state != CPDMA_STATE_ACTIVE) { in cpdma_chan_on()
391 chan->state = CPDMA_STATE_ACTIVE; in cpdma_chan_on()
573 ctlr->state = CPDMA_STATE_ACTIVE; in cpdma_ctlr_start()
601 if (ctlr->state != CPDMA_STATE_ACTIVE) { in cpdma_ctlr_stop()
650 if (ctlr->state != CPDMA_STATE_ACTIVE) { in cpdma_ctlr_int_ctrl()
996 if (chan->state == CPDMA_STATE_ACTIVE) in __cpdma_chan_submit()
1009 (chan->state == CPDMA_STATE_ACTIVE)) { in __cpdma_chan_submit()
1072 if (chan->state == CPDMA_STATE_ACTIVE && chan->rxfree) in cpdma_chan_submit_si()
1144 if (chan->state != CPDMA_STATE_ACTIVE) { in cpdma_chan_submit()
1169 if (chan->state != CPDMA_STATE_ACTIVE) { in cpdma_chan_submit_mapped()
1281 if (chan->state != CPDMA_STATE_ACTIVE) in cpdma_chan_process()
1379 if (chan->state != CPDMA_STATE_ACTIVE) { in cpdma_chan_int_ctrl()