Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dat_xdmac.c51 #define AT_XDMAC_GS 0x24 /* Global Channel Status Register */ macro
323 return at_xdmac_chan_read(atchan, AT_XDMAC_GS) & atchan->mask; in at_xdmac_chan_is_enabled()
331 while (at_xdmac_read(atxdmac, AT_XDMAC_GS)) in at_xdmac_off()
1762 while (at_xdmac_read(atxdmac, AT_XDMAC_GS) & atchan->mask) in at_xdmac_device_terminate_all()