Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h443 struct ehci_qh { struct
455 union ehci_qh_shadow qh_next; /* ptr to qh; or periodic */ argument
458 struct ehci_qh *pReclaimQh; argument
459 atomic_t tRefCnt;
460 U32 u32Stamp;
461 unsigned char qh_status;
462 U8 xacterrs;
463 unsigned char u8Usecs;
464 unsigned char u8Gap_uf;
465 unsigned char c_usecs;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1689 struct ehci_qh { struct
1690 U32 hw_next;
1691 U32 hw_info1;
1743 U32 hw_info2;
1744 U32 hw_current;
1763 U32 hw_qtd_next;
1764 U32 hw_alt_next;
1765 U32 hw_token;
1799 U32 hw_buf [5];
1800 U32 hw_buf_hi [5];
[all …]