#include <linux/types.h>
Go to the source code of this file.
#define CAPLENGTH_MASK (0xff) |
#define OTGSC_CTRL_DATA_PULSING 0x00000010 |
#define OTGSC_CTRL_OTG_TERM 0x00000008 |
#define OTGSC_CTRL_VUSB_CHARGE 0x00000002 |
#define OTGSC_CTRL_VUSB_DISCHARGE 0x00000001 |
#define OTGSC_INTR_1MS_TIMER 0x20000000 |
#define OTGSC_INTR_A_SESSION_VALID 0x04000000 |
#define OTGSC_INTR_A_VBUS_VALID 0x02000000 |
#define OTGSC_INTR_B_SESSION_END 0x10000000 |
#define OTGSC_INTR_B_SESSION_VALID 0x08000000 |
#define OTGSC_INTR_DATA_PULSING 0x40000000 |
#define OTGSC_INTR_USB_ID 0x01000000 |
#define OTGSC_INTSTS_1MS 0x00200000 |
#define OTGSC_INTSTS_A_SESSION_VALID 0x00040000 |
#define OTGSC_INTSTS_A_VBUS_VALID 0x00020000 |
#define OTGSC_INTSTS_B_SESSION_END 0x00100000 |
#define OTGSC_INTSTS_B_SESSION_VALID 0x00080000 |
#define OTGSC_INTSTS_DATA_PULSING 0x00400000 |
#define OTGSC_INTSTS_USB_ID 0x00010000 |
#define OTGSC_STS_1MS_TOGGLE 0x00002000 |
#define OTGSC_STS_A_SESSION_VALID 0x00000400 |
#define OTGSC_STS_A_VBUS_VALID 0x00000200 |
#define OTGSC_STS_B_SESSION_END 0x00001000 |
#define OTGSC_STS_B_SESSION_VALID 0x00000800 |
#define OTGSC_STS_DATA_PULSING 0x00004000 |
#define OTGSC_STS_USB_ID 0x00000100 |
#define T_A_AIDL_BDIS 100 |
#define T_A_WAIT_BCON 2000 |
#define T_A_WAIT_VRISE 100 |
#define T_B_ASE0_BRST 400 |
#define T_B_SRP_FAIL 2000 |
#define USBCMD_CTRL_RESET (0x00000002) |
#define USBCMD_RUN_STOP (0x00000001) |
#define VUSBHS_MAX_PORTS 8 |
- Enumerator:
A_WAIT_BCON_TIMER |
|
OTG_TIMER_NUM |
|
Definition at line 66 of file mv_otg.h.
- Enumerator:
OTG_B_DEVICE |
|
OTG_A_DEVICE |
|
Definition at line 61 of file mv_otg.h.