Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/usb/
Dehci_def.h67 struct ehci_regs { struct
70 u32 command;
90 u32 status;
106 u32 intr_enable;
109 u32 frame_index; /* current microframe number */
111 u32 segment; /* address bits 63:32 if needed */
113 u32 frame_list; /* points to periodic list */
115 u32 async_next; /* address of next async queue head */
117 u32 reserved1[2];
120 u32 txfill_tuning; /* TX FIFO Tuning register */
[all …]
/Linux-v5.4/drivers/usb/host/
Doxu210hp-hcd.c121 struct ehci_regs { struct
123 u32 command;
136 u32 status;
153 u32 intr_enable;
156 u32 frame_index; /* current microframe number */
158 u32 segment; /* address bits 63:32 if needed */
160 u32 frame_list; /* points to periodic list */
162 u32 async_next; /* address of next async queue head */
164 u32 reserved[9];
167 u32 configured_flag;
[all …]
/Linux-v5.4/drivers/usb/early/
Dehci-dbgp.c58 static struct ehci_regs __iomem *ehci_regs; variable