Lines Matching defs:omap_ehci
100 struct omap_ehci { struct
101 u32 hccapbase; /* 0x00 */
102 u32 hcsparams; /* 0x04 */
103 u32 hccparams; /* 0x08 */
104 u8 reserved1[0x04];
105 u32 usbcmd; /* 0x10 */
106 u32 usbsts; /* 0x14 */
107 u32 usbintr; /* 0x18 */
108 u32 frindex; /* 0x1c */
109 u32 ctrldssegment; /* 0x20 */
110 u32 periodiclistbase; /* 0x24 */
134 int omap_ehci_hcd_init(int index, struct omap_usbhs_board_data *usbhs_pdata, argument