Searched refs:DWC3_READ32 (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3.c33 uint32_t value = DWC3_READ32(ptr);
36 value = DWC3_READ32(ptr);
42 uint32_t status = DWC3_READ32(mmio + DSTS);
56 status = DWC3_READ32(mmio + GSTS);
77 temp = DWC3_READ32(mmio + DCTL);
93 temp = DWC3_READ32(mmio + GUSB2PHYCFG(0));
98 temp = DWC3_READ32(mmio + GUSB3PIPECTL(0));
107 temp = DWC3_READ32(mmio + DCFG);
224 uint32_t status = DWC3_READ32(mmio + DSTS);
H A Ddwc3-regs.h11 #define DWC3_READ32(a) readl(a) macro
17 #define DWC3_GET_BITS32(src, start, count) ((DWC3_READ32(src) & DWC3_MASK(start, count)) >> (start))
19 DWC3_WRITE32(dest, (DWC3_READ32(dest) & ~DWC3_MASK(start, count)) | \
H A Ddwc3-events.c195 while ((event_count = DWC3_READ32(mmio + GEVNTCOUNT(0)) & GEVNTCOUNT_EVNTCOUNT_MASK) > 0) {
H A Ddwc3-endpoints.c29 uint32_t temp = DWC3_READ32(reg);

Completed in 30 milliseconds