Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dehci_def.h27 struct ehci_caps { struct
34 u32 hc_capbase;
39 u32 hcs_params; /* HCSPARAMS - offset 0x4 */
48 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
61 u8 portroute[8]; /* nibbles for routing - offset 0xC */
/linux-4.4.14/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-4.4.14/drivers/usb/early/
Dehci-dbgp.c57 static struct ehci_caps __iomem *ehci_caps; variable