diff options
author | Li Jun <b47624@freescale.com> | 2014-04-23 03:56:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-24 15:56:35 -0400 |
commit | e287b67b00c8d5306e0fe6be1d597e23d8c4783e (patch) | |
tree | 1f4f7cf13851e8935b2ace664db06032b133bbbb /drivers/usb/chipidea/bits.h | |
parent | 826cfe751f3e1faf4a63b65245f5ee3a7efeb763 (diff) |
usb: chipidea: OTG fsm timers initialization
This patch adds OTG fsm timers initialization, which use controller's 1ms
interrupt as timeout counter, also adds some local timers which are not
in otg_fsm_timer list.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Li Jun <b47624@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea/bits.h')
-rw-r--r-- | drivers/usb/chipidea/bits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/bits.h b/drivers/usb/chipidea/bits.h index 44882c8133d6..ca57e3dcd3d5 100644 --- a/drivers/usb/chipidea/bits.h +++ b/drivers/usb/chipidea/bits.h | |||
@@ -81,6 +81,7 @@ | |||
81 | /* OTGSC */ | 81 | /* OTGSC */ |
82 | #define OTGSC_IDPU BIT(5) | 82 | #define OTGSC_IDPU BIT(5) |
83 | #define OTGSC_HADP BIT(6) | 83 | #define OTGSC_HADP BIT(6) |
84 | #define OTGSC_HABA BIT(7) | ||
84 | #define OTGSC_ID BIT(8) | 85 | #define OTGSC_ID BIT(8) |
85 | #define OTGSC_AVV BIT(9) | 86 | #define OTGSC_AVV BIT(9) |
86 | #define OTGSC_ASV BIT(10) | 87 | #define OTGSC_ASV BIT(10) |