Searched refs:maxpkt (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 277 u32 maxpkt; in setup_sch_info() local 284 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info() 295 sch_ep->maxpkt = maxpkt; in setup_sch_info() 316 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info() 326 esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt); in setup_sch_info() 350 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info() 358 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); in setup_sch_info() 360 sch_ep->bw_cost_per_microframe = min_t(u32, maxpkt, FS_PAYLOAD_MAX); in setup_sch_info() 447 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt()
|
H A D | xhci-mtk.h | 98 u32 maxpkt; member
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | atmel_usba_udc.h | 12 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ argument 16 .fifo_size = maxpkt, \
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 233 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument 234 { .usb_ep = { .name = bname, .ops = &pxa_ep_ops, .maxpacket = maxpkt, \ 238 .wMaxPacketSize = maxpkt, }, \ 263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument 270 .type = _type, .fifo_size = maxpkt, \
|
H A D | pxa27x_udc.c | 141 int i, maxpkt; in queues_dbg_show() local 149 maxpkt = ep->fifo_size; in queues_dbg_show() 151 EPNAME(ep), maxpkt, "pio"); in queues_dbg_show()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_core.c | 673 u32 maxpkt = 64; in mtu3_link_isr() local 706 maxpkt = 512; in mtu3_link_isr() 710 maxpkt = 512; in mtu3_link_isr() 721 mtu->g.ep0->maxpacket = maxpkt; in mtu3_link_isr()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | gadget.c | 671 unsigned int maxpkt; in get_ep_limit() local 675 maxpkt = DXEPTSIZ_PKTCNT_LIMIT + 1; in get_ep_limit() 679 maxpkt = DIEPTSIZ0_PKTCNT_LIMIT + 1; in get_ep_limit() 681 maxpkt = 2; in get_ep_limit() 685 maxpkt--; in get_ep_limit() 693 if ((maxpkt * hs_ep->ep.maxpacket) < maxsize) in get_ep_limit() 694 maxsize = maxpkt * hs_ep->ep.maxpacket; in get_ep_limit()
|
/openbmc/linux/net/tipc/ |
H A D | socket.c | 1569 int maxpkt = tsk->max_pkt; in __tipc_sendstream() local 1620 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream()
|