Searched refs:hb_mult (Results 1 – 5 of 5) 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()
96 u8 hb_mult; member
37 u8 hb_mult; /* high bandwidth pkts per uf */ member
323 if (!musb_ep->hb_mult || in txstate()654 if (!musb_ep->hb_mult && in rxstate()959 musb_ep->hb_mult = tmp; in musb_gadget_enable()961 musb_ep->hb_mult = 0; in musb_gadget_enable()965 tmp = musb_ep->packet_sz * (musb_ep->hb_mult + 1); in musb_gadget_enable()993 musb_ep->hb_mult = (hw_ep->max_packet_sz_tx / in musb_gadget_enable()996 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()1032 | (musb_ep->hb_mult << 11)); in musb_gadget_enable()
1569 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) macro1788 hb_mult(maxp) * max_packet(maxp))); in qh_make()1869 info2 |= hb_mult(maxp) << 30; in qh_make()