Searched refs:USB_ENAB (Results 1 – 2 of 2) sorted by relevance
74 #define USB_ENAB (0x24) /* USB Enable */ macro
75 int temp = __raw_readl(imx_usb->base + USB_ENAB); in imx_udc_reset()78 __raw_writel(temp | ENAB_RST, imx_usb->base + USB_ENAB); in imx_udc_reset()81 do {} while (__raw_readl(imx_usb->base + USB_ENAB) & ENAB_RST); in imx_udc_reset()