Home
last modified time | relevance | path

Searched refs:max_esit_payload (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c508 u32 max_esit_payload; in xhci_set_configuration() local
560 max_esit_payload = xhci_get_max_esit_payload(udev, endpt_desc, in xhci_set_configuration()
567 avg_trb_len = max_esit_payload; in xhci_set_configuration()
582 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_set_configuration()
610 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_set_configuration()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c952 u32 max_esit_payload; in cdnsp_endpoint_init() local
971 max_esit_payload = cdnsp_get_max_esit_payload(&pdev->gadget, pep); in cdnsp_endpoint_init()
976 avg_trb_len = max_esit_payload; in cdnsp_endpoint_init()
996 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in cdnsp_endpoint_init()
1004 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in cdnsp_endpoint_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c281 u32 max_esit_payload; in setup_sch_info() local
287 max_esit_payload = in setup_sch_info()
326 esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt); in setup_sch_info()
H A Dxhci-mem.c1405 u32 max_esit_payload; in xhci_endpoint_init() local
1428 max_esit_payload = xhci_get_max_esit_payload(udev, ep); in xhci_endpoint_init()
1444 avg_trb_len = max_esit_payload; in xhci_endpoint_init()
1477 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init()
1487 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_endpoint_init()
1519 bw_info->max_esit_payload = 0; in xhci_clear_endpoint_bw_info()
1570 bw_info->max_esit_payload = CTX_TO_MAX_ESIT_PAYLOAD( in xhci_update_bw_info()
H A Dxhci.h628 unsigned int max_esit_payload; member
H A Dxhci.c2577 bw_table->interval0_esit_payload -= ep_bw->max_esit_payload; in xhci_drop_ep_from_interval_table()
2634 bw_table->interval0_esit_payload += ep_bw->max_esit_payload; in xhci_add_ep_to_interval_table()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c272 BUILD_EP_CONTEXT_RW(max_esit_payload, tx_info, 16, 0xffff)