Searched defs:ehci_regs (Results 1 – 2 of 2) sorted by relevance
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