Lines Matching full:ulpi
54 #define U2DOTGCR_LPA (1 << 15) /* ULPI low power mode active */
61 #define U2DOTGCR_ULAF (1 << 3) /* ULPI Mode Alternate Function Select */
63 #define U2DOTGCR_RTSM (1 << 1) /* Return to Synchronous Mode (ULPI Mode) */
64 #define U2DOTGCR_ULE (1 << 0) /* ULPI Wrapper Enable */
86 #define U2DOTGUSR (0x002C) /* U2D OTG ULPI Status Register */
87 #define U2DOTGUSR_LPA (1 << 31) /* ULPI Low Power Mode Active */
88 #define U2DOTGUSR_S6A (1 << 30) /* ULPI Serial Mode (6-pin) Active */
89 #define U2DOTGUSR_S3A (1 << 29) /* ULPI Serial Mode (3-pin) Active */
90 #define U2DOTGUSR_CKA (1 << 28) /* ULPI Car Kit Mode Active */
99 #define U2DOTGUCR (0x0030) /* U2D OTG ULPI Control Register */
102 #define U2DOTGUCR_ADDR (0x3f << 16) /* Address of the ULPI PHY register */