Searched refs:UDC_BASE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Domap_udc.h12 #define UDC_REV (UDC_BASE + 0x0) /* Revision */
13 #define UDC_EP_NUM (UDC_BASE + 0x4) /* Which endpoint */
18 #define UDC_DATA (UDC_BASE + 0x08) /* Endpoint FIFO */
19 #define UDC_CTRL (UDC_BASE + 0x0C) /* Endpoint control */
26 #define UDC_STAT_FLG (UDC_BASE + 0x10) /* Endpoint status */
40 #define UDC_RXFSTAT (UDC_BASE + 0x14) /* OUT bytecount */
41 #define UDC_SYSCON1 (UDC_BASE + 0x18) /* System config 1 */
50 #define UDC_SYSCON2 (UDC_BASE + 0x1C) /* System config 2 */
55 #define UDC_DEVSTAT (UDC_BASE + 0x20) /* Device status */
66 #define UDC_SOF (UDC_BASE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dusb.h58 #define UDC_BASE OMAP1_UDC_BASE macro
64 #define UDC_BASE OMAP2_UDC_BASE macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dusb-fs.c51 .start = UDC_BASE,
52 .end = UDC_BASE + 0xff,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dusb.c61 .start = UDC_BASE,
62 .end = UDC_BASE + 0xff,

Completed in 110 milliseconds