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

/freebsd-current/sys/dev/usb/controller/dwc3/
H A Ddwc3.c97 #define DWC3_READ(_sc, _off) \ macro
196 reg = DWC3_READ(sc, DWC3_GCTL);
198 reg = DWC3_READ(sc, DWC3_GUCTL);
200 reg = DWC3_READ(sc, DWC3_GUCTL1);
202 reg = DWC3_READ(sc, DWC3_GUSB2PHYCFG0);
204 reg = DWC3_READ(sc, DWC3_GUSB3PIPECTL0);
206 reg = DWC3_READ(sc, DWC3_DCFG);
225 reg = DWC3_READ(sc, offs[i]);
237 ghwp0 = DWC3_READ(sc, DWC3_GHWPARAMS0);
239 gctl = DWC3_READ(s
[all...]

Completed in 139 milliseconds