Searched refs:max_packet_sz_rx (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.h277 u16 max_packet_sz_rx; member in struct:musb_hw_ep
521 hw_ep->max_packet_sz_rx = 128;
524 hw_ep->max_packet_sz_rx = 1024;
534 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE;
559 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx;
563 hw_ep->max_packet_sz_rx = 1 << ((reg & 0xf0) >> 4);
573 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE;
H A Dmusb_core.c1182 hw_ep->max_packet_sz_rx = maxpacket;
1188 hw_ep->max_packet_sz_rx = maxpacket;
1326 || hw_ep->max_packet_sz_rx < 512)
1464 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) {
1471 hw_ep->max_packet_sz_rx);
1473 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx))
H A Dmusb_gadget.c889 if (tmp > hw_ep->max_packet_sz_rx)
902 musb_writew(regs, MUSB_RXMAXP, hw_ep->max_packet_sz_rx);
1547 ep->end_point.maxpacket = hw_ep->max_packet_sz_rx;
1578 if (hw_ep->max_packet_sz_rx) {
1760 if (hw_ep->max_packet_sz_rx)
H A Dmusb_host.c603 musb_writew(ep->regs, MUSB_RXMAXP, ep->max_packet_sz_rx);
1684 if (rx_count < hw_ep->max_packet_sz_rx) {
1809 diff = hw_ep->max_packet_sz_rx;
/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.h277 u16 max_packet_sz_rx; member in struct:musb_hw_ep
521 hw_ep->max_packet_sz_rx = 128;
524 hw_ep->max_packet_sz_rx = 1024;
534 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE;
559 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx;
563 hw_ep->max_packet_sz_rx = 1 << ((reg & 0xf0) >> 4);
573 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE;
H A Dmusb_core.c1182 hw_ep->max_packet_sz_rx = maxpacket;
1188 hw_ep->max_packet_sz_rx = maxpacket;
1326 || hw_ep->max_packet_sz_rx < 512)
1464 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) {
1471 hw_ep->max_packet_sz_rx);
1473 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx))
H A Dmusb_gadget.c889 if (tmp > hw_ep->max_packet_sz_rx)
902 musb_writew(regs, MUSB_RXMAXP, hw_ep->max_packet_sz_rx);
1547 ep->end_point.maxpacket = hw_ep->max_packet_sz_rx;
1578 if (hw_ep->max_packet_sz_rx) {
1760 if (hw_ep->max_packet_sz_rx)
H A Dmusb_host.c603 musb_writew(ep->regs, MUSB_RXMAXP, ep->max_packet_sz_rx);
1684 if (rx_count < hw_ep->max_packet_sz_rx) {
1809 diff = hw_ep->max_packet_sz_rx;

Completed in 125 milliseconds