Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h70 if (ep_sts & DMA_EP_STS_ISOERR) in cdns2_decode_dma_irq()
H A Dcdns2-gadget.h382 #define DMA_EP_STS_ISOERR BIT(15) macro
H A Dcdns2-gadget.c1102 if ((ep_sts_reg & DMA_EP_STS_ISOERR) || isoerror) { in cdns2_handle_epx_interrupt()
1488 writel(DMA_EP_STS_TRBERR | DMA_EP_STS_ISOERR, &pdev->adma_regs->ep_sts_en); in cdns2_ep_config()