Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Ddesignware_udc.h102 #define DEV_CNTL_SOFTDISCONNECT 0x00000400 macro
/openbmc/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c571 writel(DEV_CNTL_SOFTDISCONNECT, &udc_regs_p->dev_cntl); in udc_init()
723 dev_cntl |= DEV_CNTL_SOFTDISCONNECT; in udc_connect()
729 dev_cntl &= ~DEV_CNTL_SOFTDISCONNECT; in udc_connect()
742 writel(DEV_CNTL_SOFTDISCONNECT, &udc_regs_p->dev_cntl); in udc_disconnect()