Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dehci_def.h68 struct ehci_regs { struct
71 u32 command;
91 u32 status;
107 u32 intr_enable;
110 u32 frame_index; /* current microframe number */
112 u32 segment; /* address bits 63:32 if needed */
114 u32 frame_list; /* points to periodic list */
116 u32 async_next; /* address of next async queue head */
118 u32 reserved1[2];
121 u32 txfill_tuning; /* TX FIFO Tuning register */
[all …]
/linux-5.19.10/drivers/usb/host/
Doxu210hp-hcd.c122 struct ehci_regs { struct
124 u32 command;
137 u32 status;
154 u32 intr_enable;
157 u32 frame_index; /* current microframe number */
159 u32 segment; /* address bits 63:32 if needed */
161 u32 frame_list; /* points to periodic list */
163 u32 async_next; /* address of next async queue head */
165 u32 reserved[9];
168 u32 configured_flag;
[all …]
/linux-5.19.10/drivers/usb/early/
Dehci-dbgp.c59 static struct ehci_regs __iomem *ehci_regs; variable