Home
last modified time | relevance | path

Searched refs:DISGR2_DMA_ERROR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfotg210.h115 #define DISGR2_DMA_ERROR (1 << 8) macro
H A Dfotg210-udc.c299 (value & DISGR2_DMA_ERROR)) in fotg210_wait_dma_done()
927 if (int_grp2 & DISGR2_DMA_ERROR) { in fotg210_irq()
929 value &= ~DISGR2_DMA_ERROR; in fotg210_irq()
1035 iowrite32(~(DISGR2_DMA_ERROR | DISGR2_RX0BYTE_INT | DISGR2_TX0BYTE_INT in fotg210_init()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-udc.h117 #define DISGR2_DMA_ERROR (1 << 8) macro
H A Dfotg210-udc.c311 (value & DISGR2_DMA_ERROR)) in fotg210_wait_dma_done()
931 if (int_grp2 & DISGR2_DMA_ERROR) { in fotg210_irq()
932 fotg210_ack_int(fotg210, FOTG210_DISGR2, DISGR2_DMA_ERROR); in fotg210_irq()
1062 iowrite32(~(DISGR2_DMA_ERROR | DISGR2_RX0BYTE_INT | DISGR2_TX0BYTE_INT in fotg210_init()

Completed in 5 milliseconds