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

/linux-master/drivers/thunderbolt/
H A Dusb4.c2141 unsigned long uframes; local
2143 uframes = bw * 512UL << scale;
2144 return DIV_ROUND_CLOSEST(uframes * 8000, MEGA);
2149 unsigned long uframes; local
2152 uframes = ((unsigned long)mbps * MEGA) / 8000;
2153 return DIV_ROUND_UP(uframes, 512UL << scale);

Completed in 93 milliseconds