Searched refs:max_packet_sz_tx (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_core.h276 u16 max_packet_sz_tx; member in struct:musb_hw_ep
520 hw_ep->max_packet_sz_tx = 128;
523 hw_ep->max_packet_sz_tx = 1024;
533 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
555 hw_ep->max_packet_sz_tx = 1 << (reg & 0x0f);
559 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx;
572 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
H A Dmusb_core.c1176 hw_ep->max_packet_sz_tx = maxpacket;
1193 hw_ep->max_packet_sz_tx = maxpacket;
1325 if (hw_ep->max_packet_sz_tx < 512
1455 if (hw_ep->max_packet_sz_tx) {
1462 hw_ep->max_packet_sz_tx);
1473 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx))
H A Dmusb_gadget.c172 return ep->hw_ep->max_packet_sz_tx;
852 if (tmp > hw_ep->max_packet_sz_tx)
866 musb_writew(regs, MUSB_TXMAXP, hw_ep->max_packet_sz_tx);
1545 ep->end_point.maxpacket = hw_ep->max_packet_sz_tx;
1573 if (hw_ep->max_packet_sz_tx) {
1758 if (hw_ep->max_packet_sz_tx)
H A Dmusb_host.c779 | ((hw_ep->max_packet_sz_tx /
793 load_count = min((u32) hw_ep->max_packet_sz_tx,
1811 diff = hw_ep->max_packet_sz_tx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Dmusb_core.h276 u16 max_packet_sz_tx; member in struct:musb_hw_ep
520 hw_ep->max_packet_sz_tx = 128;
523 hw_ep->max_packet_sz_tx = 1024;
533 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
555 hw_ep->max_packet_sz_tx = 1 << (reg & 0x0f);
559 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx;
572 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
H A Dmusb_core.c1176 hw_ep->max_packet_sz_tx = maxpacket;
1193 hw_ep->max_packet_sz_tx = maxpacket;
1325 if (hw_ep->max_packet_sz_tx < 512
1455 if (hw_ep->max_packet_sz_tx) {
1462 hw_ep->max_packet_sz_tx);
1473 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx))
H A Dmusb_gadget.c172 return ep->hw_ep->max_packet_sz_tx;
852 if (tmp > hw_ep->max_packet_sz_tx)
866 musb_writew(regs, MUSB_TXMAXP, hw_ep->max_packet_sz_tx);
1545 ep->end_point.maxpacket = hw_ep->max_packet_sz_tx;
1573 if (hw_ep->max_packet_sz_tx) {
1758 if (hw_ep->max_packet_sz_tx)
H A Dmusb_host.c779 | ((hw_ep->max_packet_sz_tx /
793 load_count = min((u32) hw_ep->max_packet_sz_tx,
1811 diff = hw_ep->max_packet_sz_tx;

Completed in 136 milliseconds