Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Ddesignware_udc.c574 writel(DEV_CNTL_SOFTDISCONNECT, &udc_regs_p->dev_cntl); in udc_init()
723 u32 plug_st, dev_cntl; in udc_connect() local
725 dev_cntl = readl(&udc_regs_p->dev_cntl); in udc_connect()
726 dev_cntl |= DEV_CNTL_SOFTDISCONNECT; in udc_connect()
727 writel(dev_cntl, &udc_regs_p->dev_cntl); in udc_connect()
731 dev_cntl = readl(&udc_regs_p->dev_cntl); in udc_connect()
732 dev_cntl &= ~DEV_CNTL_SOFTDISCONNECT; in udc_connect()
733 writel(dev_cntl, &udc_regs_p->dev_cntl); in udc_connect()
745 writel(DEV_CNTL_SOFTDISCONNECT, &udc_regs_p->dev_cntl); in udc_disconnect()
/u-boot/include/usb/
A Ddesignware_udc.h66 u32 dev_cntl; member

Completed in 6 milliseconds