Searched refs:AT_XDMAC_CNDC (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | at_xdmac.c | 99 #define AT_XDMAC_CNDC 0x1C /* Channel Next Descriptor Control Register */ macro 379 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, reg); in at_xdmac_start_xfer() 385 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_start_xfer() 412 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_start_xfer() 1664 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_interrupt() 1867 atchan->save_cndc = at_xdmac_chan_read(atchan, AT_XDMAC_CNDC); in atmel_xdmac_suspend() 1904 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, atchan->save_cndc); in atmel_xdmac_resume()
|