Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-mtk-sch.c21 #define FS_PAYLOAD_MAX 188 macro
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()
418 if (tmp > FS_PAYLOAD_MAX) in check_fs_bus_bw()
447 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt()