Searched refs:hb_mult (Results 1 – 12 of 12) sorted by relevance
503 int hb_mult = 0; in cppi41_dma_channel_program() local510 hb_mult = cppi41_channel->hw_ep->out_qh->hb_mult; in cppi41_dma_channel_program()512 hb_mult = cppi41_channel->hw_ep->in_qh->hb_mult; in cppi41_dma_channel_program()518 if (hb_mult) in cppi41_dma_channel_program()519 packet_sz = hb_mult * (packet_sz & 0x7FF); in cppi41_dma_channel_program()
355 if (!musb_ep->hb_mult || in txstate()356 (musb_ep->hb_mult && in txstate()697 if (!musb_ep->hb_mult && in rxstate()1003 musb_ep->hb_mult = (tmp >> 11) & 3; in musb_gadget_enable()1005 musb_ep->hb_mult = 0; in musb_gadget_enable()1009 tmp = musb_ep->packet_sz * (musb_ep->hb_mult + 1); in musb_gadget_enable()1040 musb_ep->hb_mult = (hw_ep->max_packet_sz_tx / in musb_gadget_enable()1043 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()1083 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()
625 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()657 if (qh->hb_mult == 1 || (qh->hb_mult > 1 && in musb_tx_dma_set_mode_mentor()863 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()866 | ((qh->hb_mult) - 1) << 11); in musb_ep_program()870 ((qh->hb_mult - 1) << 11)); in musb_ep_program()1763 if (qh->hb_mult == 1) in musb_rx_dma_in_inventra_cppi41()2122 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()2252 qh->hb_mult = 1 + ((qh->maxpacket >> 11) & 0x03); in musb_urb_enqueue()2253 if (qh->hb_mult > 1) { in musb_urb_enqueue()
124 u8 hb_mult; member
62 u8 hb_mult; /* high bandwidth pkts per uf */ member
176 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro205 size = size * hb_mult(sizedescr); in stk1160_scan_usb()
556 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro815 hb_mult(maxp) * max_packet(maxp))); in qh_make()934 info2 |= hb_mult (maxp) << 30; in qh_make()
1170 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro1392 hb_mult(maxp) * max_packet(maxp))); in qh_make()1473 info2 |= hb_mult(maxp) << 30; in qh_make()
2543 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro2788 hb_mult(maxp) * max_packet(maxp))); in qh_make()2892 info2 |= hb_mult(maxp) << 30; in qh_make()3976 multi = hb_mult(maxp); in iso_stream_init()
1069 unsigned multi = hb_mult(maxp); in iso_stream_init()
1157 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro1169 size = size * hb_mult(tmp); in get_max_endpoint()
3224 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro3301 size = size * hb_mult(sizedescr); in em28xx_usb_probe()