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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h111 #define DOTG_DOEPCTL(ep) (0x0B00 + (32*(ep))) macro
H A Ddwc_otg.c1191 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(0),
1762 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(td->ep_no), temp |
3686 reg = DOTG_DOEPCTL(ep_no & UE_ADDR);
3727 reg = DOTG_DOEPCTL(ep_no);
3837 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(x),
3839 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(x), 0);

Completed in 159 milliseconds