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

/linux-4.4.14/sound/firewire/
H A Diso-resources.c50 unsigned int bytes, s400_bytes; packet_bandwidth() local
57 s400_bytes = bytes * (1 << (SCODE_400 - speed)); packet_bandwidth()
59 s400_bytes = DIV_ROUND_UP(bytes, 1 << (speed - SCODE_400)); packet_bandwidth()
61 return s400_bytes; packet_bandwidth()

Completed in 347 milliseconds