Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Dat_xdmac.c188 AT_XDMAC_CHAN_IS_CYCLIC = 0, enumerator
344 return test_bit(AT_XDMAC_CHAN_IS_CYCLIC, &atchan->status); in at_xdmac_chan_is_cyclic()
884 if (test_and_set_bit(AT_XDMAC_CHAN_IS_CYCLIC, &atchan->status)) { in at_xdmac_prep_dma_cyclic()
2041 clear_bit(AT_XDMAC_CHAN_IS_CYCLIC, &atchan->status); in at_xdmac_device_terminate_all()