Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/usb/
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-6.6.21/drivers/usb/host/
Doxu210hp-hcd.c94 struct ehci_caps { struct
98 u32 hc_capbase;
101 u32 hcs_params; /* HCSPARAMS - offset 0x4 */
110 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
117 u8 portroute[8]; /* nibbles for routing - offset 0xC */
/linux-6.6.21/drivers/usb/early/
Dehci-dbgp.c58 static struct ehci_caps __iomem *ehci_caps; variable