Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dat_xdmac.c58 #define AT_XDMAC_GS 0x24 /* Global Channel Status Register */ macro
414 ret = !!(at_xdmac_chan_read(atchan, AT_XDMAC_GS) & atchan->mask); in at_xdmac_chan_is_enabled()
435 while (at_xdmac_read(atxdmac, AT_XDMAC_GS)) in at_xdmac_off()
1746 while (at_xdmac_read(atxdmac, AT_XDMAC_GS) & atchan->mask) in at_xdmac_handle_error()
2021 while (at_xdmac_read(atxdmac, AT_XDMAC_GS) & atchan->mask) in at_xdmac_device_terminate_all()
2171 atxdmac->save_gs = at_xdmac_read(atxdmac, AT_XDMAC_GS); in atmel_xdmac_suspend()