Home
last modified time | relevance | path

Searched defs:ehci_caps (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/usb/
Dehci_def.h25 struct ehci_caps { struct
32 u32 hc_capbase;
37 u32 hcs_params; /* HCSPARAMS - offset 0x4 */
46 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
59 u8 portroute[8]; /* nibbles for routing - offset 0xC */
/linux-3.4.99/drivers/usb/host/
Doxu210hp.h62 struct ehci_caps { struct
66 u32 hc_capbase;
69 u32 hcs_params; /* HCSPARAMS - offset 0x4 */
78 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
85 u8 portroute[8]; /* nibbles for routing - offset 0xC */
/linux-3.4.99/drivers/usb/early/
Dehci-dbgp.c56 static struct ehci_caps __iomem *ehci_caps; variable