Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h258 #define GISR2_DMAFIN (1 << 7) /* DMA finished */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c279 if (tmp & GISR2_DMAFIN) { in fotg210_dma()