Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2272.h22 #define DMA_DONE_INTERRUPT 6 macro
H A Dnet2272.c1557 (1 << DMA_DONE_INTERRUPT)) { in net2272_handle_dma()
1925 } else if (stat & (1 << DMA_DONE_INTERRUPT)) { in net2272_handle_stat0_irqs()
1927 net2272_write(dev, IRQSTAT0, 1 << DMA_DONE_INTERRUPT); in net2272_handle_stat0_irqs()
1928 stat &= ~(1 << DMA_DONE_INTERRUPT); in net2272_handle_stat0_irqs()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2272.h22 #define DMA_DONE_INTERRUPT 6 macro
H A Dnet2272.c1569 (1 << DMA_DONE_INTERRUPT)) { in net2272_handle_dma()
1939 } else if (stat & (1 << DMA_DONE_INTERRUPT)) { in net2272_handle_stat0_irqs()
1941 net2272_write(dev, IRQSTAT0, 1 << DMA_DONE_INTERRUPT); in net2272_handle_stat0_irqs()
1942 stat &= ~(1 << DMA_DONE_INTERRUPT); in net2272_handle_stat0_irqs()

Completed in 14 milliseconds