Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dat_xdmac.c150 #define AT_XDMAC_CC_INITD (0x1 << 21) /* Channel Initialization Terminated (read only) */ macro
1542 initd = !!(at_xdmac_chan_read(atchan, AT_XDMAC_CC) & AT_XDMAC_CC_INITD); in at_xdmac_tx_status()