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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h104 #define DOTG_DIEPTSIZ(ep) (0x0910 + (32*(ep))) macro
H A Ddwc_otg.c1002 DWC_OTG_WRITE_4(sc, DOTG_DIEPTSIZ(0),
2008 temp = DWC_OTG_READ_4(sc, DOTG_DIEPTSIZ(td->ep_no));
2066 temp = DWC_OTG_READ_4(sc, DOTG_DIEPTSIZ(td->ep_no));
2122 DWC_OTG_WRITE_4(sc, DOTG_DIEPTSIZ(td->ep_no),
2161 temp = DWC_OTG_READ_4(sc, DOTG_DIEPTSIZ(td->ep_no));
3640 DOTG_DIEPTSIZ(ep_no), 0);

Completed in 104 milliseconds