Hans de Goede | a144198 | 2015-01-07 15:08:43 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Sunxi usb-controller code shared between the ehci and musb controllers |
| 3 | * |
| 4 | * Copyright (C) 2014 Roman Byshko |
| 5 | * |
| 6 | * Roman Byshko <rbyshko@gmail.com> |
| 7 | * |
| 8 | * Based on code from |
| 9 | * Allwinner Technology Co., Ltd. <www.allwinnertech.com> |
| 10 | * |
| 11 | * SPDX-License-Identifier: GPL-2.0+ |
| 12 | */ |
| 13 | |
| 14 | void *sunxi_usbc_get_io_base(int index); |
| 15 | int sunxi_usbc_request_resources(int index); |
| 16 | int sunxi_usbc_free_resources(int index); |
| 17 | void sunxi_usbc_enable(int index); |
| 18 | void sunxi_usbc_disable(int index); |
| 19 | void sunxi_usbc_vbus_enable(int index); |
| 20 | void sunxi_usbc_vbus_disable(int index); |