Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dusb4.c1537 unsigned long uframes; in usb3_bw_to_mbps() local
1539 uframes = bw * 512UL << scale; in usb3_bw_to_mbps()
1540 return DIV_ROUND_CLOSEST(uframes * 8000, 1000 * 1000); in usb3_bw_to_mbps()
1545 unsigned long uframes; in mbps_to_usb3_bw() local
1548 uframes = ((unsigned long)mbps * 1000 * 1000) / 8000; in mbps_to_usb3_bw()
1549 return DIV_ROUND_UP(uframes, 512UL << scale); in mbps_to_usb3_bw()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c452 u8 uframes = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_fs_bus_bw() local
462 for (j = 0; j < uframes; j++) { in check_fs_bus_bw()
538 u8 uframes = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in update_sch_tt() local
553 for (j = 0; j < uframes; j++) in update_sch_tt()