Searched defs:ehci_caps (Results 1 – 2 of 2) sorted by relevance
62 struct ehci_caps { struct66 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 */
57 static struct ehci_caps __iomem *ehci_caps; variable