Searched refs:hb_mult (Results 1 – 13 of 13) sorted by relevance
484 int hb_mult = 0; in cppi41_dma_channel_program() local491 hb_mult = cppi41_channel->hw_ep->out_qh->hb_mult; in cppi41_dma_channel_program()493 hb_mult = cppi41_channel->hw_ep->in_qh->hb_mult; in cppi41_dma_channel_program()499 if (hb_mult) in cppi41_dma_channel_program()500 packet_sz = hb_mult * (packet_sz & 0x7FF); in cppi41_dma_channel_program()
124 u8 hb_mult; member
356 if (!musb_ep->hb_mult || in txstate()357 (musb_ep->hb_mult && in txstate()693 if (!musb_ep->hb_mult && in rxstate()1002 musb_ep->hb_mult = (tmp >> 11) & 3; in musb_gadget_enable()1004 musb_ep->hb_mult = 0; in musb_gadget_enable()1008 tmp = musb_ep->packet_sz * (musb_ep->hb_mult + 1); in musb_gadget_enable()1039 musb_ep->hb_mult = (hw_ep->max_packet_sz_tx / in musb_gadget_enable()1042 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()1082 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()
62 u8 hb_mult; /* high bandwidth pkts per uf */ member
615 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()648 if (qh->hb_mult == 1 || (qh->hb_mult > 1 && in musb_tx_dma_program()818 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()821 | ((qh->hb_mult) - 1) << 11); in musb_ep_program()825 ((qh->hb_mult - 1) << 11)); in musb_ep_program()1869 if (qh->hb_mult == 1) in musb_host_rx()2004 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()2134 qh->hb_mult = 1 + ((qh->maxpacket >> 11) & 0x03); in musb_urb_enqueue()2135 if (qh->hb_mult > 1) { in musb_urb_enqueue()
176 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro205 size = size * hb_mult(sizedescr); in stk1160_scan_usb()
545 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro804 hb_mult(maxp) * max_packet(maxp))); in qh_make()923 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()
2570 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro2827 hb_mult(maxp) * max_packet(maxp))); in qh_make()2931 info2 |= hb_mult (maxp) << 30; in qh_make()4060 multi = hb_mult(maxp); in iso_stream_init()
2621 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro2880 hb_mult(maxp) * max_packet(maxp))); in qh_make()2984 info2 |= hb_mult(maxp) << 30; in qh_make()4126 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()