Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dhw.h443 #define DCTL_SFTDISCON (1 << 1) macro
Dgadget.c2300 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_init_disconnected()
2406 val |= DCTL_SFTDISCON; in s3c_hsotg_core_init_disconnected()
2418 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_disconnect()
2424 __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_connect()
2996 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_init()
Dhcd.c2741 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()