Searched refs:hb_mult (Results 1 – 9 of 9) 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()592 if (qh->hb_mult == 1 || (qh->hb_mult > 1 && in musb_tx_dma_set_mode_mentor()777 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()780 | ((qh->hb_mult) - 1) << 11); in musb_ep_program()784 ((qh->hb_mult - 1) << 11)); in musb_ep_program()1672 if (qh->hb_mult == 1) in musb_rx_dma_in_inventra_cppi41()2035 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()2086 qh->hb_mult, qh->maxpacket); in musb_schedule()2171 qh->hb_mult = usb_endpoint_maxp_mult(epd); in musb_urb_enqueue()2172 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()958 musb_ep->hb_mult = tmp; in musb_gadget_enable()960 musb_ep->hb_mult = 0; in musb_gadget_enable()964 tmp = musb_ep->packet_sz * (musb_ep->hb_mult + 1); in musb_gadget_enable()992 musb_ep->hb_mult = (hw_ep->max_packet_sz_tx / in musb_gadget_enable()995 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()1031 | (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()
1593 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro1812 hb_mult(maxp) * max_packet(maxp))); in qh_make()1893 info2 |= hb_mult(maxp) << 30; in qh_make()
3706 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro3753 size = size * hb_mult(sizedescr); in em28xx_check_usb_descriptor()