Home
last modified time | relevance | path

Searched refs:dctl (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_coreintr.c435 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() local
437 dctl &= ~DCTL_RMTWKUPSIG; in dwc2_handle_wakeup_detected_intr()
438 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
H A Ddwc2_core.h776 u32 dctl; member
H A Ddwc2_hcd.c5187 u32 dctl; in dwc2_hcd_free() local
5232 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free()
5233 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()
5234 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()