Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h77 #define DOTG_HCINT(ch) (0x0508 + (32*(ch))) macro
H A Ddwc_otg.c707 hcint = DWC_OTG_READ_4(sc, DOTG_HCINT(x)); in dwc_otg_clear_hcint()
708 DWC_OTG_WRITE_4(sc, DOTG_HCINT(x), hcint); in dwc_otg_clear_hcint()
2707 temp = DWC_OTG_READ_4(sc, DOTG_HCINT(x)); in dwc_otg_interrupt_poll_locked()
2708 DWC_OTG_WRITE_4(sc, DOTG_HCINT(x), temp); in dwc_otg_interrupt_poll_locked()