Searched refs:GISR2_DMAFIN (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/usb/ | ||
H A D | fotg210.h | 258 #define GISR2_DMAFIN (1 << 7) /* DMA finished */ macro |
/openbmc/u-boot/drivers/usb/gadget/ | ||
H A D | fotg210.c | 279 if (tmp & GISR2_DMAFIN) { in fotg210_dma() |