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

/linux-master/sound/firewire/
H A Diso-resources.c56 if (speed <= SCODE_400)
57 s400_bytes = bytes * (1 << (SCODE_400 - speed));
59 s400_bytes = DIV_ROUND_UP(bytes, 1 << (speed - SCODE_400));
94 * @speed: the speed (e.g., SCODE_400) at which the packets will be sent
H A Dcmp.c255 if (c->speed > SCODE_400) {
/linux-master/include/uapi/linux/
H A Dfirewire-constants.h73 #define SCODE_400 0x2 macro

Completed in 124 milliseconds