Home
last modified time | relevance | path

Searched refs:u32Info1 (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
1524 u32Info1 |= usb_pipeendpoint (pUrb->u32Pipe) << 8; in ms_qh_make()
1525 u32Info1 |= usb_pipedevice (pUrb->u32Pipe) << 0; in ms_qh_make()
1589 u32Info1 |= (2 << 12); in ms_qh_make()
1593 u32Info1 |= (1 << 12); in ms_qh_make()
1611 u32Info1 |= (1 << 12); /* EPS is 1.5 Mb/s */ in ms_qh_make()
1624 u32Info1 |= iMaxpkt << 16; in ms_qh_make()
1628 u32Info1 |= (EHCI_RL_NAKCNT_TT << 28); in ms_qh_make()
1631 u32Info1 |= QH_C_BIT; /* for TT */ in ms_qh_make()
1632 u32Info1 |= QH_DTC_BIT; /* toggle from qtd */ in ms_qh_make()
[all …]