Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A 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];
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A 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];
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h190 struct ohci_hcca { struct
192 __hc32 int_table [NUM_INTS]; /* periodic schedule */
199 __hc32 frame_no; /* current frame number */
200 __hc32 done_head; /* info returned for an interrupt */
201 u8 reserved_for_hc [116];
202 u8 what [4]; /* spec only identifies 252 bytes :) */