Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/musb/
A Dmusb_core.h216 u16 max_packet_sz_tx; member
469 hw_ep->max_packet_sz_tx = 1 << (reg & 0x0f); in musb_read_fifosize()
473 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx; in musb_read_fifosize()
486 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
A Dmusb_gadget.c211 return ep->hw_ep->max_packet_sz_tx; in max_ep_writesize()
977 if (tmp > hw_ep->max_packet_sz_tx) { in musb_gadget_enable()
992 musb_ep->hb_mult = (hw_ep->max_packet_sz_tx / in musb_gadget_enable()
1720 usb_ep_set_maxpacket_limit(&ep->end_point, hw_ep->max_packet_sz_tx); in init_peripheral_ep()
1759 if (hw_ep->max_packet_sz_tx) { in musb_g_init_endpoints()
A Dmusb_core.c1418 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1435 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1565 if (hw_ep->max_packet_sz_tx < 512 in ep_config_from_hw()
1689 if (hw_ep->max_packet_sz_tx) { in musb_core_init()
1695 hw_ep->max_packet_sz_tx); in musb_core_init()
1705 if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx)) in musb_core_init()
A Dmusb_host.c777 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()
795 load_count = min((u32) hw_ep->max_packet_sz_tx, in musb_ep_program()
2034 diff = hw_ep->max_packet_sz_tx; in musb_schedule()

Completed in 15 milliseconds