Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dat_xdmac.c91 #define AT_XDMAC_CIS_RBEIS BIT(4) /* Read Bus Error Interrupt Status Bit */ macro
1544 error_mask = AT_XDMAC_CIS_RBEIS in at_xdmac_tasklet()
1554 if (atchan->status & AT_XDMAC_CIS_RBEIS) in at_xdmac_tasklet()
1627 if (atchan->status & (AT_XDMAC_CIS_RBEIS | AT_XDMAC_CIS_WBEIS)) in at_xdmac_interrupt()