Home
last modified time | relevance | path

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

/linux-3.4.99/sound/firewire/
Diso-resources.c57 if (speed <= SCODE_400) in packet_bandwidth()
58 s400_bytes = bytes * (1 << (SCODE_400 - speed)); in packet_bandwidth()
60 s400_bytes = DIV_ROUND_UP(bytes, 1 << (speed - SCODE_400)); in packet_bandwidth()
/linux-3.4.99/include/linux/
Dfirewire-constants.h73 #define SCODE_400 0x2 macro