Searched refs:AT_XDMAC_CNDC (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/dma/ |
| D | at_xdmac.c | 88 #define AT_XDMAC_CNDC 0x1C /* Channel Next Descriptor Control Register */ macro 374 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, reg); in at_xdmac_start_xfer() 380 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_start_xfer() 413 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_start_xfer() 1708 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_interrupt() 1911 atchan->save_cndc = at_xdmac_chan_read(atchan, AT_XDMAC_CNDC); in atmel_xdmac_suspend() 1948 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, atchan->save_cndc); in atmel_xdmac_resume()
|