Lines Matching +full:0 +full:x404
20 #define OTG_REVISION 0x400
22 #define OTG_SYSCONFIG 0x404
24 # define FORCESTDBY (0 << MIDLEMODE)
29 # define FORCEIDLE (0 << SIDLEMODE)
35 # define AUTOIDLE (1 << 0)
37 #define OTG_SYSSTATUS 0x408
38 # define RESETDONE (1 << 0)
40 #define OTG_INTERFSEL 0x40c
42 # define PHYSEL 0 /* bit position */
43 # define UTMI_8BIT (0 << PHYSEL)
47 #define OTG_SIMENABLE 0x410
48 # define TM1 (1 << 0)
50 #define OTG_FORCESTDBY 0x414
51 # define ENABLEFORCE (1 << 0)
57 #define USBOTGHS_CONTROL_AVALID (1 << 0)