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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Ddwc_otg.c1009 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(0),
1011 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(0),
1046 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(0),
2073 temp, DWC_OTG_READ_4(sc, DOTG_DIEPCTL(td->ep_no)));
2133 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(td->ep_no), temp |
3556 reg = DOTG_DIEPCTL(ep_no & UE_ADDR);
3598 reg = DOTG_DIEPCTL(ep_no);
3705 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(x),
3707 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(x), 0);
H A Ddwc_otgreg.h102 #define DOTG_DIEPCTL(ep) (0x0900 + (32*(ep))) macro

Completed in 98 milliseconds