Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c2326 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected()
2436 val |= DCTL_SFTDISCON; in dwc2_hsotg_core_init_disconnected()
2448 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_disconnect()
2454 __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_connect()
3095 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_init()
Dhw.h444 #define DCTL_SFTDISCON (1 << 1) macro
Dhcd.c2963 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()