Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dat_xdmac.c51 #define AT_XDMAC_GS 0x24 /* Global Channel Status Register */ macro
320 return at_xdmac_chan_read(atchan, AT_XDMAC_GS) & atchan->mask; in at_xdmac_chan_is_enabled()
328 while (at_xdmac_read(atxdmac, AT_XDMAC_GS)) in at_xdmac_off()
1262 while (at_xdmac_read(atxdmac, AT_XDMAC_GS) & atchan->mask) in at_xdmac_device_terminate_all()