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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h76 #define DOTG_HCINT(ch) (0x0508 + (32*(ch))) macro
H A Ddwc_otg.c717 hcint = DWC_OTG_READ_4(sc, DOTG_HCINT(x));
718 DWC_OTG_WRITE_4(sc, DOTG_HCINT(x), hcint);
2698 temp = DWC_OTG_READ_4(sc, DOTG_HCINT(x));
2699 DWC_OTG_WRITE_4(sc, DOTG_HCINT(x), temp);

Completed in 63 milliseconds