Searched refs:at_xdmac_chan_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/dma/ |
D | at_xdmac.c | 316 #define at_xdmac_chan_write(atchan, reg, value) writel_relaxed((value), (atchan)->ch_regs + (reg)) macro 397 at_xdmac_chan_write(atchan, AT_XDMAC_CNDA, reg); in at_xdmac_start_xfer() 417 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg); in at_xdmac_start_xfer() 422 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, reg); in at_xdmac_start_xfer() 433 at_xdmac_chan_write(atchan, AT_XDMAC_CID, 0xffffffff); in at_xdmac_start_xfer() 446 at_xdmac_chan_write(atchan, AT_XDMAC_CIE, in at_xdmac_start_xfer() 449 at_xdmac_chan_write(atchan, AT_XDMAC_CIE, in at_xdmac_start_xfer() 2022 at_xdmac_chan_write(atchan, AT_XDMAC_CC, atchan->save_cc); in atmel_xdmac_resume() 2026 at_xdmac_chan_write(atchan, AT_XDMAC_CNDA, atchan->save_cnda); in atmel_xdmac_resume() 2027 at_xdmac_chan_write(atchan, AT_XDMAC_CNDC, atchan->save_cndc); in atmel_xdmac_resume() [all …]
|