Home
last modified time | relevance | path

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

/linux/drivers/usb/musb/
H A Dmusb_core.h216 u16 max_packet_sz_tx; member
467 hw_ep->max_packet_sz_tx = 1 << (reg & 0x0f); in musb_read_fifosize()
471 hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx; in musb_read_fifosize()
484 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
H A Dmusb_core.c1419 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1436 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1566 if (hw_ep->max_packet_sz_tx < 512 in ep_config_from_hw()
1690 if (hw_ep->max_packet_sz_tx) { in musb_core_init()
1696 hw_ep->max_packet_sz_tx); 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.c784 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()
802 load_count = min_t(u32, hw_ep->max_packet_sz_tx, len); in musb_ep_program()
2040 diff = hw_ep->max_packet_sz_tx; in musb_schedule()