Searched full:usb_rst (Results 1 – 10 of 10) 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()
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()
43 usb_rst: reset@0 {
98 usb_rst: reset-controller@0 {
34 BIT(19), /* USB_RST */
773 resets = <&usb_rst 15>;788 usb_rst: reset-controller@0 { label
758 resets = <&usb_rst 15>;772 usb_rst: reset@0 { label
69 #define USB_RST BIT(3) macro
71 #define USB_RST BIT(3) macro