Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/usb/
Dnet2280.h365 #define DMA_DONE_INTERRUPT_ENABLE 29 macro
/Linux-v5.4/drivers/usb/gadget/udc/
Dnet2272.h50 #define DMA_DONE_INTERRUPT_ENABLE 6 macro
Dnet2280.c159 #define dma_done_ie cpu_to_le32(BIT(DMA_DONE_INTERRUPT_ENABLE))
816 dmacount |= BIT(DMA_DONE_INTERRUPT_ENABLE); in fill_dma_desc()
897 writel(BIT(DMA_DONE_INTERRUPT_ENABLE) | tmp, in start_dma()
Dnet2272.c1422 (1 << DMA_DONE_INTERRUPT_ENABLE)); in net2272_ep0_start()