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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Ddwc_otg.c1199 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(0),
2210 temp, DWC_OTG_READ_4(sc, DOTG_DIEPCTL(td->ep_no)));
2284 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(td->ep_no), temp |
3676 reg = DOTG_DIEPCTL(ep_no & UE_ADDR);
3718 reg = DOTG_DIEPCTL(ep_no);
3825 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(x),
3827 DWC_OTG_WRITE_4(sc, DOTG_DIEPCTL(x), 0);
H A Ddwc_otgreg.h104 #define DOTG_DIEPCTL(ep) (0x0900 + (32*(ep))) macro

Completed in 110 milliseconds