Searched defs:ohci_hcca (Results 1 – 2 of 2) sorted by relevance
140 struct ohci_hcca { struct141 __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];
50 struct ohci_hcca { struct55 #define HCCA_WRITEBACK_OFFSET offsetof(struct ohci_hcca, frame) argument