Home
last modified time | relevance | path

Searched defs:ohci_hcca (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h129 struct ohci_hcca { struct
130 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
131 __u16 frame_no; /* current frame number */
132 __u16 pad1; /* set to 0 on each frame_no change */
133 __u32 done_head; /* info returned for an interrupt */
134 u8 reserved_for_hc[116];
/external/u-boot/drivers/usb/host/
Dohci.h140 struct ohci_hcca { struct
141 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
142 __u16 frame_no; /* current frame number */
143 __u16 pad1; /* set to 0 on each frame_no change */
144 __u32 done_head; /* info returned for an interrupt */
145 u8 reserved_for_hc[116];