esit_pkts 214 drivers/usb/host/xhci-mtk-sch.c u32 esit_pkts; esit_pkts 262 drivers/usb/host/xhci-mtk-sch.c esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt); esit_pkts 263 drivers/usb/host/xhci-mtk-sch.c if (esit_pkts == 0) esit_pkts 264 drivers/usb/host/xhci-mtk-sch.c esit_pkts = (mult + 1) * (max_burst + 1); esit_pkts 267 drivers/usb/host/xhci-mtk-sch.c sch_ep->pkts = esit_pkts; esit_pkts 276 drivers/usb/host/xhci-mtk-sch.c sch_ep->pkts = esit_pkts; esit_pkts 277 drivers/usb/host/xhci-mtk-sch.c else if (esit_pkts <= sch_ep->esit) esit_pkts 280 drivers/usb/host/xhci-mtk-sch.c sch_ep->pkts = roundup_pow_of_two(esit_pkts) esit_pkts 284 drivers/usb/host/xhci-mtk-sch.c DIV_ROUND_UP(esit_pkts, sch_ep->pkts); esit_pkts 291 drivers/usb/host/xhci-mtk-sch.c remainder -= (maxpkt * esit_pkts);