Searched refs:uframes (Results 1 – 2 of 2) sorted by relevance
1537 unsigned long uframes; in usb3_bw_to_mbps() local1539 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() local1548 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()
452 u8 uframes = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_fs_bus_bw() local462 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() local553 for (j = 0; j < uframes; j++) in update_sch_tt()