Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dat_xdmac.c109 #define AT_XDMAC_CC 0x28 /* Channel Configuration Register */ macro
375 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg); in at_xdmac_start_xfer()
384 __func__, at_xdmac_chan_read(atchan, AT_XDMAC_CC), in at_xdmac_start_xfer()
411 __func__, at_xdmac_chan_read(atchan, AT_XDMAC_CC), in at_xdmac_start_xfer()
1620 at_xdmac_chan_read(atchan, AT_XDMAC_CC), in at_xdmac_interrupt()
1680 while (at_xdmac_chan_read(atchan, AT_XDMAC_CC) in at_xdmac_device_pause()
1821 atchan->save_cc = at_xdmac_chan_read(atchan, AT_XDMAC_CC); in atmel_xdmac_suspend()
1858 at_xdmac_chan_write(atchan, AT_XDMAC_CC, atchan->save_cc); in atmel_xdmac_resume()