Searched refs:hb_mult (Results 1 – 10 of 10) sorted by relevance
529 int hb_mult = 0; in cppi41_dma_channel_program() local536 hb_mult = cppi41_channel->hw_ep->out_qh->hb_mult; in cppi41_dma_channel_program()538 hb_mult = cppi41_channel->hw_ep->in_qh->hb_mult; in cppi41_dma_channel_program()544 if (hb_mult) in cppi41_dma_channel_program()545 packet_sz = hb_mult * (packet_sz & 0x7FF); in cppi41_dma_channel_program()
561 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()593 if (qh->hb_mult == 1 || (qh->hb_mult > 1 && in musb_tx_dma_set_mode_mentor()783 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()786 | ((qh->hb_mult) - 1) << 11); in musb_ep_program()790 ((qh->hb_mult - 1) << 11)); in musb_ep_program()1678 if (qh->hb_mult == 1) in musb_rx_dma_in_inventra_cppi41()2041 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()2092 qh->hb_mult, qh->maxpacket); in musb_schedule()2177 qh->hb_mult = usb_endpoint_maxp_mult(epd); in musb_urb_enqueue()2178 if (qh->hb_mult > 1) { in musb_urb_enqueue()[all …]
96 u8 hb_mult; member
37 u8 hb_mult; /* high bandwidth pkts per uf */ member
322 if (!musb_ep->hb_mult || in txstate()653 if (!musb_ep->hb_mult && in rxstate()955 musb_ep->hb_mult = tmp; in musb_gadget_enable()957 musb_ep->hb_mult = 0; in musb_gadget_enable()961 tmp = musb_ep->packet_sz * (musb_ep->hb_mult + 1); in musb_gadget_enable()989 musb_ep->hb_mult = (hw_ep->max_packet_sz_tx / in musb_gadget_enable()992 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()1028 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()
167 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro196 size = size * hb_mult(sizedescr); in stk1160_scan_usb()
1142 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro1154 size = size * hb_mult(tmp); in get_max_endpoint()
2513 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro2755 hb_mult(maxp) * max_packet(maxp))); in qh_make()2859 info2 |= hb_mult(maxp) << 30; in qh_make()3943 multi = hb_mult(maxp); in iso_stream_init()
1592 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro1811 hb_mult(maxp) * max_packet(maxp))); in qh_make()1892 info2 |= hb_mult(maxp) << 30; in qh_make()
3655 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro3702 size = size * hb_mult(sizedescr); in em28xx_check_usb_descriptor()