Searched refs:AT_XDMAC_CNDC (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/dma/ |
D | at_xdmac.c | 98 #define AT_XDMAC_CNDC 0x1C /* Channel Next Descriptor Control Register */ macro 422 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, reg); in at_xdmac_start_xfer() 428 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_start_xfer() 461 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_start_xfer() 1762 at_xdmac_chan_read(atchan, AT_XDMAC_CNDC), in at_xdmac_interrupt() 1987 atchan->save_cndc = at_xdmac_chan_read(atchan, AT_XDMAC_CNDC); in atmel_xdmac_suspend() 2027 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, atchan->save_cndc); in atmel_xdmac_resume()
|