Searched refs:GEVNTCOUNT (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3-events.c195 while ((event_count = DWC3_READ32(mmio + GEVNTCOUNT(0)) & GEVNTCOUNT_EVNTCOUNT_MASK) > 0) {
208 DWC3_WRITE32(mmio + GEVNTCOUNT(0), event_count);
225 DWC3_WRITE32(mmio + GEVNTCOUNT(0), 0);
H A Ddwc3-regs.h260 #define GEVNTCOUNT(n) (0xc40c + 0x10 * (n)) // Global Event Buffer Size Register macro

Completed in 49 milliseconds