Searched refs:at_xdmac_chan_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | at_xdmac.c | 267 #define at_xdmac_chan_write(atchan, reg, value) writel_relaxed((value), (atchan)->ch_regs + (reg)) macro 355 at_xdmac_chan_write(atchan, AT_XDMAC_CNDA, reg); in at_xdmac_start_xfer() 374 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg); in at_xdmac_start_xfer() 379 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, reg); in at_xdmac_start_xfer() 390 at_xdmac_chan_write(atchan, AT_XDMAC_CID, 0xffffffff); in at_xdmac_start_xfer() 397 at_xdmac_chan_write(atchan, AT_XDMAC_CIE, in at_xdmac_start_xfer() 400 at_xdmac_chan_write(atchan, AT_XDMAC_CIE, in at_xdmac_start_xfer() 1899 at_xdmac_chan_write(atchan, AT_XDMAC_CC, atchan->save_cc); in atmel_xdmac_resume() 1903 at_xdmac_chan_write(atchan, AT_XDMAC_CNDA, atchan->save_cnda); in atmel_xdmac_resume() 1904 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, atchan->save_cndc); in atmel_xdmac_resume() [all …]
|