| * Copyright (C) 2014 Panasonic Corporation |
| * Author: Masahiro Yamada <yamada.m@jp.panasonic.com> |
| * SPDX-License-Identifier: GPL-2.0+ |
| #ifndef __PLAT_UNIPHIER_EHCI_H |
| #define __PLAT_UNIPHIER_EHCI_H |
| struct uniphier_ehci_platform_data { |
| extern struct uniphier_ehci_platform_data uniphier_ehci_platdata[]; |
| static inline void uniphier_ehci_reset(int index, int on) |
| tmp = readl(MIO_USB_RSTCTRL(index)); |
| tmp &= ~MIO_USB_RSTCTRL_XRST; |
| tmp |= MIO_USB_RSTCTRL_XRST; |
| writel(tmp, MIO_USB_RSTCTRL(index)); |
| #endif /* __PLAT_UNIPHIER_EHCI_H */ |