Home
last modified time | relevance | path

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

/linux/drivers/usb/musb/
H A Dmusb_core.h217 u16 max_packet_sz_rx; member
471 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx; in musb_read_fifosize()
475 hw_ep->max_packet_sz_rx = 1 << ((reg & 0xf0) >> 4); in musb_read_fifosize()
485 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
H A Dmusb_core.c1425 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1431 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1567 || hw_ep->max_packet_sz_rx < 512) in ep_config_from_hw()
1698 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) { in musb_core_init()
1704 hw_ep->max_packet_sz_rx); in musb_core_init()
1706 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx)) in musb_core_init()
H A Dmusb_host.c1659 if (rx_count < hw_ep->max_packet_sz_rx) { in musb_rx_dma_in_inventra_cppi41()
2038 diff = hw_ep->max_packet_sz_rx; in musb_schedule()