Searched defs:ehci_sitd (Results 1 – 1 of 1) sorted by relevance
481 struct ehci_sitd { struct483 __hc32 hw_next;485 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */486 __hc32 hw_uframe; /* EHCI table 3-10 */487 __hc32 hw_results; /* EHCI table 3-11 */501 __hc32 hw_buf [2]; /* EHCI table 3-12 */502 __hc32 hw_backpointer; /* EHCI table 3-13 */503 __hc32 hw_buf_hi [2]; /* Appendix B */506 dma_addr_t sitd_dma;507 union ehci_shadow sitd_next; /* ptr to periodic q entry */[all …]