Home
last modified time | relevance | path

Searched refs:CPDMA_STATE_IDLE (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/ti/
Ddavinci_cpdma.c96 CPDMA_STATE_IDLE, enumerator
274 ctlr->state = CPDMA_STATE_IDLE; in cpdma_ctlr_create()
299 if (ctlr->state != CPDMA_STATE_IDLE) { in cpdma_ctlr_start()
365 ctlr->state = CPDMA_STATE_IDLE; in cpdma_ctlr_stop()
452 if (ctlr->state != CPDMA_STATE_IDLE) in cpdma_ctlr_destroy()
516 chan->state = CPDMA_STATE_IDLE; in cpdma_chan_create()
556 if (chan->state != CPDMA_STATE_IDLE) in cpdma_chan_destroy()
846 if (chan->state != CPDMA_STATE_IDLE) { in cpdma_chan_start()
924 chan->state = CPDMA_STATE_IDLE; in cpdma_chan_stop()