Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
drv_usb_host_intf.h File Reference
#include <arch/usb_host.h>

Go to the source code of this file.

Macros

#define HV_USB_HOST_MMIO_OFFSET_EHCI   ((uint64_t) USB_HOST_HCCAPBASE_REG)
 
#define HV_USB_HOST_MMIO_OFFSET_OHCI   ((uint64_t) USB_HOST_OHCD_HC_REVISION_REG)
 
#define HV_USB_HOST_MMIO_SIZE   ((uint64_t) 0x1000)
 
#define HV_USB_HOST_NUM_SVC_DOM   1
 

Macro Definition Documentation

#define HV_USB_HOST_MMIO_OFFSET_EHCI   ((uint64_t) USB_HOST_HCCAPBASE_REG)

Interface definitions for the USB host driver.Offset for the EHCI register MMIO region.

Definition at line 26 of file drv_usb_host_intf.h.

#define HV_USB_HOST_MMIO_OFFSET_OHCI   ((uint64_t) USB_HOST_OHCD_HC_REVISION_REG)

Offset for the OHCI register MMIO region.

Definition at line 29 of file drv_usb_host_intf.h.

#define HV_USB_HOST_MMIO_SIZE   ((uint64_t) 0x1000)

Size of the register MMIO region. This turns out to be the same for both EHCI and OHCI.

Definition at line 33 of file drv_usb_host_intf.h.

#define HV_USB_HOST_NUM_SVC_DOM   1

The number of service domains supported by the USB host shim.

Definition at line 36 of file drv_usb_host_intf.h.