Home
last modified time | relevance | path

Searched refs:u32Info2 (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1513 U32 u32Info1 = 0, u32Info2 = 0; in ms_qh_make() local
1634 u32Info2 |= (EHCI_HI_BW_MULT_TT << 30); in ms_qh_make()
1637 u32Info2 |= pUrb->dev->u32TTPort << 23; /* Port Number */ in ms_qh_make()
1640 u32Info2 |= pUrb->dev->tt->hub->u32DevNum << 16; /* Hub Addr */ in ms_qh_make()
1658 u32Info2 |= (EHCI_HI_BW_MULT_HS << 30); in ms_qh_make()
1664 u32Info2 |= (EHCI_HI_BW_MULT_HS << 30); in ms_qh_make()
1669 u32Info2 |= hb_mult (iMaxpkt) << 30; in ms_qh_make()
1682 pQh->hw_ep_state2 = u32Info2; in ms_qh_make()