Searched refs:AT_XDMAC_CC (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | at_xdmac.c | 110 #define AT_XDMAC_CC 0x28 /* Channel Configuration Register */ macro 495 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg); in at_xdmac_start_xfer() 504 __func__, at_xdmac_chan_read(atchan, AT_XDMAC_CC), in at_xdmac_start_xfer() 537 __func__, at_xdmac_chan_read(atchan, AT_XDMAC_CC), in at_xdmac_start_xfer() 1628 initd = !!(at_xdmac_chan_read(atchan, AT_XDMAC_CC) & AT_XDMAC_CC_INITD); in at_xdmac_tx_status() 1864 at_xdmac_chan_read(atchan, AT_XDMAC_CC), in at_xdmac_interrupt() 1917 while (at_xdmac_chan_read(atchan, AT_XDMAC_CC) & in at_xdmac_device_pause_set() 2159 atchan->save_cc = at_xdmac_chan_read(atchan, AT_XDMAC_CC); in atmel_xdmac_suspend() 2210 at_xdmac_chan_write(atchan, AT_XDMAC_CC, atchan->save_cc); in atmel_xdmac_resume()
|