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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otg.c1197 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(0),
2208 temp, DWC_OTG_READ_4(sc, DOTG_DIEPCTL(td->ep_no)));
2282 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(td->ep_no), temp |
3683 reg = DOTG_DIEPCTL(ep_no & UE_ADDR);
3725 reg = DOTG_DIEPCTL(ep_no);
3832 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(x),
3834 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(x), 0);
H A Ddwc_otgreg.h104 #define DOTG_DIEPCTL(ep) (0x0900 + (32*(ep))) macro

Completed in 108 milliseconds