Home
last modified time | relevance | path

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

/openbmc/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];
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c50 struct ohci_hcca { struct
55 #define HCCA_WRITEBACK_OFFSET offsetof(struct ohci_hcca, frame) argument