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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Ddwc_otg.c1032 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(0), temp);
1040 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(0),
1572 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(td->ep_no), temp);
3559 reg = DOTG_DOEPCTL(ep_no & UE_ADDR);
3600 reg = DOTG_DOEPCTL(ep_no);
3710 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(x),
3712 DWC_OTG_WRITE_4(sc, DOTG_DOEPCTL(x), 0);
H A Ddwc_otgreg.h109 #define DOTG_DOEPCTL(ep) (0x0B00 + (32*(ep))) macro

Completed in 44 milliseconds