Searched refs:max_packet_sz_rx (Results 1 – 4 of 4) sorted by relevance
255 u16 max_packet_sz_rx; member460 hw_ep->max_packet_sz_rx = 128; in musb_read_fifosize()463 hw_ep->max_packet_sz_rx = 1024; in musb_read_fifosize()473 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()497 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx; in musb_read_fifosize()501 hw_ep->max_packet_sz_rx = 1 << ((reg & 0xf0) >> 4); in musb_read_fifosize()511 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
1138 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()1144 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()1273 || hw_ep->max_packet_sz_rx < 512) in ep_config_from_hw()1447 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) { in musb_core_init()1454 hw_ep->max_packet_sz_rx); in musb_core_init()1456 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx)) in musb_core_init()
930 if (tmp > hw_ep->max_packet_sz_rx) in musb_gadget_enable()1576 ep->end_point.maxpacket = hw_ep->max_packet_sz_rx; in init_peripheral_ep()1607 if (hw_ep->max_packet_sz_rx) { in musb_g_init_endpoints()1797 if (hw_ep->max_packet_sz_rx) in stop_activity()
1618 if (rx_count < hw_ep->max_packet_sz_rx) { in musb_host_rx()1743 diff = hw_ep->max_packet_sz_rx - qh->maxpacket; in musb_schedule()