Linux Kernel
3.7.1
|
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <mach/assabet.h>
#include <asm/hardware/sa1111.h>
Go to the source code of this file.
Macros | |
#define | USB_STATUS 0x0118 |
#define | USB_RESET 0x011c |
#define | USB_IRQTEST 0x0120 |
#define | USB_RESET_FORCEIFRESET (1 << 0) |
#define | USB_RESET_FORCEHCRESET (1 << 1) |
#define | USB_RESET_CLKGENRESET (1 << 2) |
#define | USB_RESET_SIMSCALEDOWN (1 << 3) |
#define | USB_RESET_USBINTTEST (1 << 4) |
#define | USB_RESET_SLEEPSTBYEN (1 << 5) |
#define | USB_RESET_PWRSENSELOW (1 << 6) |
#define | USB_RESET_PWRCTRLLOW (1 << 7) |
#define | USB_STATUS_IRQHCIRMTWKUP (1 << 7) |
#define | USB_STATUS_IRQHCIBUFFACC (1 << 8) |
#define | USB_STATUS_NIRQHCIM (1 << 9) |
#define | USB_STATUS_NHCIMFCLR (1 << 10) |
#define | USB_STATUS_USBPWRSENSE (1 << 11) |
#define USB_IRQTEST 0x0120 |
Definition at line 27 of file ohci-sa1111.c.
#define USB_RESET 0x011c |
Definition at line 26 of file ohci-sa1111.c.
#define USB_RESET_CLKGENRESET (1 << 2) |
Definition at line 31 of file ohci-sa1111.c.
#define USB_RESET_FORCEHCRESET (1 << 1) |
Definition at line 30 of file ohci-sa1111.c.
#define USB_RESET_FORCEIFRESET (1 << 0) |
Definition at line 29 of file ohci-sa1111.c.
#define USB_RESET_PWRCTRLLOW (1 << 7) |
Definition at line 36 of file ohci-sa1111.c.
#define USB_RESET_PWRSENSELOW (1 << 6) |
Definition at line 35 of file ohci-sa1111.c.
#define USB_RESET_SIMSCALEDOWN (1 << 3) |
Definition at line 32 of file ohci-sa1111.c.
#define USB_RESET_SLEEPSTBYEN (1 << 5) |
Definition at line 34 of file ohci-sa1111.c.
#define USB_RESET_USBINTTEST (1 << 4) |
Definition at line 33 of file ohci-sa1111.c.
#define USB_STATUS 0x0118 |
Definition at line 25 of file ohci-sa1111.c.
#define USB_STATUS_IRQHCIBUFFACC (1 << 8) |
Definition at line 39 of file ohci-sa1111.c.
#define USB_STATUS_IRQHCIRMTWKUP (1 << 7) |
Definition at line 38 of file ohci-sa1111.c.
#define USB_STATUS_NHCIMFCLR (1 << 10) |
Definition at line 41 of file ohci-sa1111.c.
#define USB_STATUS_NIRQHCIM (1 << 9) |
Definition at line 40 of file ohci-sa1111.c.
#define USB_STATUS_USBPWRSENSE (1 << 11) |
Definition at line 42 of file ohci-sa1111.c.