Searched defs:ehci_regs (Results 1 – 3 of 3) sorted by relevance
66 struct ehci_regs { struct69 u32 command;89 u32 status;105 u32 intr_enable;108 u32 frame_index; /* current microframe number */110 u32 segment; /* address bits 63:32 if needed */112 u32 frame_list; /* points to periodic list */114 u32 async_next; /* address of next async queue head */116 u32 reserved1[2];119 u32 txfill_tuning; /* TX FIFO Tuning register */[all …]
90 struct ehci_regs { struct92 u32 command;105 u32 status;122 u32 intr_enable;125 u32 frame_index; /* current microframe number */127 u32 segment; /* address bits 63:32 if needed */129 u32 frame_list; /* points to periodic list */131 u32 async_next; /* address of next async queue head */133 u32 reserved[9];136 u32 configured_flag;[all …]
58 static struct ehci_regs __iomem *ehci_regs; variable