Searched refs:max_packet_sz_rx (Results 1 – 4 of 4) sorted by relevance
241 u16 max_packet_sz_rx; member464 hw_ep->max_packet_sz_rx = 128; in musb_read_fifosize()467 hw_ep->max_packet_sz_rx = 1024; in musb_read_fifosize()477 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()502 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx; in musb_read_fifosize()506 hw_ep->max_packet_sz_rx = 1 << ((reg & 0xf0) >> 4); in musb_read_fifosize()516 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
1291 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()1297 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()1434 || hw_ep->max_packet_sz_rx < 512) in ep_config_from_hw()1569 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) { in musb_core_init()1576 hw_ep->max_packet_sz_rx); in musb_core_init()1578 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx)) in musb_core_init()
1065 if (tmp > hw_ep->max_packet_sz_rx) { in musb_gadget_enable()1771 usb_ep_set_maxpacket_limit(&ep->end_point, hw_ep->max_packet_sz_rx); in init_peripheral_ep()1813 if (hw_ep->max_packet_sz_rx) { in musb_g_init_endpoints()
622 musb_writew(ep->regs, MUSB_RXMAXP, ep->max_packet_sz_rx); in musb_rx_reinit()1745 if (rx_count < hw_ep->max_packet_sz_rx) { in musb_rx_dma_in_inventra_cppi41()2120 diff = hw_ep->max_packet_sz_rx; in musb_schedule()