Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dgadget.c3296 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected()
3427 val |= DCTL_SFTDISCON; in dwc2_hsotg_core_init_disconnected()
3445 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_disconnect()
3451 __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_connect()
4222 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_init()
Dhw.h448 #define DCTL_SFTDISCON BIT(1) macro
Dhcd.c5139 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()