Home
last modified time | relevance | path

Searched refs:max_packet_sz_rx (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/usb/musb-new/
A Dmusb_core.h253 u16 max_packet_sz_rx; member
479 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx; in musb_read_fifosize()
483 hw_ep->max_packet_sz_rx = 1 << ((reg & 0xf0) >> 4); in musb_read_fifosize()
493 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
A Dmusb_core.c1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1375 || hw_ep->max_packet_sz_rx < 512) in ep_config_from_hw()
1510 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) { in musb_core_init()
1517 hw_ep->max_packet_sz_rx); in musb_core_init()
1519 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx)) in musb_core_init()
A Dmusb_gadget.c1142 if (tmp > hw_ep->max_packet_sz_rx) { in musb_gadget_enable()
1855 ep->end_point.maxpacket = hw_ep->max_packet_sz_rx; in init_peripheral_ep()
1886 if (hw_ep->max_packet_sz_rx) { in musb_g_init_endpoints()
2090 if (hw_ep->max_packet_sz_rx) in stop_activity()
A Dmusb_host.c613 musb_writew(ep->regs, MUSB_RXMAXP, ep->max_packet_sz_rx); in musb_rx_reinit()
1701 if (rx_count < hw_ep->max_packet_sz_rx) { in musb_host_rx()
1832 diff = hw_ep->max_packet_sz_rx; in musb_schedule()

Completed in 14 milliseconds