Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c509 u32 max_esit_payload; in xhci_set_configuration() local
561 max_esit_payload = xhci_get_max_esit_payload(udev, endpt_desc, in xhci_set_configuration()
568 avg_trb_len = max_esit_payload; in xhci_set_configuration()
583 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_set_configuration()
611 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_set_configuration()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c286 u32 max_esit_payload; in setup_sch_info() local
294 max_esit_payload = in setup_sch_info()
333 esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt); in setup_sch_info()
H A Dxhci-mem.c1509 u32 max_esit_payload; in xhci_endpoint_init() local
1532 max_esit_payload = xhci_get_max_esit_payload(udev, ep); in xhci_endpoint_init()
1548 avg_trb_len = max_esit_payload; in xhci_endpoint_init()
1589 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init()
1599 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_endpoint_init()
1631 bw_info->max_esit_payload = 0; in xhci_clear_endpoint_bw_info()
1682 bw_info->max_esit_payload = CTX_TO_MAX_ESIT_PAYLOAD( in xhci_update_bw_info()
H A Dxhci.h882 unsigned int max_esit_payload; member
H A Dxhci.c2561 bw_table->interval0_esit_payload -= ep_bw->max_esit_payload; in xhci_drop_ep_from_interval_table()
2621 bw_table->interval0_esit_payload += ep_bw->max_esit_payload; in xhci_add_ep_to_interval_table()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtegra-xudc.c273 BUILD_EP_CONTEXT_RW(max_esit_payload, tx_info, 16, 0xffff)