Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dat_xdmac.c57 #define AT_XDMAC_GS 0x24 /* Global Channel Status Register */ macro
366 return at_xdmac_chan_read(atchan, AT_XDMAC_GS) & atchan->mask; in at_xdmac_chan_is_enabled()
374 while (at_xdmac_read(atxdmac, AT_XDMAC_GS)) in at_xdmac_off()
1655 while (at_xdmac_read(atxdmac, AT_XDMAC_GS) & atchan->mask) in at_xdmac_handle_error()
1862 while (at_xdmac_read(atxdmac, AT_XDMAC_GS) & atchan->mask) in at_xdmac_device_terminate_all()