Searched refs:usb_rst (Results 1 – 3 of 3) sorted by relevance
123 unsigned int usb_rst = 0; in sa1111_start_hc() local129 usb_rst = USB_RESET_PWRSENSELOW | USB_RESET_PWRCTRLLOW; in sa1111_start_hc()135 writel_relaxed(usb_rst | USB_RESET_FORCEIFRESET | USB_RESET_FORCEHCRESET, in sa1111_start_hc()145 writel_relaxed(usb_rst, dev->mapbase + USB_RESET); in sa1111_start_hc()153 unsigned int usb_rst; in sa1111_stop_hc() local160 usb_rst = readl_relaxed(dev->mapbase + USB_RESET); in sa1111_stop_hc()161 writel_relaxed(usb_rst | USB_RESET_FORCEIFRESET | USB_RESET_FORCEHCRESET, in sa1111_stop_hc()
98 usb_rst: reset-controller@0 {
773 resets = <&usb_rst 15>;788 usb_rst: reset-controller@0 { label
Completed in 6 milliseconds