Searched refs:UDC_BASE (Results 1 – 3 of 3) sorted by relevance
13 #define UDC_REV (UDC_BASE + 0x0) /* Revision */14 #define UDC_EP_NUM (UDC_BASE + 0x4) /* Which endpoint */19 #define UDC_DATA (UDC_BASE + 0x08) /* Endpoint FIFO */20 #define UDC_CTRL (UDC_BASE + 0x0C) /* Endpoint control */27 #define UDC_STAT_FLG (UDC_BASE + 0x10) /* Endpoint status */41 #define UDC_RXFSTAT (UDC_BASE + 0x14) /* OUT bytecount */42 #define UDC_SYSCON1 (UDC_BASE + 0x18) /* System config 1 */51 #define UDC_SYSCON2 (UDC_BASE + 0x1C) /* System config 2 */56 #define UDC_DEVSTAT (UDC_BASE + 0x20) /* Device status */67 #define UDC_SOF (UDC_BASE + 0x24) /* Start of frame */[all …]
17 #define UDC_BASE OMAP1_UDC_BASE macro
163 .start = UDC_BASE,164 .end = UDC_BASE + 0xff,
Completed in 6 milliseconds