Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
drv_usb_host_intf.h
Go to the documentation of this file.
1 /*
2  * Copyright 2012 Tilera Corporation. All Rights Reserved.
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License
6  * as published by the Free Software Foundation, version 2.
7  *
8  * This program is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
11  * NON INFRINGEMENT. See the GNU General Public License for
12  * more details.
13  */
14 
19 #ifndef _SYS_HV_DRV_USB_HOST_INTF_H
20 #define _SYS_HV_DRV_USB_HOST_INTF_H
21 
22 #include <arch/usb_host.h>
23 
24 
26 #define HV_USB_HOST_MMIO_OFFSET_EHCI ((uint64_t) USB_HOST_HCCAPBASE_REG)
27 
29 #define HV_USB_HOST_MMIO_OFFSET_OHCI ((uint64_t) USB_HOST_OHCD_HC_REVISION_REG)
30 
33 #define HV_USB_HOST_MMIO_SIZE ((uint64_t) 0x1000)
34 
36 #define HV_USB_HOST_NUM_SVC_DOM 1
37 
38 
39 #endif /* _SYS_HV_DRV_USB_HOST_INTF_H */