Searched refs:at_xdmac (Results 1 – 2 of 2) sorted by relevance
242 struct at_xdmac { struct310 static inline void __iomem *at_xdmac_chan_reg_base(struct at_xdmac *atxdmac, unsigned int chan_nb) in at_xdmac_chan_reg_base()332 static inline struct at_xdmac *to_at_xdmac(struct dma_device *ddev) in to_at_xdmac()334 return container_of(ddev, struct at_xdmac, dma); in to_at_xdmac()375 struct at_xdmac *atxdmac = to_at_xdmac(atchan->chan.device); in at_xdmac_runtime_suspend_descriptors()389 struct at_xdmac *atxdmac = to_at_xdmac(atchan->chan.device); in at_xdmac_runtime_resume_descriptors()407 struct at_xdmac *atxdmac = to_at_xdmac(atchan->chan.device); in at_xdmac_chan_is_enabled()422 static void at_xdmac_off(struct at_xdmac *atxdmac, bool suspend_descriptors) in at_xdmac_off()457 struct at_xdmac *atxdmac = to_at_xdmac(atchan->chan.device); in at_xdmac_start_xfer()568 struct at_xdmac *atxdmac = to_at_xdmac(chan->device); in at_xdmac_alloc_desc()[all …]
15354 F: drivers/dma/at_xdmac.c