Searched defs:ehci_sitd (Results 1 – 1 of 1) sorted by relevance
547 struct ehci_sitd { struct549 __hc32 hw_next;551 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */552 __hc32 hw_uframe; /* EHCI table 3-10 */553 __hc32 hw_results; /* EHCI table 3-11 */567 __hc32 hw_buf [2]; /* EHCI table 3-12 */568 __hc32 hw_backpointer; /* EHCI table 3-13 */569 __hc32 hw_buf_hi [2]; /* Appendix B */572 dma_addr_t sitd_dma;573 union ehci_shadow sitd_next; /* ptr to periodic q entry */[all …]