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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h106 #define DOTG_DIEPTSIZ(ep) (0x0910 + (32*(ep))) macro
H A Ddwc_otg.c1169 DWC_OTG_WRITE_4(sc, DOTG_DIEPTSIZ(0), DIEPCTL_EPDIS);
2152 temp = DWC_OTG_READ_4(sc, DOTG_DIEPTSIZ(td->ep_no));
2201 temp = DWC_OTG_READ_4(sc, DOTG_DIEPTSIZ(td->ep_no));
2257 DWC_OTG_WRITE_4(sc, DOTG_DIEPTSIZ(td->ep_no),
2309 temp = DWC_OTG_READ_4(sc, DOTG_DIEPTSIZ(td->ep_no));
3767 DOTG_DIEPTSIZ(ep_no), 0);

Completed in 103 milliseconds