Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dfotg210.h115 #define DISGR2_DMA_ERROR (1 << 8) macro
Dfotg210-udc.c299 (value & DISGR2_DMA_ERROR)) in fotg210_wait_dma_done()
929 if (int_grp2 & DISGR2_DMA_ERROR) { in fotg210_irq()
931 value &= ~DISGR2_DMA_ERROR; in fotg210_irq()
1037 iowrite32(~(DISGR2_DMA_ERROR | DISGR2_RX0BYTE_INT | DISGR2_TX0BYTE_INT in fotg210_init()