Searched refs:usb_rst (Results 1 – 1 of 1) sorted by relevance
124 unsigned int usb_rst = 0; in sa1111_start_hc() local133 usb_rst = USB_RESET_PWRSENSELOW | USB_RESET_PWRCTRLLOW; in sa1111_start_hc()139 sa1111_writel(usb_rst | USB_RESET_FORCEIFRESET | USB_RESET_FORCEHCRESET, in sa1111_start_hc()149 sa1111_writel(usb_rst, dev->mapbase + USB_RESET); in sa1111_start_hc()157 unsigned int usb_rst; in sa1111_stop_hc() local164 usb_rst = sa1111_readl(dev->mapbase + USB_RESET); in sa1111_stop_hc()165 sa1111_writel(usb_rst | USB_RESET_FORCEIFRESET | USB_RESET_FORCEHCRESET, in sa1111_stop_hc()