Lines Matching +full:0 +full:x414
15 #define OTG_REVISION 0x400
17 #define OTG_SYSCONFIG 0x404
19 # define FORCESTDBY (0 << MIDLEMODE)
24 # define FORCEIDLE (0 << SIDLEMODE)
30 # define AUTOIDLE (1 << 0)
32 #define OTG_SYSSTATUS 0x408
33 # define RESETDONE (1 << 0)
35 #define OTG_INTERFSEL 0x40c
37 # define PHYSEL 0 /* bit position */
38 # define UTMI_8BIT (0 << PHYSEL)
42 #define OTG_SIMENABLE 0x410
43 # define TM1 (1 << 0)
45 #define OTG_FORCESTDBY 0x414
46 # define ENABLEFORCE (1 << 0)