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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h74 #define DOTG_HCINT(ch) (0x0508 + (32*(ch))) macro
H A Ddwc_otg.c589 hcint = DWC_OTG_READ_4(sc, DOTG_HCINT(x));
590 DWC_OTG_WRITE_4(sc, DOTG_HCINT(x), hcint);
2579 temp = DWC_OTG_READ_4(sc, DOTG_HCINT(x));
2581 DWC_OTG_WRITE_4(sc, DOTG_HCINT(x), temp);

Completed in 113 milliseconds