Searched refs:AT_XDMAC_CNDC (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/dma/
H A Dat_xdmac.c99 #define AT_XDMAC_CNDC 0x1C /* Channel Next Descriptor Control Register */ macro
500 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, reg);
506 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC),
539 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC),
1864 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC),
2167 atchan->save_cndc = at_xdmac_chan_read(atchan, AT_XDMAC_CNDC);
2230 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, atchan->save_cndc);

Completed in 208 milliseconds