Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/usb/
Dehci_def.h64 struct ehci_regs { struct
67 u32 command;
87 u32 status;
103 u32 intr_enable;
106 u32 frame_index; /* current microframe number */
108 u32 segment; /* address bits 63:32 if needed */
110 u32 frame_list; /* points to periodic list */
112 u32 async_next; /* address of next async queue head */
114 u32 reserved[9];
117 u32 configured_flag;
[all …]
/linux-3.4.99/drivers/usb/host/
Doxu210hp.h90 struct ehci_regs { struct
92 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 …]
/linux-3.4.99/drivers/usb/early/
Dehci-dbgp.c57 static struct ehci_regs __iomem *ehci_regs; variable