Searched refs:usb_rst (Results 1 – 1 of 1) sorted by relevance
123 unsigned int usb_rst = 0; in sa1111_start_hc() local132 usb_rst = USB_RESET_PWRSENSELOW | USB_RESET_PWRCTRLLOW; in sa1111_start_hc()138 writel_relaxed(usb_rst | USB_RESET_FORCEIFRESET | USB_RESET_FORCEHCRESET, in sa1111_start_hc()148 writel_relaxed(usb_rst, dev->mapbase + USB_RESET); in sa1111_start_hc()156 unsigned int usb_rst; in sa1111_stop_hc() local163 usb_rst = readl_relaxed(dev->mapbase + USB_RESET); in sa1111_stop_hc()164 writel_relaxed(usb_rst | USB_RESET_FORCEIFRESET | USB_RESET_FORCEHCRESET, in sa1111_stop_hc()