Lines Matching +full:0 +full:x414
19 #define OTG_REVISION 0x400
21 #define OTG_SYSCONFIG 0x404
23 # define FORCESTDBY (0 << MIDLEMODE)
28 # define FORCEIDLE (0 << SIDLEMODE)
34 # define AUTOIDLE (1 << 0)
36 #define OTG_SYSSTATUS 0x408
37 # define RESETDONE (1 << 0)
39 #define OTG_INTERFSEL 0x40c
41 # define PHYSEL 0 /* bit position */
42 # define UTMI_8BIT (0 << PHYSEL)
46 #define OTG_SIMENABLE 0x410
47 # define TM1 (1 << 0)
49 #define OTG_FORCESTDBY 0x414
50 # define ENABLEFORCE (1 << 0)
56 #define USBOTGHS_CONTROL_AVALID (1 << 0)