Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci_def.h14 struct ehci_caps { struct
21 u32 hc_capbase;
26 u32 hcs_params; /* HCSPARAMS - offset 0x4 */
36 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
49 u8 portroute[8]; /* nibbles for routing - offset 0xC */
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c95 struct ehci_caps { struct
99 u32 hc_capbase;
102 u32 hcs_params; /* HCSPARAMS - offset 0x4 */
111 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
118 u8 portroute[8]; /* nibbles for routing - offset 0xC */
/linux/drivers/usb/early/
H A Dehci-dbgp.c58 static struct ehci_caps __iomem *ehci_caps; variable