Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_coreintr.c432 dwc2_readl(hsotg, DSTS)); in dwc2_handle_wakeup_detected_intr()
527 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr()
854 hsotg->frame_number = (dwc2_readl(hsotg, DSTS) in dwc2_handle_common_intr()
Ddwc2_hw.h487 #define DSTS HSOTG_REG(0x808) macro