Lines Matching refs:u32Info1
1513 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()
1651 u32Info1 |= (2 << 12); /* EPS is 480Mb/s */ in ms_qh_make()
1655 u32Info1 |= (EHCI_RL_NAKCNT << 28); in ms_qh_make()
1656 u32Info1 |= 64 << 16; /* Endpoint (wMaxPacketSize) */ in ms_qh_make()
1657 u32Info1 |= QH_DTC_BIT; /* Data toggle control */ in ms_qh_make()
1662 u32Info1 |= (EHCI_RL_NAKCNT << 28); in ms_qh_make()
1663 u32Info1 |= max_packet (iMaxpkt) << 16; // Philips mp3 player endpoint descriptor bug in ms_qh_make()
1668 u32Info1 |= max_packet (iMaxpkt) << 16; in ms_qh_make()
1681 pQh->hw_ep_state1 = u32Info1; in ms_qh_make()