Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h355 #define DMACTRL_CLRFF (1 << 4) /* Clear FIFO upon DMA abort */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c297 writel(DMACTRL_ABORT | DMACTRL_CLRFF, &regs->dma_ctrl); in fotg210_dma()